From 668b5d7bb7f9bf90412110fae420dc15fd580b58 Mon Sep 17 00:00:00 2001 From: Kun Qin Date: Fri, 1 May 2026 13:58:11 -0700 Subject: [PATCH] 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 --- MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf b/MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf index 3452f4cd57..987e4e2821 100644 --- a/MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf +++ b/MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf @@ -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