AcpiTables.inf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ## @file
  2. # Component description file for PlatformAcpiTable module.
  3. #
  4. # Build acpi table data required by system boot.
  5. # All .asi files tagged with "ToolCode="DUMMY"" in following
  6. # file list are device description and are included by top
  7. # level ASL file which will be dealed with by asl.exe application.
  8. #
  9. # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
  10. #
  11. # SPDX-License-Identifier: BSD-2-Clause-Patent
  12. #
  13. ##
  14. [Defines]
  15. INF_VERSION = 0x00010005
  16. BASE_NAME = AcpiTables
  17. FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD
  18. MODULE_TYPE = USER_DEFINED
  19. VERSION_STRING = 1.0
  20. #
  21. # The following information is for reference only and not required by the build tools.
  22. #
  23. # VALID_ARCHITECTURES = IA32 X64 EBC
  24. #
  25. [Sources]
  26. Facs/Facs.aslc
  27. Fadt/Fadt2.0.aslc
  28. Hpet/Hpet.aslc
  29. Mcfg/Mcfg.aslc
  30. Dsdt/Platform.asl
  31. CpuPm/CpuPm.asl
  32. Cpu0Cst/Cpu0Cst.asl
  33. Cpu0Ist/Cpu0Ist.asl
  34. Cpu0Tst/Cpu0Tst.asl
  35. [Packages]
  36. MdePkg/MdePkg.dec
  37. QuarkPlatformPkg/QuarkPlatformPkg.dec
  38. QuarkSocPkg/QuarkSocPkg.dec