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.

49 lines
1.2 KiB

  1. ; Copyright (c) Microsoft Corporation. All rights reserved.
  2. [Version]
  3. Signature="$Windows NT$"
  4. Class=NetTrans
  5. ClassGUID={4d36e975-e325-11ce-bfc1-08002be10318}
  6. Provider=%V_MS%
  7. LayoutFile=layout.inf
  8. [Manufacturer]
  9. %V_MS%=MS
  10. [MS]
  11. %ATMUNI.DeviceDesc%=ATMUNI.ndi, MS_ATMUNI
  12. [ATMUNI.ndi]
  13. AddReg=ATMUNI.ndi.reg
  14. Characteristics = 0x80 ; NCF_HAS_UI
  15. [ATMUNI.ndi.reg]
  16. HKR, Ndi,ClsID,,"{674D3E3D-A1A8-11d0-A886-00C04FC99C9C}"
  17. HKR,Ndi,Service,,"Atmuni"
  18. HKR,"Ndi","CoServices",%FLG_ADDREG_TYPE_MULTI_SZ%,"Atmuni"
  19. HKR,Ndi\Interfaces,UpperRange,,"noupper"
  20. HKR,Ndi\Interfaces,LowerRange,,"ndisatm"
  21. HKR,Ndi,HelpText,,"@netcfgx.dll,-50006"
  22. [ATMUNI.ndi.Services]
  23. AddService=Atmuni, 0, ATMUNI.AddService, NetEventLog
  24. [Atmuni.AddService]
  25. DisplayName = %ATMUNI.DeviceDesc%
  26. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  27. StartType = 2 ;SERVICE_AUTO_START
  28. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  29. ServiceBinary = %12%\atmuni.sys
  30. LoadOrderGroup = NDIS
  31. Description = %ATMUNI.DeviceDesc%
  32. [NetEventLog]
  33. AddReg = NetEventLog.AddReg
  34. [NetEventLog.AddReg]
  35. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  36. HKR,,TypesSupported,0x00010001,7
  37. [ATMUNI.ndi.Remove.Services]
  38. DelService = Atmuni