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.

75 lines
1.4 KiB

  1. [Version]
  2. Signature = "$Windows NT$"
  3. Class=System
  4. ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
  5. Provider=%MSFT%
  6. DriverVer= 5/1/2001
  7. [DestinationDirs]
  8. _MCA.Files.x86_12 = 12
  9. [SourceDisksNames.x86]
  10. 0=%Desc_x860%
  11. [SourceDisksNames.ia64]
  12. [SourceDisksFiles.x86]
  13. imca.sys=0,\,
  14. [SourceDisksFiles.ia64]
  15. [Manufacturer]
  16. %MSFT%=MSFT
  17. [MSFT]
  18. %_MCADesc%=_MCA_Inst,_MCA0000
  19. [_MCA_Inst.ntx86]
  20. CopyFiles = _MCA.Files.x86_12
  21. [_MCA_Inst.ntx86.Services]
  22. AddService = imca,0x00000002,_MCA_Service_Instx86,
  23. [_MCA_Service_Instx86]
  24. ServiceType = %SERVICE_KERNEL_DRIVER%
  25. StartType = %SERVICE_SYSTEM_START%
  26. ErrorControl = %SERVICE_ERROR_NORMAL%
  27. ServiceBinary = %12%\imca.sys
  28. [_MCA.Files.x86_12]
  29. imca.sys
  30. [_MCA_EventLog_Inst]
  31. AddReg = _MCA_EventLog_Inst.AddReg
  32. [_MCA_EventLog_Inst.AddReg]
  33. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  34. HKR,,TypesSupported,%REG_DWORD%,7
  35. [Strings]
  36. ; *******Localizable Strings*******
  37. MSFT= "Microsoft"
  38. Desc_x860= "Disk2"
  39. _MCADesc= "Microsoft MCA Driver"
  40. ; *******Non Localizable Strings*******
  41. SERVICE_BOOT_START = 0x0
  42. SERVICE_SYSTEM_START = 0x1
  43. SERVICE_AUTO_START = 0x2
  44. SERVICE_DEMAND_START = 0x3
  45. SERVICE_DISABLED = 0x4
  46. SERVICE_KERNEL_DRIVER = 0x1
  47. SERVICE_ERROR_IGNORE = 0x0
  48. SERVICE_ERROR_NORMAL = 0x1
  49. SERVICE_ERROR_SEVERE = 0x2
  50. SERVICE_ERROR_CRITICAL = 0x3
  51. REG_EXPAND_SZ = 0x00020000
  52. REG_DWORD = 0x00010001