FspNotifyPhasePeim.inf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ## @file
  2. # Component information file for the FSP notify phase PEI module.
  3. #
  4. # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. ##
  7. [Defines]
  8. INF_VERSION = 0x00010005
  9. BASE_NAME = FspNotifyPhasePeim
  10. FILE_GUID = 29CBB005-C972-49F3-960F-292E2202CECD
  11. MODULE_TYPE = PEIM
  12. VERSION_STRING = 1.0
  13. ENTRY_POINT = FspNotifyPhasePeimEntryPoint
  14. [Sources]
  15. FspNotifyPhasePeim.h
  16. FspNotifyPhasePeim.c
  17. [Packages]
  18. MdePkg/MdePkg.dec
  19. IntelFsp2Pkg/IntelFsp2Pkg.dec
  20. [LibraryClasses]
  21. PeimEntryPoint
  22. DebugLib
  23. FspPlatformLib
  24. FspCommonLib
  25. FspSwitchStackLib
  26. [Ppis]
  27. gEfiDxeIplPpiGuid ## PRODUCES
  28. gEfiEndOfPeiSignalPpiGuid ## PRODUCES
  29. gFspReadyForNotifyPhasePpiGuid ## PRODUCES
  30. [Protocols]
  31. gEfiPciEnumerationCompleteProtocolGuid ## PRODUCES
  32. [Guids]
  33. gEfiEventReadyToBootGuid ## PRODUCES ## Event
  34. [Depex]
  35. gEfiDxeIplPpiGuid