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.

96 lines
2.2 KiB

  1. ; 61883.INF
  2. ; Copyright (c) Microsoft Corporation. All rights reserved.
  3. [Version]
  4. signature="$CHICAGO$"
  5. Class=61883
  6. ClassGuid={7EBEFBC0-3200-11d2-B4C2-00A0C9697D07}
  7. Provider=%Msft%
  8. LayoutFile=Layout.inf
  9. [DestinationDirs]
  10. defaultdestdir=10,system32\drivers
  11. 61883Class.CopyFiles=10,system32\drivers
  12. ; =================== Class Sections ===========================
  13. [ClassInstall32]
  14. Addreg=61883ClassReg
  15. [ClassInstall]
  16. Addreg=61883ClassReg
  17. [61883ClassReg]
  18. HKR,,,,%61883ClassName%
  19. HKR,,Icon,,-21
  20. HKR,,NoInstallClass,,1
  21. HKR,,Security,,"D:P(A;;GA;;;SY)(A;;GA;;;BA)" ; ACL allowing System and Admin
  22. [ControlFlags]
  23. ; All PnP devices should be excluded from manual AddDevice Applet list
  24. ExcludeFromSelect=*
  25. ; =================== Table of content =========================
  26. [Manufacturer]
  27. %MicrosoftMfg%=Microsoft
  28. ; =================== Microsoft ========================
  29. [Microsoft]
  30. %61883Class.DeviceDesc%=61883_Unit,1394\A02D&10000
  31. %61883Class.DeviceDesc%=61883_Unit,1394\A02D&10001
  32. %61883Class.DeviceDesc%=V61883_Unit,V1394\A02D&10000
  33. %61883Class.DeviceDesc%=V61883_Unit,V1394\A02D&10001
  34. ; dynamically loaded 61883
  35. [61883_Unit]
  36. AddReg=61883_Unit.AddReg
  37. CopyFiles=61883_Unit.CopyFiles
  38. [61883_Unit.AddReg]
  39. HKR,,DevLoader,,*ntkern
  40. HKR,,NTMPDriver,,61883.sys
  41. [61883_Unit.NT]
  42. CopyFiles=61883_Unit.CopyFiles
  43. [61883_Unit.CopyFiles]
  44. 61883.sys
  45. [61883_Unit.NT.Services]
  46. AddService = 61883, 2, 61883_Unit.ServiceInstall
  47. [61883_Unit.ServiceInstall]
  48. DisplayName = %61883_Unit.ServiceDesc%
  49. ServiceType = 1
  50. StartType = 3
  51. ErrorControl = 1
  52. ServiceBinary = %12%\61883.sys
  53. ; statically loaded 61883
  54. [V61883_Unit]
  55. AddReg=61883_Unit.AddReg,V61883_Unit.DevDesc
  56. CopyFiles=61883_Unit.CopyFiles
  57. [V61883_Unit.NT]
  58. AddReg=V61883_Unit.DevDesc
  59. CopyFiles=61883_Unit.CopyFiles
  60. [V61883_Unit.NT.Services]
  61. AddService = 61883, 2, 61883_Unit.ServiceInstall
  62. [V61883_Unit.ServiceInstall]
  63. DisplayName = %61883_Unit.ServiceDesc%
  64. ServiceType = 1
  65. StartType = 3
  66. ErrorControl = 1
  67. ServiceBinary = %12%\61883.sys
  68. [V61883_Unit.DevDesc]
  69. HKR,VDL,VendorId,0x10001,0x50F2
  70. HKR,VDL,ModelId,0x10001,0x0
  71. HKR,VDL,SwVersion,0x10001,0x10001
  72. HKR,VDL,szVendorId,,"Microsoft"
  73. HKR,VDL,szModelId,,"61883 Device"