PiSmmCommunicationPei.inf 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ## @file
  2. # PI SMM Communication PEIM which produces PEI SMM Communication PPI.
  3. #
  4. # This PEIM retrieves the SMM communication context and produces PEI SMM
  5. # Communication PPIin the S3 boot mode.
  6. #
  7. # Copyright (c) 2010 - 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 = PiSmmCommunicationPei
  15. MODULE_UNI_FILE = PiSmmCommunicationPei.uni
  16. FILE_GUID = 1C8B7F78-1699-40e6-AF33-9B995D16B043
  17. MODULE_TYPE = PEIM
  18. VERSION_STRING = 1.0
  19. ENTRY_POINT = PiSmmCommunicationPeiEntryPoint
  20. #
  21. # The following information is for reference only and not required by the build tools.
  22. #
  23. # VALID_ARCHITECTURES = IA32 X64
  24. #
  25. [Sources]
  26. PiSmmCommunicationPei.c
  27. PiSmmCommunicationPrivate.h
  28. [Packages]
  29. MdePkg/MdePkg.dec
  30. MdeModulePkg/MdeModulePkg.dec
  31. [LibraryClasses]
  32. PeimEntryPoint
  33. PeiServicesTablePointerLib
  34. PeiServicesLib
  35. BaseLib
  36. BaseMemoryLib
  37. HobLib
  38. DebugLib
  39. [Guids]
  40. gEfiAcpiVariableGuid ## CONSUMES ## HOB
  41. [Ppis]
  42. ## PRODUCES
  43. ## UNDEFINED # HOB # SMM Configuration Table
  44. gEfiPeiSmmCommunicationPpiGuid
  45. gPeiSmmAccessPpiGuid ## CONSUMES
  46. gPeiSmmControlPpiGuid ## CONSUMES
  47. # [BootMode]
  48. # S3_RESUME ## CONSUMES
  49. [Depex]
  50. gPeiSmmAccessPpiGuid AND
  51. gPeiSmmControlPpiGuid AND
  52. gEfiPeiMasterBootModePpiGuid
  53. [UserExtensions.TianoCore."ExtraFiles"]
  54. PiSmmCommunicationPeiExtra.uni