PeiInterposerToSvidMap.inf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ## @file
  2. # Component description file for PeiInterposerToSvidMap
  3. #
  4. # @copyright
  5. # Copyright 2018 - 2021 Intel Corporation. <BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = PeiInterposerToSvidMap
  12. FILE_GUID = DF11893B-FAC7-4812-8DD7-F5DD56889040
  13. MODULE_TYPE = PEIM
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = InterposerToSvidMapEntry
  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. PeiInterposerToSvidMap.c
  23. [Packages]
  24. MdePkg/MdePkg.dec
  25. WhitleyOpenBoardPkg/PlatformPkg.dec
  26. WhitleySiliconPkg/CpRcPkg.dec
  27. WhitleySiliconPkg/WhitleySiliconPkg.dec
  28. WhitleySiliconPkg/SiliconPkg.dec
  29. [LibraryClasses]
  30. DebugLib
  31. PeimEntryPoint
  32. PcdLib
  33. BaseMemoryLib
  34. [Ppis]
  35. gMemoryPolicyPpiGuid ## CONSUMES
  36. gDynamicSiLibraryPpiGuid ## CONSUMES
  37. [Guids]
  38. gEfiPlatformInfoGuid
  39. [Pcd]
  40. gPlatformTokenSpaceGuid.PcdMemInterposerMap
  41. gEfiCpRcPkgTokenSpaceGuid.PcdMemSrvidMap
  42. [Depex]
  43. gDynamicSiLibraryPpiGuid