PlatformInfo.inf 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. ## @file
  2. # PlatformInfo PEIM
  3. #
  4. # @copyright
  5. # Copyright 2009 - 2021 Intel Corporation. <BR>
  6. # Copyright (c) 2021, American Megatrends International LLC. <BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = PlatformInfo
  13. FILE_GUID = 34CC6167-7AE7-403e-8AB2-23837F398A30
  14. MODULE_TYPE = PEIM
  15. VERSION_STRING = 1.0
  16. ENTRY_POINT = PlatformInfoInit
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32
  21. #
  22. [Sources]
  23. PlatformInfo.c
  24. PlatformInfo.h
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. WhitleySiliconPkg/WhitleySiliconPkg.dec
  28. WhitleySiliconPkg/SiliconPkg.dec
  29. WhitleySiliconPkg/CpRcPkg.dec
  30. WhitleyOpenBoardPkg/PlatformPkg.dec
  31. UefiCpuPkg/UefiCpuPkg.dec
  32. [LibraryClasses]
  33. PeimEntryPoint
  34. PcdLib
  35. DebugLib
  36. HobLib
  37. IoLib
  38. PlatformHooksLib
  39. PeiServicesLib
  40. [Pcd]
  41. gStructPcdTokenSpaceGuid.PcdSocketCommonRcConfig
  42. gPlatformTokenSpaceGuid.PcdBoardId
  43. gPlatformTokenSpaceGuid.PcdBoardRevId
  44. [Guids]
  45. gEfiPlatformInfoGuid
  46. gEfiSetupVariableGuid
  47. [Ppis]
  48. gPchSpiPpiGuid
  49. gEfiPeiReadOnlyVariable2PpiGuid
  50. gDynamicSiLibraryPpiGuid ## CONSUMES
  51. [Depex]
  52. gPchSpiPpiGuid AND
  53. gEfiPeiReadOnlyVariable2PpiGuid AND
  54. gDynamicSiLibraryPpiGuid