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.

33 lines
767 B

  1. ; -- NETPSA.INX --
  2. ;
  3. ; Packet Scheduler Adapters
  4. ;
  5. ; Copyright (c) Microsoft Corporation. All rights reserved.
  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
  22. [PSchedMP.AddService]
  23. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  24. StartType = 3 ;SERVICE_DEMAND_START
  25. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  26. ServiceBinary = %12%\psched.sys