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.

57 lines
1.1 KiB

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. Class=Media
  4. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  5. provider=%MSFT%
  6. LayoutFile=layout.inf
  7. DriverVer =07/19/1999,5.00.2081
  8. [DestinationDirs]
  9. DefaultDestDir = 12
  10. [Manufacturer]
  11. %StdMfg%=Standard
  12. [Standard]
  13. %Aureal.DeviceDesc%=Standard_Port, MF\PCI_VEN_12EB_GAMEPORT
  14. [Standard_Port.NT]
  15. CopyFiles=GamePort_Device.CopyFiles.NT
  16. ;;LogConfig=StandardJoyStick.LC0,BasicJoyStick.LC0
  17. [Standard_Port.NT.Services]
  18. AddService = admjoy,%SPSVCINST_ASSOCSERVICE%,GamePort_Service_Inst
  19. [GamePort_Device.CopyFiles.NT]
  20. admjoy.sys
  21. [StandardJoyStick.NT.FactDef]
  22. ConfigPriority=HARDWIRED
  23. IOConfig=201-201(3ff::)
  24. [StandardJoyStick.LC0]
  25. ConfigPriority=HARDWIRED
  26. IOConfig=201-201(3ff::)
  27. [BasicJoyStick.LC0]
  28. ConfigPriority=HARDWIRED
  29. IOConfig=201-201(3ff::)
  30. [BasicJoyStick.LC1]
  31. ConfigPriority=HARDWIRED
  32. IOConfig=200-207(3ff::)
  33. [GamePort_Service_Inst]
  34. DisplayName = %gameport.SvcDesc%
  35. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  36. StartType = 3 ; SERVICE_DEMAND_START
  37. ErrorControl = 0 ; SERVICE_ERROR_IGNORE
  38. ServiceBinary = %12%\admjoy.sys
  39. LoadOrderGroup = Extended Base