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.

93 lines
2.2 KiB

  1. ; Enum1394.INF -- Ndis 1394 Enumerator .inf for Windows 98 and Windows NT
  2. [Version]
  3. signature="$CHICAGO$"
  4. Class=Enum1394
  5. ClassGuid={C459DF55-DB08-11d1-B009-00A0C9081FF6}
  6. Provider=%Msft%
  7. ;[DestinationDirs]
  8. ;DefaultDestDir=12
  9. ;ndis1394_CopyFiles=12
  10. ;ndis1394inf_CopyFiles=17
  11. ; =================== Class Sections ===========================
  12. [ClassInstall32]
  13. Addreg=Enum1394ClassReg
  14. [ClassInstall]
  15. Addreg=Enum1394ClassReg
  16. [Enum1394ClassReg]
  17. HKR,,,,%Enum1394ClassName%
  18. HKR,,SilentInstall,,1
  19. HKR,,NoUseClass,,"1"
  20. HKR,,NoDisplayClass,,1
  21. HKR,,Icon,,-21
  22. ; =================== Table of content =========================
  23. [Manufacturer]
  24. %MicrosoftMfg%=Microsoft
  25. ; =================== Microsoft ========================
  26. [Microsoft]
  27. %1394\5E&1.DeviceDesc%=ENUM1394,1394\5E&1
  28. %1394\MICROSOFT&1394_PC%=ENUM1394,1394\MICROSOFT&1394_PC
  29. [ENUM1394]
  30. AddReg=ENUM1394.AddReg
  31. ;CopyFiles=ndis1394_CopyFiles, ndis1394inf_CopyFiles
  32. ;[ndis1394_CopyFiles]
  33. ;enum1394.sys
  34. ;nic1394.sys
  35. ;arp1394.sys
  36. ;[ndis1394inf_CopyFiles]
  37. ;enum1394.inf
  38. ;net1394.inf
  39. [ENUM1394.AddReg]
  40. HKR,,DevLoader,,*ntkern
  41. HKR,,NTMPDriver,,enum1394.sys
  42. [ENUM1394.NT]
  43. ;CopyFiles=ndis1394_CopyFiles, ndis1394inf_CopyFiles
  44. [ENUM1394.NT.Services]
  45. AddService=ENUM1394,2,ENUM1394_ServiceInstall
  46. AddService=Arp1394,0,ARP1394.AddService, NetEventLog
  47. [ENUM1394_ServiceInstall]
  48. DisplayName=%1394\031887&040892.DeviceDesc%
  49. ServiceType=1
  50. StartType=3
  51. ErrorControl=1
  52. ServiceBinary=%12%\enum1394.sys
  53. [ARP1394.AddService]
  54. DisplayName = %MS_ARP1394.DeviceDesc%
  55. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  56. StartType = 3 ;SERVICE_DEMAND_START
  57. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  58. ServiceBinary = %12%\arp1394.sys
  59. LoadOrderGroup = NDIS
  60. Dependencies = Tcpip
  61. Description = %MS_ARP1394.DeviceDesc%
  62. [NetEventLog]
  63. AddReg = NetEventLog.AddReg
  64. [NetEventLog.AddReg]
  65. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  66. HKR,,TypesSupported,0x00010001,7
  67. [Strings]
  68. Msft="Microsoft"
  69. Enum1394ClassName="Ndis 1394 Enumerator"
  70. MicrosoftMfg="Microsoft"
  71. 1394\MICROSOFT&1394_PC="1394 Host"
  72. 1394\5E&1.DeviceDesc = "Ndis 1394 Enumerator"
  73. MS_ARP1394.DeviceDesc="1394 ARP Client Protocol"