summaryrefslogtreecommitdiffstats
path: root/CryptoPkg
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-01-16 22:22:18 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2019-01-21 13:42:49 +0100
commit2c010aba2252183a410a5087d949e9b4e1724796 (patch)
treec6bfe190d9a75fffa942e2cd0a671ad966c5ec61 /CryptoPkg
parent5c5ca9f1fbf876a6ff68887b1508063e1d4fb60c (diff)
downloadedk2-2c010aba2252183a410a5087d949e9b4e1724796.tar.gz
edk2-2c010aba2252183a410a5087d949e9b4e1724796.tar.bz2
edk2-2c010aba2252183a410a5087d949e9b4e1724796.zip
CryptoPkg/SmmCryptLib: permit use by MM_STANDALONE modules
Permit SmmCryptLib to be used by MM_STANDALONE modules 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>
Diffstat (limited to 'CryptoPkg')
-rw-r--r--CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
index c34699cd62..a681fe2f36 100644
--- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
+++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
@@ -30,7 +30,7 @@
MODULE_TYPE = DXE_SMM_DRIVER
VERSION_STRING = 1.0
PI_SPECIFICATION_VERSION = 0x0001000A
- LIBRARY_CLASS = BaseCryptLib|DXE_SMM_DRIVER SMM_CORE
+ LIBRARY_CLASS = BaseCryptLib|DXE_SMM_DRIVER SMM_CORE MM_STANDALONE
#
# The following information is for reference only and not required by the build tools.