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.

57 lines
1.7 KiB

  1. ;
  2. ; NETLANEP.INX
  3. ;
  4. ; ATM LAN Emulation Transport
  5. ;
  6. ; Copyright (c) Microsoft Corporation. All rights reserved.
  7. [Version]
  8. Signature = "$Windows NT$"
  9. Class = NetTrans
  10. ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
  11. Provider = %Msft%
  12. LayoutFile = layout.inf
  13. [Manufacturer]
  14. %Msft% = MSFT
  15. [MSFT]
  16. %ATMLANE_Desc% = ATMLANE.ndi, MS_ATMLANE
  17. [ATMLANE.ndi]
  18. AddReg = ATMLANE.ndi.AddReg
  19. Characteristics = 0x80 ; NCF_HAS_UI
  20. [ATMLANE.ndi.AddReg]
  21. HKR, Ndi, ClsID, 0, "{295789f0-0949-11d1-b90c-00aa004ab12a}";
  22. HKR, Ndi, HelpText, 0, "@netcfgx.dll,-50010"
  23. HKR, Ndi, Service, 0, "AtmLane"
  24. HKR, Ndi, CoServices, 0x10000, "AtmLane"
  25. HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
  26. HKR, Ndi\Interfaces, LowerRange, 0, "ndisatm"
  27. HKLM,"System\CurrentControlSet\Services\EventLog\System\AtmElan",EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
  28. HKLM,"System\CurrentControlSet\Services\EventLog\System\AtmElan",TypesSupported, 0x10001, 7
  29. [ATMLANE.ndi.Services]
  30. AddService = AtmLane, 0, ATMLANE.AddService, ATMLANE.AddEventLog
  31. [ATMLANE.AddService]
  32. DisplayName = %ATMLANE_Desc%
  33. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  34. StartType = 3 ;SERVICE_DEMAND_START
  35. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  36. ServiceBinary = %12%\atmlane.sys
  37. LoadOrderGroup = PNP_TDI
  38. Description = %ATMLANE_Desc%
  39. [ATMLANE.AddEventLog]
  40. AddReg = ATMLANE.AddEventLog.AddReg
  41. [ATMLANE.AddEventLog.AddReg]
  42. HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
  43. HKR, , TypesSupported, 0x10001, 7
  44. [ATMLANE.ndi.Remove.Services]
  45. DelService = AtmLane