mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
The Null instance of MemDebugLogLib only provides MemDebugLogWrite(), MemDebugLogPages(), and MemDebugLogEnabled(). Any module that references MemDebugLogInit() or MemDebugLogCopy() cannot link against the Null instance, forcing the feature to be gated at the build-system level rather than at runtime. Add no-op stubs for MemDebugLogInit() and MemDebugLogCopy(). This will be used by the following commit to add memory debug log support in TDX. Signed-off-by: Luigi Leonardi <leonardi@redhat.com> |
||
|---|---|---|
| .. | ||
| MemDebugLogCommon.c | ||
| MemDebugLogDxe.c | ||
| MemDebugLogDxeLib.inf | ||
| MemDebugLogLibNull.inf | ||
| MemDebugLogNull.c | ||
| MemDebugLogPei.c | ||
| MemDebugLogPeiCore.c | ||
| MemDebugLogPeiCoreLib.inf | ||
| MemDebugLogPeiLib.inf | ||
| MemDebugLogRt.c | ||
| MemDebugLogRtLib.inf | ||
| MemDebugLogSec.c | ||
| MemDebugLogSecLib.inf | ||