Leaked source code of windows server 2003
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.

69 lines
1.7 KiB

  1. ; Gravis Digital GamePort device driver installation
  2. ; Copyright (c) 2000 ACCO Brands, Inc.
  3. [Version]
  4. LayoutFile=Layout.inf
  5. Signature="$WINDOWS NT$"
  6. Class=HIDClass
  7. ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
  8. Provider=%VENDOR%
  9. [ControlFlags]
  10. ExcludeFromSelect = *
  11. [DestinationDirs]
  12. DefaultDestDir = 10,system32\drivers
  13. CopyFilesSYS.NT = 10,system32\drivers ;%SystemRoot%\system32\drivers
  14. CopyFilesDLL.NT = 11 ;%SystemRoot%\system or system32 - 98 or Win2000
  15. [Manufacturer]
  16. %VENDOR%=Vendor
  17. [Vendor]
  18. %XDGP% = Grip_Inst, Gameport\VID_047D&PID_4903
  19. %GPP% = Grip_Inst, Gameport\VID_0428&PID_4901
  20. %XDC% = Grip_Inst, Gameport\VID_047D&PID_3901
  21. %BHK% = Grip_Inst, Gameport\VID_047D&PID_3900
  22. %ZEBRA% = Grip_Inst, Gameport\VID_047D&PID_3905
  23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  24. ;;
  25. ;; GamePort Device Installation Section
  26. ;;
  27. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  28. [Grip_Inst.NT]
  29. CopyFiles = CopyFilesSYS.NT , CopyFilesDLL.NT
  30. [Grip_Inst.NT.Services]
  31. AddService = ntgrip,0x00000002,Vendor_Service_Inst
  32. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  33. ;;
  34. ;; File Copy Section
  35. ;;
  36. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  37. [CopyFilesSYS.NT]
  38. ntgrip.sys
  39. HidClass.sys
  40. HidParse.sys
  41. [CopyFilesDLL.NT]
  42. Hid.dll
  43. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  44. ;;
  45. ;; Service Installation Section
  46. ;;
  47. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  48. [Vendor_Service_Inst]
  49. DisplayName = %SvcDesc%
  50. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  51. StartType = 3 ; SERVICE_DEMAND_START
  52. ErrorControl = 1
  53. ServiceBinary = %10%\system32\drivers\ntgrip.sys
  54. LoadOrderGroup = Extended Base