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