PeiPlatformHelperLib.inf 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ## @file
  2. # Library producing helper routines for this platform.
  3. #
  4. # Copyright (c) 2013-2015 Intel Corporation.
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = PeiPlatformHelperLib
  12. FILE_GUID = 024D3127-7B60-48f4-A6FE-726E19CD4CEB
  13. MODULE_TYPE = PEIM
  14. VERSION_STRING = 1.0
  15. LIBRARY_CLASS = PlatformHelperLib|PEIM PEI_CORE SEC
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32
  20. #
  21. [Sources]
  22. PlatformHelperLib.c
  23. PlatformHelperPei.c
  24. [Packages]
  25. MdePkg/MdePkg.dec
  26. MdeModulePkg/MdeModulePkg.dec
  27. QuarkSocPkg/QuarkSocPkg.dec
  28. QuarkPlatformPkg/QuarkPlatformPkg.dec
  29. [LibraryClasses]
  30. BaseLib
  31. PcdLib
  32. BaseMemoryLib
  33. PeiServicesTablePointerLib
  34. PeiServicesLib
  35. SerialPortLib
  36. QNCAccessLib
  37. I2cLib
  38. [Pcd]
  39. gQuarkPlatformTokenSpaceGuid.PcdEsramStage1Base