PlatformPeim.inf 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #/** @file
  2. #
  3. # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
  4. # Copyright (c) 2011-2012, ARM Limited. All rights reserved.
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. #**/
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = PlatformPei
  12. FILE_GUID = 2ad0fc59-2314-4bf3-8633-13fa22a624a0
  13. MODULE_TYPE = PEIM
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = InitializePlatformPeim
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32 X64 EBC ARM
  20. #
  21. [Sources]
  22. PlatformPeim.c
  23. [Packages]
  24. MdePkg/MdePkg.dec
  25. MdeModulePkg/MdeModulePkg.dec
  26. EmbeddedPkg/EmbeddedPkg.dec
  27. ArmPkg/ArmPkg.dec
  28. ArmPlatformPkg/ArmPlatformPkg.dec
  29. [LibraryClasses]
  30. PeimEntryPoint
  31. DebugLib
  32. HobLib
  33. ArmPlatformLib
  34. PlatformPeiLib
  35. PeiServicesLib
  36. [Ppis]
  37. gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED
  38. gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED
  39. [FixedPcd]
  40. gArmTokenSpaceGuid.PcdFdBaseAddress
  41. gArmTokenSpaceGuid.PcdFdSize
  42. gArmTokenSpaceGuid.PcdFvBaseAddress
  43. gArmTokenSpaceGuid.PcdFvSize
  44. [Depex]
  45. TRUE