From 22d0babd3315dc24027321819cf0efc487dc9d18 Mon Sep 17 00:00:00 2001 From: Jiaxin Wu Date: Fri, 5 Jul 2024 13:41:46 +0800 Subject: MdeModulePkg/StandaloneMmReportStatusCodeLib: Support MM_CORE_STANDALONE Support the module type for MM_CORE_STANDALONE Signed-off-by: Jiaxin Wu --- .../Library/SmmReportStatusCodeLib/StandaloneMmReportStatusCodeLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/SmmReportStatusCodeLib/StandaloneMmReportStatusCodeLib.inf b/MdeModulePkg/Library/SmmReportStatusCodeLib/StandaloneMmReportStatusCodeLib.inf index 866e09249a..08437176e7 100644 --- a/MdeModulePkg/Library/SmmReportStatusCodeLib/StandaloneMmReportStatusCodeLib.inf +++ b/MdeModulePkg/Library/SmmReportStatusCodeLib/StandaloneMmReportStatusCodeLib.inf @@ -18,7 +18,7 @@ MODULE_TYPE = MM_STANDALONE VERSION_STRING = 1.0 PI_SPECIFICATION_VERSION = 0x00010032 - LIBRARY_CLASS = ReportStatusCodeLib|MM_STANDALONE + LIBRARY_CLASS = ReportStatusCodeLib|MM_STANDALONE MM_CORE_STANDALONE # # The following information is for reference only and not required by the build tools. -- cgit