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. ; Installation file for ACPISIM Driver
  2. ; Copyright Microsoft Corporation
  3. [Version]
  4. Signature="$WINDOWS NT$"
  5. Class=System
  6. ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
  7. Provider=%MSFT%
  8. DriverVer=10/22/2001,1.0.0
  9. [SourceDisksNames]
  10. [SourceDisksFiles]
  11. [DestinationDirs]
  12. DefaultDestDir = 12
  13. [ControlFlags]
  14. ;
  15. ; Exclude all devices from Select Device list
  16. ;
  17. ExcludeFromSelect = *
  18. [Manufacturer]
  19. %MSFT%=Microsoft
  20. [Microsoft]
  21. %*_ASIM0000.DeviceDesc% = ACPISIM_Inst,*_ASIM0000
  22. [ACPISIM_Inst.NT]
  23. CopyFiles = @acpisim.sys
  24. [ACPISIM_Inst.NT.Services]
  25. AddService = ACPISIM,%SPSVCINST_ASSOCSERVICE%,ACPISIM_Service_Inst
  26. [ACPISIM_Service_Inst]
  27. DisplayName = %ACPISIM.SvcDesc%
  28. ServiceType = %SERVICE_KERNEL_DRIVER%
  29. StartType = %SERVICE_BOOT_START%
  30. ErrorControl = %SERVICE_ERROR_NORMAL%
  31. ServiceBinary = %12%\ACPISIM.sys
  32. LoadOrderGroup = System Bus Extender
  33. [strings]
  34. MSFT = "Microsoft"
  35. *_ASIM0000.DeviceDesc = "Microsoft ACPI BIOS Simulator"
  36. ACPISIM.SvcDesc = "Microsoft ACPI BIOS Simulator Driver"
  37. SPSVCINST_TAGTOFRONT = 0x00000003
  38. SPSVCINST_ASSOCSERVICE= 0x00000002
  39. SERVICE_KERNEL_DRIVER = 1
  40. SERVICE_BOOT_START = 0
  41. SERVICE_SYSTEM_START = 1
  42. SERVICE_ERROR_NORMAL = 1
  43. SERVICE_ERROR_IGNORE = 0
  44. REG_EXPAND_SZ = 0x00020000
  45. REG_DWORD = 0x00010001
  46. REG_SZ = 0x00000000