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.

48 lines
1.1 KiB

  1. ; -- NETPSA.INX --
  2. ;
  3. ; Packet Scheduler Adapters
  4. ;
  5. ; Copyright (c) 1993-1999, Microsoft Corporation
  6. [Version]
  7. Signature = "$Windows NT$"
  8. Class = Net
  9. ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
  10. Provider = %Msft%
  11. LayoutFile = layout.inf
  12. [ControlFlags]
  13. ExcludeFromSelect = ms_pschedmp
  14. [Manufacturer]
  15. %Msft% = MSFT
  16. [MSFT]
  17. %PSchedMP_Desc% = PSchedMP.ndi, ms_pschedmp
  18. [PSchedMP.ndi]
  19. Characteristics = 0x29 ; NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  20. [PSchedMP.ndi.Services]
  21. AddService = PSched, 2, PSchedMP.AddService, PSched.AddEventLog
  22. [PSchedMP.AddService]
  23. DisplayName = %PSched_Desc%
  24. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  25. StartType = 3 ;SERVICE_DEMAND_START
  26. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  27. ServiceBinary = %12%\psched.sys
  28. LoadOrderGroup = PNP_TDI
  29. Dependencies = Gpc
  30. AddReg = PSchedMP.AddService.AddReg
  31. Description = %PSched_Desc%
  32. [PSchedMP.AddService.AddReg]
  33. [PSched.AddEventLog]
  34. AddReg = PSched.AddEventLog.AddReg
  35. [PSched.AddEventLog.AddReg]
  36. HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
  37. HKR, , TypesSupported, 0x10001, 7