62 lines
1.1 KiB
INI
62 lines
1.1 KiB
INI
; QEMU A6 USB Device Emulation controller (root-enumerated KMDF/UDE driver)
|
|
|
|
[Version]
|
|
Signature="$WINDOWS NT$"
|
|
Class=USB
|
|
ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
|
|
Provider=%ProviderName%
|
|
CatalogFile=QemuA6Ude.cat
|
|
DriverVer=08/30/2026,1.0.0.0
|
|
PnpLockdown=1
|
|
|
|
[DestinationDirs]
|
|
DefaultDestDir=12
|
|
|
|
[SourceDisksNames]
|
|
1=%DiskName%,,,
|
|
|
|
[SourceDisksFiles]
|
|
QemuA6Ude.sys=1
|
|
|
|
[Manufacturer]
|
|
%ProviderName%=Models,NTamd64
|
|
|
|
[Models.NTamd64]
|
|
%DeviceDescription%=Install,Root\QemuA6Ude
|
|
|
|
[Install.NT]
|
|
CopyFiles=DriverCopyFiles
|
|
|
|
[Install.NT.HW]
|
|
AddReg=Install_AddReg.HW
|
|
Include=machine.inf
|
|
Needs=PciD3ColdSupported
|
|
|
|
[Install_AddReg.HW]
|
|
|
|
[DriverCopyFiles]
|
|
QemuA6Ude.sys
|
|
|
|
[Install.NT.Services]
|
|
AddService=QemuA6Ude,0x00000002,ServiceInstall
|
|
|
|
[ServiceInstall]
|
|
DisplayName=%ServiceDescription%
|
|
ServiceType=1
|
|
StartType=3
|
|
ErrorControl=1
|
|
ServiceBinary=%12%\QemuA6Ude.sys
|
|
Dependencies=ucx01000,udecx
|
|
|
|
[Install.NT.Wdf]
|
|
KmdfService=QemuA6Ude,KmdfSection
|
|
|
|
[KmdfSection]
|
|
KmdfLibraryVersion=1.33
|
|
|
|
[Strings]
|
|
ProviderName="QEMU A6 Project"
|
|
DiskName="QEMU A6 UDE Driver"
|
|
DeviceDescription="QEMU Apple A6 USB Device Emulator"
|
|
ServiceDescription="QEMU A6 USB Device Emulation Controller"
|