AcpiTables.inf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 file list are device description and are included
  6. # by top level ASL file which will be dealed with by asl.exe application.
  7. #
  8. # Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved
  9. #
  10. # SPDX-License-Identifier: BSD-2-Clause-Patent
  11. #
  12. #
  13. #
  14. ##
  15. [defines]
  16. INF_VERSION = 0x00010005
  17. BASE_NAME = AcpiTables
  18. FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD
  19. MODULE_TYPE = USER_DEFINED
  20. VERSION_STRING = 1.0
  21. EDK_RELEASE_VERSION = 0x00020000
  22. EFI_SPECIFICATION_VERSION = 0x00020000
  23. [sources.common]
  24. DSDT.ASL
  25. RhProxy.asl
  26. Facs/Facs.aslc
  27. Facp/Facp.aslc
  28. Madt/Madt30.aslc
  29. Mcfg/Mcfg.aslc
  30. Hpet/Hpet.aslc
  31. Lpit/Lpit.aslc
  32. Wsmt/Wsmt.aslc
  33. [Packages]
  34. MdePkg/MdePkg.dec
  35. Vlv2TbltDevicePkg/PlatformPkg.dec
  36. Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec