]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StandaloneMmPkg/Library/VariableMmDependency/VariableMmDependency.inf
StandaloneMmPkg/Library: Install Variable Arch Protocol
[mirror_edk2.git] / StandaloneMmPkg / Library / VariableMmDependency / VariableMmDependency.inf
diff --git a/StandaloneMmPkg/Library/VariableMmDependency/VariableMmDependency.inf b/StandaloneMmPkg/Library/VariableMmDependency/VariableMmDependency.inf
new file mode 100644 (file)
index 0000000..e71c44d
--- /dev/null
@@ -0,0 +1,46 @@
+## @file\r
+#  Runtime DXE part corresponding to StanaloneMM variable module.\r
+#\r
+#  This module installs variable arch protocol and variable write arch protocol\r
+#  to StandaloneMM runtime variable service.\r
+#\r
+# Copyright (c) 2019, ARM Ltd. All rights reserved.\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
+# 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                      = VariableMmDependency\r
+  FILE_GUID                      = 64BC4129-778E-4867-BA07-13999A4DEC3F\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  LIBRARY_CLASS                  = NULL\r
+  CONSTRUCTOR                    = VariableMmDependencyLibConstructor\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = AARCH64\r
+#\r
+#\r
+\r
+[Sources]\r
+  VariableMmDependency.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[Protocols]\r
+  gEfiSmmVariableProtocolGuid        ## PRODUCES\r
+\r
+[Guids]\r
+  gSmmVariableWriteGuid              ## PRODUCES             ## GUID # Install protocol\r
+\r
+[Depex]\r
+  TRUE\r