; ACCESDebug.INF ; Copyright (c) 2010 ACCES I/O Products, Inc. [Version] Signature = "$CHICAGO$" Provider = %LongName% ClassGUID = {B85B7C50-6A01-11D2-B841-00C04FAD5171} Class = DAQ ;Middle-endian date format. DriverVer = 10/26/2010, 1.0.0.0 ; ================== Class section ================== [ClassInstall32] Addreg=DAQClassReg [DAQClassReg] HKR,,,0,%ClassName% HKR,,Icon,,-5 ; ========== Manufacturer/Models sections =========== [Manufacturer] ; The 64-bit version requires a decorated section, for some reason, but we can still point the 32-bit and 64-bit versions at the same section. %LONGNAME% =Models_WinUSB.NTamd64 %LONGNAME% =Models_WinUSB,NTamd64 [Models_WinUSB.NTamd64] %USB_Debug% =USB_Install, USB\VID_04B4&PID_8613 ; =================== Function Driver Installation =================== [USB_Install] Include=winusb.inf Needs=WINUSB.NT [USB_Install.Services] Include=winusb.inf AddService=WinUSB,0x00000002,WinUSB_ServiceInstall [USB_Install.Wdf] KmdfService=WINUSB, WinUsb_Install [USB_Install.HW] AddReg=Dev_AddReg [Dev_AddReg] HKR,,DeviceInterfaceGUIDs,0x10000,"{88D87F5A-EA16-93FC-2165-39C91C36C96E}" [USB_Install.CoInstallers] AddReg=CoInstallers_AddReg CopyFiles=CoInstallers_CopyFiles ; ================= Common Sections ===================== [WinUSB_ServiceInstall] DisplayName = %WinUSB_SvcDesc% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\WinUSB.sys [WinUSB_Install] KmdfLibraryVersion=1.5 [CoInstallers_AddReg] HKR,,CoInstallers32,0x00010000,"WdfCoInstaller01005.dll,WdfCoInstaller","WinUSBCoInstaller.dll" [CoInstallers_CopyFiles] WinUSBCoInstaller.dll WdfCoInstaller01005.dll [DestinationDirs] CoInstallers_CopyFiles=11 [SourceDisksNames] 1 = %DISK_NAME%,,,\Drivers\NT32 2 = %DISK_NAME%,,,\Drivers\NT64 [SourceDisksFiles.x86] WinUSBCoInstaller.dll=1 WdfCoInstaller01005.dll=1 [SourceDisksFiles.amd64] WinUSBCoInstaller.dll=2 WdfCoInstaller01005.dll=2 ; =================== Strings =================== [Strings] LongName = "ACCES I/O Products, Inc." WinUSB_SvcDesc = "WinUSB Service" DISK_NAME = "ACCES I/O Products, Inc. Software Master CD" ClassName ="Data Acquisition" USB_Debug = "USB Debug Device (WinUSB)"