PlatformSecPpiLib.inf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ## @file
  2. # Library instance to to provide PPI before PEI Core
  3. #
  4. # Copyright (c) 2021, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x0001001b
  11. BASE_NAME = PlatformSecPpiLib
  12. FILE_GUID = 8F8E049E-F193-427C-998E-1E8FE2612D94
  13. MODULE_TYPE = PEIM
  14. VERSION_STRING = 1.0
  15. LIBRARY_CLASS = PlatformSecPpiLib|PEI_CORE
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = RISCV64
  20. #
  21. [Sources]
  22. PlatformSecPpiLib.c
  23. [Ppis]
  24. [Ppis]
  25. gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_PRODUCED
  26. gEfiTemporaryRamDonePpiGuid # PPI ALWAYS_PRODUCED
  27. [Packages]
  28. MdePkg/MdePkg.dec
  29. MdeModulePkg/MdeModulePkg.dec
  30. Platform/RISC-V/PlatformPkg/RiscVPlatformPkg.dec
  31. Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dec
  32. [LibraryClasses]
  33. BaseLib
  34. PcdLib
  35. MemoryAllocationLib
  36. PrintLib
  37. RiscVFirmwareContextLib