diff options
author | Kun Qin <kuqin@microsoft.com> | 2025-06-18 22:44:57 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-06-19 06:17:18 +0000 |
commit | aba8a76a64b21dbdd8382ba6361b35969af6405e (patch) | |
tree | 8184b1e54b2460bdef2186603a71fe6ddb308e3d | |
parent | 73b0b5edaef19beb08b04869bc2e0f6328c9e604 (diff) | |
download | edk2-aba8a76a64b21dbdd8382ba6361b35969af6405e.zip edk2-aba8a76a64b21dbdd8382ba6361b35969af6405e.tar.gz edk2-aba8a76a64b21dbdd8382ba6361b35969af6405e.tar.bz2 |
OvmfPkg: MemDebugLogLibNull: Support Standalone MM core and drivers
This change extends the supported types to Standalone MM and Standalone
MM Core module types to support potential MM usage.
Signed-off-by: Kun Qin <kun.qin@microsoft.com>
-rw-r--r-- | OvmfPkg/Library/MemDebugLogLib/MemDebugLogLibNull.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Library/MemDebugLogLib/MemDebugLogLibNull.inf b/OvmfPkg/Library/MemDebugLogLib/MemDebugLogLibNull.inf index 33f8dfe..7c2c68f 100644 --- a/OvmfPkg/Library/MemDebugLogLib/MemDebugLogLibNull.inf +++ b/OvmfPkg/Library/MemDebugLogLib/MemDebugLogLibNull.inf @@ -14,7 +14,7 @@ FILE_GUID = 11b4523c-2c30-44f7-9dee-e6d59eef3d04
MODULE_TYPE = BASE
VERSION_STRING = 1.0
- LIBRARY_CLASS = MemDebugLogLib|SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE DXE_SMM_DRIVER
+ LIBRARY_CLASS = MemDebugLogLib|SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE DXE_SMM_DRIVER MM_STANDALONE MM_CORE_STANDALONE
[Sources]
|