summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-01-14 13:18:49 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2019-01-16 20:10:51 +0100
commit9b24a7dfcb092e8aca54a5ac9d47f114f50c4e4f (patch)
tree400222ed1f885cf16d3c4ac49f5af79f261862e3 /MdeModulePkg/Library
parent55b52703fa76d1572e25705837fbe12a926d5ba0 (diff)
downloadedk2-9b24a7dfcb092e8aca54a5ac9d47f114f50c4e4f.tar.gz
edk2-9b24a7dfcb092e8aca54a5ac9d47f114f50c4e4f.tar.bz2
edk2-9b24a7dfcb092e8aca54a5ac9d47f114f50c4e4f.zip
MdeModulePkg/VarCheckLib: add MM_STANDALONE support
Add MM_STANDALONE to the list of permitted module types of the VarCheckLib 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')
-rw-r--r--MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf b/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
index 099f83dd6a..b1041c290d 100644
--- a/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
+++ b/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
@@ -21,7 +21,7 @@
FILE_GUID = 63E12D08-0C5D-47F8-95E4-09F89D7506C5
MODULE_TYPE = DXE_RUNTIME_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = VarCheckLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER
+ LIBRARY_CLASS = VarCheckLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER MM_STANDALONE
#
# The following information is for reference only and not required by the build tools.