PeiDxeSmmPmcLib.inf 823 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ## @file
  2. # PEI/DXE/SMM PCH PMC Lib.
  3. #
  4. # All function in this library is available for PEI, DXE, and SMM,
  5. # But do not support UEFI RUNTIME environment call.
  6. #
  7. # Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010017
  13. BASE_NAME = PeiDxeSmmPmcLib
  14. FILE_GUID = 9D60C364-5086-41E3-BC9D-C62AB7233DBF
  15. VERSION_STRING = 1.0
  16. MODULE_TYPE = BASE
  17. LIBRARY_CLASS = PmcLib
  18. [LibraryClasses]
  19. BaseLib
  20. IoLib
  21. DebugLib
  22. PciSegmentLib
  23. PchCycleDecodingLib
  24. PchPcrLib
  25. PchInfoLib
  26. BaseMemoryLib
  27. [Packages]
  28. MdePkg/MdePkg.dec
  29. IntelSiliconPkg/IntelSiliconPkg.dec
  30. TigerlakeSiliconPkg/SiPkg.dec
  31. [Pcd]
  32. gIntelSiliconPkgTokenSpaceGuid.PcdAcpiBaseAddress
  33. gSiPkgTokenSpaceGuid.PcdTcoBaseAddress
  34. [Sources]
  35. PmcLib.c