BootModePei.inf 891 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ## @file
  2. # FSP PEI Module
  3. #
  4. # Parses the hoblist from fsp and report them into pei core. It will install
  5. # the memory as required.
  6. #
  7. # Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
  8. #
  9. # SPDX-License-Identifier: BSD-2-Clause-Patent
  10. #
  11. ##
  12. [Defines]
  13. INF_VERSION = 0x00010005
  14. BASE_NAME = BootModePeim
  15. FILE_GUID = 2B1D0832-2184-4C8F-A90D-8E4AF9DE5BCD
  16. MODULE_TYPE = PEIM
  17. VERSION_STRING = 1.0
  18. ENTRY_POINT = BootModePeiEntryPoint
  19. #
  20. # The following information is for reference only and not required by the build tools.
  21. #
  22. # VALID_ARCHITECTURES = IA32
  23. #
  24. [Sources]
  25. BootModePei.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. [LibraryClasses]
  29. PeimEntryPoint
  30. [Ppis]
  31. gEfiPeiMasterBootModePpiGuid
  32. [Depex]
  33. TRUE