Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.2 KiB

  1. ;---------------------------------------------------------------;
  2. ;
  3. ; I82930.INF
  4. ;
  5. ; Device information file for 8x930Ax eval board test devices
  6. ; using the i82930.SYS driver
  7. ;
  8. ;---------------------------------------------------------------;
  9. [Version]
  10. Signature="$CHICAGO$"
  11. Class=USB
  12. provider=%MSFT%
  13. [Manufacturer]
  14. %MfgName%=Microsoft
  15. [Microsoft]
  16. %USB\VID_045E&PID_930A.DeviceDesc%=I82930, USB\VID_045E&PID_930A
  17. [PreCopySection]
  18. HKR,,NoSetupUI,,1
  19. [DestinationDirs]
  20. I82930.CopyList = 11
  21. [I82930]
  22. CopyFiles=I82930.CopyList
  23. AddReg=I82930.AddReg
  24. [I82930.NT]
  25. CopyFiles=I82930.CopyList
  26. AddReg=I82930.AddReg
  27. [I82930.AddReg]
  28. HKR,,DevLoader,,*ntkern
  29. HKR,,NTMPDriver,,i82930.sys
  30. [I82930.NT.Services]
  31. Addservice = I82930, 0x00000002, I82930.AddService
  32. [I82930.AddService]
  33. DisplayName = %I82930.SvcDesc%
  34. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  35. StartType = 3
  36. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  37. ServiceBinary = %12%\I82930.sys
  38. LoadOrderGroup = Base
  39. [I82930.CopyList]
  40. ;
  41. ; i82930.sys is not in the .CAB files. Copy it manually as part
  42. ; of the test setup
  43. [Strings]
  44. MSFT="Microsoft"
  45. MfgName="Microsoft"
  46. USB\VID_045E&PID_930A.DeviceDesc="8x930Ax USB Test Board"
  47. I82930.SvcDesc="i82930.SYS 8x930Ax USB Test Board Driver"