SsdtPcieSupportLib.inf 655 B

123456789101112131415161718192021222324252627282930
  1. ## @file
  2. # Ssdt PCIe Support Library.
  3. #
  4. # Copyright (c) 2021, Arm Limited. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x0001001B
  10. BASE_NAME = SsdtPcieSupportLib
  11. FILE_GUID = 510451a0-60b2-446c-b6bf-59cbe4a41782
  12. VERSION_STRING = 1.0
  13. MODULE_TYPE = DXE_DRIVER
  14. LIBRARY_CLASS = SsdtPcieSupportLib
  15. [Sources]
  16. SsdtPcieSupportLib.c
  17. SsdtPcieSupportLibPrivate.h
  18. SsdtPcieOscTemplate.asl
  19. [Packages]
  20. DynamicTablesPkg/DynamicTablesPkg.dec
  21. EmbeddedPkg/EmbeddedPkg.dec
  22. MdePkg/MdePkg.dec
  23. [LibraryClasses]
  24. AcpiHelperLib
  25. AmlLib
  26. BaseLib