diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-01-14 13:18:49 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-01-16 20:10:51 +0100 |
commit | 9b24a7dfcb092e8aca54a5ac9d47f114f50c4e4f (patch) | |
tree | 400222ed1f885cf16d3c4ac49f5af79f261862e3 | |
parent | 55b52703fa76d1572e25705837fbe12a926d5ba0 (diff) | |
download | edk2-9b24a7dfcb092e8aca54a5ac9d47f114f50c4e4f.zip edk2-9b24a7dfcb092e8aca54a5ac9d47f114f50c4e4f.tar.gz edk2-9b24a7dfcb092e8aca54a5ac9d47f114f50c4e4f.tar.bz2 |
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>.
-rw-r--r-- | MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf b/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf index 099f83d..b1041c2 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.
|