From 55b52703fa76d1572e25705837fbe12a926d5ba0 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Mon, 14 Jan 2019 13:17:59 +0100 Subject: 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 Reviewed-by: Jian J Wang Reviewed-by: Star Zeng . --- MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Library') diff --git a/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf b/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf index 900fef5..93f3e67 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. -- cgit v1.1