]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver.
[mirror_edk2.git] / ArmPkg / Drivers / MmCommunicationDxe / MmCommunication.inf
diff --git a/ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf b/ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
new file mode 100644 (file)
index 0000000..88beafa
--- /dev/null
@@ -0,0 +1,56 @@
+#/** @file\r
+#\r
+#  DXE MM Communicate driver\r
+#\r
+#  Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.\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                    = 0x0001001A\r
+  BASE_NAME                      = ArmMmCommunication\r
+  FILE_GUID                      = 09EE81D3-F15E-43F4-85B4-CB9873DA5D6B\r
+  MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = MmCommunicationInitialize\r
+\r
+#\r
+# The following is for reference only and not required by\r
+# build tools\r
+#\r
+# VALID_ARCHITECTURES            = AARCH64\r
+#\r
+\r
+[Sources.AARCH64]\r
+  MmCommunication.c\r
+\r
+[Packages]\r
+  ArmPkg/ArmPkg.dec\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  ArmLib\r
+  ArmSmcLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  DxeServicesTableLib\r
+  HobLib\r
+  UefiDriverEntryPoint\r
+\r
+[Protocols]\r
+  gEfiMmCommunicationProtocolGuid              ## PRODUCES\r
+\r
+[Pcd.common]\r
+  gArmTokenSpaceGuid.PcdMmBufferBase\r
+  gArmTokenSpaceGuid.PcdMmBufferSize\r
+\r
+[Depex]\r
+  gEfiCpuArchProtocolGuid\r