mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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:
parent
94d9804c32
commit
668b5d7bb7
1 changed files with 1 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue