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.

57 lines
1.3 KiB

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. Class=System
  4. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  5. Provider=%MSFT%
  6. DriverVer=10/14/1999,5.00.2152.1
  7. [ClassInstall32]
  8. AddReg=system_class_addreg
  9. [system_class_addreg]
  10. HKR,,,,%SystemClassName%
  11. HKR,,Icon,,"-27"
  12. [DestinationDirs]
  13. DefaultDestDir = 12 ; DIRID_DRIVERS
  14. [Manufacturer]
  15. %GENDEV_MFG%=GENDEV_SYS
  16. [GENDEV_SYS]
  17. %Root\MPIO.DeviceDesc% = MPIO_DRV, ROOT\MPIO
  18. [MPIO_DRV]
  19. copyfiles = @mpio.sys
  20. [MPIO_DRV.Services]
  21. AddService = mpio, %SPSVCINST_ASSOCSERVICE%, Mpio_ServiceInstallSection
  22. [Mpio_ServiceInstallSection]
  23. DisplayName = %mpio_svcdesc%
  24. ServiceType = %SERVICE_KERNEL_DRIVER%
  25. StartType = %SERVICE_BOOT_START%
  26. ErrorControl = %SERVICE_ERROR_NORMAL%
  27. ServiceBinary = %12%\mpio.sys
  28. LoadOrderGroup = "Boot Bus Extender"
  29. [Strings]
  30. MSFT = "Microsoft"
  31. GENDEV_MFG = "(Standard system devices)"
  32. Root\MPIO.DeviceDesc = "Multi-Path Support"
  33. mpio_svcdesc = "Multi-Path Bus Driver"
  34. ;*******************************************
  35. ;Handy macro substitutions (non-localizable)
  36. SPSVCINST_ASSOCSERVICE = 0x00000002
  37. SERVICE_KERNEL_DRIVER = 1
  38. SERVICE_BOOT_START = 0
  39. SERVICE_SYSTEM_START = 1
  40. SERVICE_DEMAND_START = 3
  41. SERVICE_ERROR_NORMAL = 1
  42. SERVICE_ERROR_CRITICAL = 3
  43. REG_EXPAND_SZ = 0x00020000
  44. REG_DWORD = 0x00010001