PlatformInfo.inf 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ## @file
  2. # PlatformInfo PEIM
  3. #
  4. # @copyright
  5. # Copyright 2009 - 2021 Intel Corporation. <BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = PlatformInfo
  12. FILE_GUID = 34CC6167-7AE7-403e-8AB2-23837F398A30
  13. MODULE_TYPE = PEIM
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = PlatformInfoInit
  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. PlatformInfo.c
  23. PlatformInfo.h
  24. [Packages]
  25. MdePkg/MdePkg.dec
  26. WhitleySiliconPkg/WhitleySiliconPkg.dec
  27. WhitleySiliconPkg/SiliconPkg.dec
  28. WhitleySiliconPkg/CpRcPkg.dec
  29. WhitleyOpenBoardPkg/PlatformPkg.dec
  30. UefiCpuPkg/UefiCpuPkg.dec
  31. [LibraryClasses]
  32. PeimEntryPoint
  33. PcdLib
  34. DebugLib
  35. HobLib
  36. IoLib
  37. PlatformHooksLib
  38. PeiServicesLib
  39. [Pcd]
  40. gStructPcdTokenSpaceGuid.PcdSocketCommonRcConfig
  41. [Guids]
  42. gEfiPlatformInfoGuid
  43. gEfiSetupVariableGuid
  44. [Ppis]
  45. gPchSpiPpiGuid
  46. gEfiPeiReadOnlyVariable2PpiGuid
  47. gDynamicSiLibraryPpiGuid ## CONSUMES
  48. [Depex]
  49. gPchSpiPpiGuid AND
  50. gEfiPeiReadOnlyVariable2PpiGuid AND
  51. gDynamicSiLibraryPpiGuid