SCSI2SD__BOOTLOADER.inf 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. ; SCSI2SD__BOOTLOADER.inf
  2. ; Copyright (c) 2010-2016 Pete Batard <pete@akeo.ie> (GNU LGPL)
  3. [Strings]
  4. DeviceName = "SCSI2SD BOOTLOADER"
  5. VendorName = "STMicroelectronics"
  6. SourceName = "SCSI2SD BOOTLOADER Install Disk"
  7. DeviceID = "VID_0483&PID_DF11"
  8. DeviceGUID = "{7AA61CF4-E4DD-4A84-A2E8-21A68E6584EA}"
  9. [Version]
  10. Signature = "$Windows NT$"
  11. Class = "USBDevice"
  12. ClassGuid = {88bae032-5a81-49f0-bc3d-a4ff138216d6}
  13. Provider = "libwdi"
  14. CatalogFile = SCSI2SD__BOOTLOADER.cat
  15. DriverVer = 03/31/2015, 6.1.7600.16385
  16. [ClassInstall32]
  17. Addreg = WinUSBDeviceClassReg
  18. [WinUSBDeviceClassReg]
  19. HKR,,,0,"Universal Serial Bus devices"
  20. HKR,,Icon,,-20
  21. [Manufacturer]
  22. %VendorName% = libusbDevice_WinUSB,NTx86,NTamd64,NTarm
  23. [libusbDevice_WinUSB.NTx86]
  24. %DeviceName% = USB_Install, USB\%DeviceID%
  25. [libusbDevice_WinUSB.NTamd64]
  26. %DeviceName% = USB_Install, USB\%DeviceID%
  27. [libusbDevice_WinUSB.NTarm]
  28. %DeviceName% = USB_Install, USB\%DeviceID%
  29. [USB_Install]
  30. Include = winusb.inf
  31. Needs = WINUSB.NT
  32. [USB_Install.Services]
  33. Include = winusb.inf
  34. AddService = WinUSB,0x00000002,WinUSB_ServiceInstall
  35. [WinUSB_ServiceInstall]
  36. DisplayName = "WinUSB - Kernel Driver 03/31/2015 6.1.7600.16385"
  37. ServiceType = 1
  38. StartType = 3
  39. ErrorControl = 1
  40. ServiceBinary = %12%\WinUSB.sys
  41. [USB_Install.Wdf]
  42. KmdfService = WINUSB, WinUsb_Install
  43. [WinUSB_Install]
  44. KmdfLibraryVersion = 1.11
  45. [USB_Install.HW]
  46. AddReg = AddDeviceInterfaceGUID
  47. [NoDeviceInterfaceGUID]
  48. ; Avoids adding a DeviceInterfaceGUID for generic driver
  49. [AddDeviceInterfaceGUID]
  50. HKR,,DeviceInterfaceGUIDs,0x10000,%DeviceGUID%
  51. [USB_Install.CoInstallers]
  52. AddReg = CoInstallers_AddReg
  53. CopyFiles = CoInstallers_CopyFiles
  54. [CoInstallers_AddReg]
  55. HKR,,CoInstallers32,0x00010000,"WdfCoInstaller01011.dll,WdfCoInstaller","WinUSBCoInstaller2.dll"
  56. [CoInstallers_CopyFiles]
  57. WinUSBCoInstaller2.dll
  58. WdfCoInstaller01011.dll
  59. [DestinationDirs]
  60. CoInstallers_CopyFiles = 11
  61. [SourceDisksNames]
  62. 1 = %SourceName%
  63. [SourceDisksFiles.x86]
  64. WinUSBCoInstaller2.dll = 1,x86
  65. WdfCoInstaller01011.dll = 1,x86
  66. [SourceDisksFiles.amd64]
  67. WinUSBCoInstaller2.dll = 1,amd64
  68. WdfCoInstaller01011.dll = 1,amd64
  69. [SourceDisksFiles.arm]
  70. WinUSBCoInstaller2.dll = 1,arm
  71. WdfCoInstaller01011.dll = 1,arm