[PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support
Xiaolu.Jiang
https://bugzilla.tianocore.org/show_bug.cgi?id=3D3844
This change added Standalone MM instance of DebugLib. Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Xiaolu.Jiang <xiaolu.jiang@...> --- .../PeiDxeDebugLibReportStatusCode.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebu= gLibReportStatusCode.inf b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusC= ode/PeiDxeDebugLibReportStatusCode.inf index b52fc5686a..72456084ff 100644 --- a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibRep= ortStatusCode.inf +++ b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibRep= ortStatusCode.inf @@ -16,7 +16,7 @@ FILE_GUID =3D bda39d3a-451b-4350-8266-81ab10fa0523= =0D MODULE_TYPE =3D PEIM=0D VERSION_STRING =3D 1.0=0D - LIBRARY_CLASS =3D DebugLib|DXE_CORE DXE_DRIVER DXE_RUNT= IME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE UEFI_APPLICATION UEFI_= DRIVER=0D + LIBRARY_CLASS =3D DebugLib|DXE_CORE DXE_DRIVER DXE_RUNT= IME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE UEFI_APPLICATION UEFI_= DRIVER MM_STANDALONE=0D =0D #=0D # The following information is for reference only and not required by the = build tools.=0D --=20 2.30.2.windows.1
|
|