| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 | 
							- ; SCSI2SD__BOOTLOADER.inf
 
- ; Copyright (c) 2010-2016 Pete Batard <pete@akeo.ie> (GNU LGPL)
 
- [Strings]
 
- DeviceName = "SCSI2SD  BOOTLOADER"
 
- VendorName = "STMicroelectronics"
 
- SourceName = "SCSI2SD  BOOTLOADER Install Disk"
 
- DeviceID   = "VID_0483&PID_DF11"
 
- DeviceGUID = "{7AA61CF4-E4DD-4A84-A2E8-21A68E6584EA}"
 
- [Version]
 
- Signature   = "$Windows NT$"
 
- Class       = "USBDevice"
 
- ClassGuid   = {88bae032-5a81-49f0-bc3d-a4ff138216d6}
 
- Provider    = "libwdi"
 
- CatalogFile = SCSI2SD__BOOTLOADER.cat
 
- DriverVer   = 03/31/2015, 6.1.7600.16385
 
- [ClassInstall32]
 
- Addreg = WinUSBDeviceClassReg
 
- [WinUSBDeviceClassReg]
 
- HKR,,,0,"Universal Serial Bus devices"
 
- HKR,,Icon,,-20
 
- [Manufacturer]
 
- %VendorName% = libusbDevice_WinUSB,NTx86,NTamd64,NTarm
 
- [libusbDevice_WinUSB.NTx86]
 
- %DeviceName% = USB_Install, USB\%DeviceID%
 
- [libusbDevice_WinUSB.NTamd64]
 
- %DeviceName% = USB_Install, USB\%DeviceID%
 
- [libusbDevice_WinUSB.NTarm]
 
- %DeviceName% = USB_Install, USB\%DeviceID%
 
- [USB_Install]
 
- Include = winusb.inf
 
- Needs   = WINUSB.NT
 
- [USB_Install.Services]
 
- Include    = winusb.inf
 
- AddService = WinUSB,0x00000002,WinUSB_ServiceInstall
 
- [WinUSB_ServiceInstall]
 
- DisplayName   = "WinUSB - Kernel Driver 03/31/2015 6.1.7600.16385"
 
- ServiceType   = 1
 
- StartType     = 3
 
- ErrorControl  = 1
 
- ServiceBinary = %12%\WinUSB.sys
 
- [USB_Install.Wdf]
 
- KmdfService = WINUSB, WinUsb_Install
 
- [WinUSB_Install]
 
- KmdfLibraryVersion = 1.11
 
- [USB_Install.HW]
 
- AddReg = AddDeviceInterfaceGUID
 
- [NoDeviceInterfaceGUID]
 
- ; Avoids adding a DeviceInterfaceGUID for generic driver
 
- [AddDeviceInterfaceGUID]
 
- HKR,,DeviceInterfaceGUIDs,0x10000,%DeviceGUID%
 
- [USB_Install.CoInstallers]
 
- AddReg    = CoInstallers_AddReg
 
- CopyFiles = CoInstallers_CopyFiles
 
- [CoInstallers_AddReg]
 
- HKR,,CoInstallers32,0x00010000,"WdfCoInstaller01011.dll,WdfCoInstaller","WinUSBCoInstaller2.dll"
 
- [CoInstallers_CopyFiles]
 
- WinUSBCoInstaller2.dll
 
- WdfCoInstaller01011.dll
 
- [DestinationDirs]
 
- CoInstallers_CopyFiles = 11
 
- [SourceDisksNames]
 
- 1 = %SourceName%
 
- [SourceDisksFiles.x86]
 
- WinUSBCoInstaller2.dll = 1,x86
 
- WdfCoInstaller01011.dll = 1,x86
 
- [SourceDisksFiles.amd64]
 
- WinUSBCoInstaller2.dll = 1,amd64
 
- WdfCoInstaller01011.dll = 1,amd64
 
- [SourceDisksFiles.arm]
 
- WinUSBCoInstaller2.dll = 1,arm
 
- WdfCoInstaller01011.dll = 1,arm
 
 
  |