AcpiTables.inf 778 B

12345678910111213141516171819202122232425262728293031
  1. ## @file
  2. # Component description file for PlatformAcpiTables module.
  3. #
  4. # ACPI table data and ASL sources required to boot the platform.
  5. #
  6. # Copyright (c) 2008 - 2019 Intel Corporation. All rights reserved. <BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = PlatformAcpiTables
  14. FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD
  15. MODULE_TYPE = USER_DEFINED
  16. VERSION_STRING = 1.0
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32 X64 EBC
  21. #
  22. [Sources]
  23. Platform.h
  24. Dsdt.asl
  25. [Packages]
  26. MdePkg/MdePkg.dec