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.

61 lines
1.8 KiB

  1. ; NET1394.INX -- 1394 NIC Miniport
  2. ;
  3. ; Copyright (c) 1993-1999, Microsoft Corporation
  4. [version]
  5. Signature = "$Windows NT$"
  6. Class = Net
  7. ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
  8. Provider = %Msft%
  9. [Manufacturer]
  10. %Msft% = Msft
  11. [ControlFlags]
  12. ExcludeFromSelect = V1394\NIC1394
  13. [Msft]
  14. ; DisplayName Section DeviceID
  15. ; ----------- ------- --------
  16. %nic1394.devicedesc% = nic1394.ndi,V1394\NIC1394
  17. [nic1394.ndi]
  18. Characteristics = 0x04
  19. BusType = 14
  20. AddReg = nic1394.ndi.reg
  21. [nic1394.ndi.Services]
  22. AddService = NIC1394, 2, nic1394.Services, nic1394.EventLog
  23. ;-------------------------------------------------------------------------
  24. ; NDI AddReg sections.
  25. ;-------------------------------------------------------------------------
  26. [nic1394.ndi.reg]
  27. HKR, Ndi, Service, 0, "NIC1394"
  28. HKR, Ndi\Interfaces, UpperRange, 0, "ndis1394"
  29. HKR, Ndi\Interfaces, LowerRange, 0, "atm"
  30. ;-------------------------------------------------------------------------
  31. ; [Service Install] sections.
  32. ;-------------------------------------------------------------------------
  33. [nic1394.Services]
  34. DisplayName = %nic1394.Service.DispName%
  35. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  36. StartType = 3 ;SERVICE_DEMAND_START
  37. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  38. ServiceBinary = %12%\nic1394.sys
  39. LoadOrderGroup = NDIS
  40. [nic1394.EventLog]
  41. AddReg = nic1394.AddEventLog.reg
  42. [nic1394.AddEventLog.reg]
  43. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  44. HKR, , TypesSupported, 0x00010001, 7
  45. [Strings]
  46. Msft = "Microsoft"
  47. nic1394.devicedesc = "NDIS 1394 Net Adapter"
  48. nic1394.Service.DispName = "NDIS 1394 Net Driver"