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.

70 lines
2.0 KiB

  1. ;
  2. ; NETLEPVC.INX
  3. ;
  4. ; ATM EPVC Transport
  5. ;
  6. ; Copyright (c) 2000-2005, Microsoft Corporation
  7. [Version]
  8. Signature = "$Windows NT$"
  9. Class = NetTrans
  10. ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
  11. Provider = %Msft%
  12. LayoutFile = layout.inf
  13. DriverVer=07/25/2000,5.1.2253.1
  14. [Manufacturer]
  15. %Msft% = MSFT
  16. [MSFT]
  17. %ATMEPVCP_Desc% = ATMEPVCP.ndi, MS_ATMEPVCP
  18. [ATMEPVCP.ndi]
  19. AddReg = ATMEPVCP.ndi.AddReg
  20. Characteristics = 0x00 ;
  21. ;-----------------------------------------------------------------------
  22. ; Install parameters
  23. ;
  24. [ATMEPVCP.ndi.AddReg]
  25. HKR, Ndi, ClsID, 0, "{60416955-d060-4c2a-b5ee-de663ce25716}";
  26. HKR, Ndi, ComponentDll, , atmpvcno.dll
  27. HKR, Ndi, HelpText, 0, "%ATMEPVCP_HELP%"
  28. HKR, Ndi, Service, 0, "ATMEPVCP"
  29. HKR, Ndi, CoServices, 0x10000, "ATMEPVCP"
  30. HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
  31. HKR, Ndi\Interfaces, LowerRange, 0, "ndisatm"
  32. HKLM,"System\CurrentControlSet\Services\EventLog\System\ATMEPVCP",EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
  33. HKLM,"System\CurrentControlSet\Services\EventLog\System\ATMEPVCP",TypesSupported, 0x10001, 7
  34. [ATMEPVCP.ndi.Services]
  35. AddService = ATMEPVCP, 0, ATMEPVCP.AddService, ATMEPVCP.AddEventLog
  36. [ATMEPVCP.AddService]
  37. DisplayName = %ATMEPVCP_Desc%
  38. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  39. StartType = 3 ;SERVICE_DEMAND_START
  40. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  41. ServiceBinary = %12%\atmepvc.sys
  42. LoadOrderGroup = PNP_TDI
  43. Description = %ATMEPVCP_Desc%
  44. [ATMEPVCP.AddEventLog]
  45. AddReg = ATMEPVCP.AddEventLog.AddReg
  46. [ATMEPVCP.AddEventLog.AddReg]
  47. HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
  48. HKR, , TypesSupported, 0x10001, 7
  49. [ATMEPVCP.ndi.Remove.Services]
  50. DelService = ATMEPVCP
  51. [Strings]
  52. Msft = "Microsoft"
  53. ATMEPVCP_Desc = "Microsoft Ethernet PVC - RFC2684"
  54. ATMEPVCP_HELP = "Microsoft Ethernet PVC - RFC2684"