MdePkg: UnitTestHostBaseLib: Clean up source entries

The existing UnitTestHostBaseLib has some source entries that are either
redundant or for unsupported architectures.

This change consolidated the redundant entries and removed the entries
for unsupported architectures.

Signed-off-by: Kun Qin <kun.qin@microsoft.com>
This commit is contained in:
Kun Qin 2026-05-01 13:58:11 -07:00 committed by mergify[bot]
parent 94d9804c32
commit 668b5d7bb7

View file

@ -63,6 +63,7 @@
SafeString.c
String.c
FilePaths.c
Unaligned.c
BaseLibInternals.h
UnitTestHost.c
UnitTestHost.h
@ -121,7 +122,6 @@
Ia32/InternalSwitchStack.c | MSFT
Ia32/InternalSwitchStack.nasm | GCC
Ia32/Non-existing.c
Unaligned.c
X86MemoryFence.c | MSFT
X86FxSave.c
X86FxRestore.c
@ -160,7 +160,6 @@
X64/ReadEflags.nasm| MSFT
X64/Non-existing.c
Math64.c
Unaligned.c
X86MemoryFence.c | MSFT
X86FxSave.c
X86FxRestore.c
@ -173,17 +172,8 @@
IntelTdxNull.c
AmdSevNull.c
[Sources.EBC]
Ebc/CpuBreakpoint.c
Ebc/SetJumpLongJump.c
Ebc/SwitchStack.c
Ebc/SpeculationBarrier.c
Unaligned.c
Math64.c
[Sources.AARCH64]
AArch64/InternalSwitchStack.c
Unaligned.c
Math64.c
AArch64/MemoryFence.S | GCC