PeiDxeSmmPmcPrivateLibWithS3.inf 805 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ## @file
  2. # PEI/DXE/SMM PCH private PMC Lib.
  3. # This part of PMC lib includes S3BootScript support
  4. #
  5. # All function in this library is available for PEI, DXE, and SMM,
  6. # But do not support UEFI RUNTIME environment call.
  7. #
  8. # Copyright (c) 2019 - 2020 Intel Corporation. All rights reserved. <BR>
  9. #
  10. # SPDX-License-Identifier: BSD-2-Clause-Patent
  11. #
  12. ##
  13. [Defines]
  14. INF_VERSION = 0x00010017
  15. BASE_NAME = PeiDxeSmmPmcPrivateLibWithS3
  16. FILE_GUID = 5890CA5A-1955-4A02-A09C-01E4150606CC
  17. VERSION_STRING = 1.0
  18. MODULE_TYPE = BASE
  19. LIBRARY_CLASS = PmcPrivateLibWithS3
  20. [LibraryClasses]
  21. BaseLib
  22. IoLib
  23. DebugLib
  24. PciSegmentLib
  25. PmcLib
  26. PcdLib
  27. S3BootScriptLib
  28. [Packages]
  29. MdePkg/MdePkg.dec
  30. CoffeelakeSiliconPkg/SiPkg.dec
  31. IntelSiliconPkg/IntelSiliconPkg.dec
  32. [Sources]
  33. PmcPrivateLibWithS3.c