summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/AuthVariableLibNull
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-01-14 13:17:59 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2019-01-16 20:10:51 +0100
commit55b52703fa76d1572e25705837fbe12a926d5ba0 (patch)
tree085e75011c1bb094f723b41f6fa8956c584b368f /MdeModulePkg/Library/AuthVariableLibNull
parentfc27682813bc33bcca8fc6926bbba341305bf701 (diff)
downloadedk2-55b52703fa76d1572e25705837fbe12a926d5ba0.tar.gz
edk2-55b52703fa76d1572e25705837fbe12a926d5ba0.tar.bz2
edk2-55b52703fa76d1572e25705837fbe12a926d5ba0.zip
MdeModulePkg/AuthVariableLibNull: add MM_STANDALONE support
Add MM_STANDALONE to the list of permitted module types of the AuthVariableLibNull library implementation. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>.
Diffstat (limited to 'MdeModulePkg/Library/AuthVariableLibNull')
-rw-r--r--MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf b/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
index 900fef5d49..93f3e675a2 100644
--- a/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
+++ b/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
@@ -21,7 +21,7 @@
FILE_GUID = 435CB0E4-7C9A-4BB7-9907-8FD4643E978A
MODULE_TYPE = DXE_RUNTIME_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = AuthVariableLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER
+ LIBRARY_CLASS = AuthVariableLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER MM_STANDALONE
#
# The following information is for reference only and not required by the build tools.