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.

58 lines
1.4 KiB

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. Class=System
  4. ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
  5. Provider=%MSFT%
  6. [DestinationDirs]
  7. DefaultDestDir = 12
  8. [ControlFlags]
  9. ;
  10. ; Exclude all devices from Select Device list
  11. ;
  12. ExcludeFromSelect = *
  13. [ClassInstall32]
  14. AddReg=System_Class_Addreg
  15. [System_Class_Addreg]
  16. HKR,,,0,"System Class Drivers"
  17. [Manufacturer]
  18. %MSFT%=Microsoft
  19. [Microsoft]
  20. %SPSIM.DeviceDesc% = SPSIMInst,*SPSIMUL
  21. [SPSIMInst.NT]
  22. CopyFiles = @spsim.sys
  23. [SPSIMInst.NT.Services]
  24. AddService = SPSIM,%SPSVCINST_ASSOCSERVICE%,SPSIMService_Inst
  25. [SPSIMService_Inst]
  26. DisplayName = %SPSIM.SvcDesc%
  27. ServiceType = %SERVICE_KERNEL_DRIVER%
  28. StartType = %SERVICE_BOOT_START%
  29. ErrorControl = %SERVICE_ERROR_NORMAL%
  30. ServiceBinary = %12%\SPSIM.sys
  31. LoadOrderGroup = System Bus Extender
  32. [RP_REG_MUTE_IRQ]
  33. HKR,,ResourcePickerExceptions,0,"IRQ:HAL"
  34. [strings]
  35. MSFT = "Microsoft"
  36. SPSIM.DeviceDesc = "Microsoft Simulated Service Processor"
  37. SPSIM.SvcDesc = "Microsoft Simulated Service Processor"
  38. SPSVCINST_TAGTOFRONT = 0x00000003
  39. SPSVCINST_ASSOCSERVICE= 0x00000002
  40. SERVICE_KERNEL_DRIVER = 1
  41. SERVICE_BOOT_START = 0
  42. SERVICE_SYSTEM_START = 1
  43. SERVICE_ERROR_NORMAL = 1
  44. SERVICE_ERROR_IGNORE = 0
  45. REG_EXPAND_SZ = 0x00020000
  46. REG_DWORD = 0x00010001
  47. REG_SZ = 0x00000000