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.

61 lines
1.4 KiB

  1. ; Copyright (c) 1999 Microsoft Corporation
  2. ;
  3. ; EC.INF -- This file contains descriptions for the Embedded Controller that is
  4. ; supported in Windows NT
  5. ;
  6. ; You may need to modify this file as appropriate for your device.
  7. ;
  8. [Version]
  9. Signature="$WINDOWS NT$"
  10. Class=System
  11. ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
  12. Provider=%MSFT%
  13. LayoutFile=layout.inf
  14. DriverVer=08/02/1999,5.00.2072
  15. [DestinationDirs]
  16. DefaultDestDir = 12
  17. [ControlFlags]
  18. ;
  19. ; Exclude all devices from Select Device list
  20. ;
  21. ExcludeFromSelect = *
  22. [ClassInstall32]
  23. AddReg=System_Class_Addreg
  24. [System_Class_Addreg]
  25. HKR,,,0,"System Class Drivers"
  26. [Manufacturer]
  27. %MSFT%=Microsoft
  28. [Microsoft]
  29. %*pnp0c09.DeviceDesc% = ACPIEC_Inst,*pnp0C09
  30. %*pnp0c09.DeviceDesc% = ACPIEC_Inst,pnp0C09
  31. [ACPIEC_Inst.NT]
  32. CopyFiles = @acpiec.sys
  33. [ACPIEC_Inst.NT.Services]
  34. AddService = ACPIEC,%SPSVCINST_ASSOCSERVICE%,ACPIEC_Service_Inst
  35. [ACPIEC_Service_Inst]
  36. DisplayName = %ACPIEC.SvcDesc%
  37. ServiceType = %SERVICE_KERNEL_DRIVER%
  38. StartType = %SERVICE_BOOT_START%
  39. ErrorControl = %SERVICE_ERROR_NORMAL%
  40. ServiceBinary = %12%\ACPIEC.sys
  41. LoadOrderGroup = System Bus Extender
  42. [strings]
  43. MSFT = "Microsoft"
  44. *pnp0c09.DeviceDesc = "Microsoft ACPI-Compliant Embedded Controller"
  45. ACPIEC.SvcDesc = "Microsoft Embedded Controller Driver"
  46. SPSVCINST_ASSOCSERVICE= 0x00000002
  47. SERVICE_KERNEL_DRIVER = 1
  48. SERVICE_BOOT_START = 0
  49. SERVICE_ERROR_NORMAL = 1