]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
UefiCpuPkg: Add SMM Communication PPI and Handler Modules
[mirror_edk2.git] / UefiCpuPkg / PiSmmCommunication / PiSmmCommunicationSmm.inf
diff --git a/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf b/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
new file mode 100644 (file)
index 0000000..9b03837
--- /dev/null
@@ -0,0 +1,82 @@
+## @file\r
+# PI SMM Communication SMM driver that installs the SMM Communication ACPI Table.\r
+#\r
+# This SMM driver installs the SMM Communication ACPI Table defined in the UEFI spec\r
+# which provides a mechanism that can be used in the OS present environment by\r
+# non-firmware agents for inter-mode communication with SMM agents. It also saves\r
+# SMM communication context for use by SMM Communication PEIM in the S3 boot mode.\r
+#\r
+# Copyright (c) 2010 - 2015, 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                      = PiSmmCommunicationSmm\r
+  MODULE_UNI_FILE                = PiSmmCommunicationSmm.uni\r
+  FILE_GUID                      = E21F35A8-42FF-4050-82D6-93F7CDFA7073\r
+  MODULE_TYPE                    = DXE_SMM_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  PI_SPECIFICATION_VERSION       = 0x0001000A\r
+  ENTRY_POINT                    = PiSmmCommunicationSmmEntryPoint\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
+  PiSmmCommunicationSmm.c\r
+  PiSmmCommunicationPrivate.h\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiDriverEntryPoint\r
+  UefiBootServicesTableLib\r
+  UefiRuntimeServicesTableLib\r
+  SmmServicesTableLib\r
+  BaseLib\r
+  BaseMemoryLib\r
+  HobLib\r
+  DebugLib\r
+  SmmMemLib\r
+  PcdLib\r
+\r
+[Guids]\r
+  gEfiAcpi20TableGuid                ## SOMETIMES_CONSUMES  ## SystemTable\r
+  gEfiAcpi10TableGuid                ## SOMETIMES_CONSUMES  ## SystemTable\r
+  gEfiAcpiTableGuid                  ## SOMETIMES_CONSUMES  ## SystemTable\r
+\r
+[Ppis]\r
+  gEfiPeiSmmCommunicationPpiGuid     ## UNDEFINED # SMM Configuration Table\r
+\r
+[Protocols]\r
+  gEfiSmmSwDispatch2ProtocolGuid     ## CONSUMES\r
+  gEfiSmmCommunicationProtocolGuid   ## UNDEFINED # SMM Communication ACPI Table GUID\r
+  gEfiAcpiTableProtocolGuid          ## CONSUMES\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId             ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId        ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision       ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId         ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision   ## CONSUMES\r
+\r
+[Depex]\r
+  gEfiSmmSwDispatch2ProtocolGuid AND\r
+  gEfiAcpiTableProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  PiSmmCommunicationSmmExtra.uni\r