]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf
UefiCpuPkg: Add SMM Communication PPI and Handler Modules
[mirror_edk2.git] / UefiCpuPkg / PiSmmCommunication / PiSmmCommunicationPei.inf
diff --git a/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf b/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf
new file mode 100644 (file)
index 0000000..5cb596c
--- /dev/null
@@ -0,0 +1,70 @@
+## @file\r
+# PI SMM Communication PEIM which produces PEI SMM Communication PPI.\r
+#\r
+# This PEIM retrieves the SMM communication context and produces PEI SMM\r
+# Communication PPIin the S3 boot mode.\r
+#\r
+# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#\r
+# This program and the accompanying materials\r
+# are licensed and made available under the terms and conditions of the BSD License\r
+# which accompanies this distribution.  The full text of the license may be found at\r
+# http://opensource.org/licenses/bsd-license.php\r
+#\r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = PiSmmCommunicationPei\r
+  MODULE_UNI_FILE                = PiSmmCommunicationPei.uni\r
+  FILE_GUID                      = 1C8B7F78-1699-40e6-AF33-9B995D16B043\r
+  MODULE_TYPE                    = PEIM\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = PiSmmCommunicationPeiEntryPoint\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources]\r
+  PiSmmCommunicationPei.c\r
+  PiSmmCommunicationPrivate.h\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  PeimEntryPoint\r
+  PeiServicesTablePointerLib\r
+  PeiServicesLib\r
+  BaseLib\r
+  BaseMemoryLib\r
+  HobLib\r
+  DebugLib\r
+\r
+[Guids]\r
+  gEfiAcpiVariableGuid               ## CONSUMES ## HOB\r
+\r
+[Ppis]\r
+  ## PRODUCES\r
+  ## UNDEFINED # HOB # SMM Configuration Table\r
+  gEfiPeiSmmCommunicationPpiGuid\r
+  gPeiSmmAccessPpiGuid               ## CONSUMES\r
+  gPeiSmmControlPpiGuid              ## CONSUMES\r
+\r
+# [BootMode]\r
+#   S3_RESUME                        ## CONSUMES\r
+\r
+[Depex]\r
+  gPeiSmmAccessPpiGuid AND\r
+  gPeiSmmControlPpiGuid AND\r
+  gEfiPeiMasterBootModePpiGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  PiSmmCommunicationPeiExtra.uni\r