Skip to content

Commit 7ed7212

Browse files
shenglei10hwu25
authored andcommitted
SourceLevelDebugPkg/DebugAgent: Remove AsmFuncs.S in INF
AsmFuncs.S is removed at c7d2253. And also it should be removed in SecPeiDebugAgentLib.inf and SmmDebugAgentLib.inf. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang <[email protected]> Reviewed-by: Hao Wu <[email protected]>
1 parent 57b6844 commit 7ed7212

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf

-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,12 @@
3939
DebugAgentCommon/DebugMp.h
4040

4141
[Sources.Ia32]
42-
DebugAgentCommon/Ia32/AsmFuncs.S
4342
DebugAgentCommon/Ia32/AsmFuncs.nasm
4443
DebugAgentCommon/Ia32/ArchDebugSupport.h
4544
DebugAgentCommon/Ia32/ArchDebugSupport.c
4645
DebugAgentCommon/Ia32/DebugException.h
4746

4847
[Sources.X64]
49-
DebugAgentCommon/X64/AsmFuncs.S
5048
DebugAgentCommon/X64/AsmFuncs.nasm
5149
DebugAgentCommon/X64/ArchDebugSupport.h
5250
DebugAgentCommon/X64/ArchDebugSupport.c

SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf

-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,12 @@
3939
DebugAgentCommon/DebugMp.h
4040

4141
[Sources.Ia32]
42-
DebugAgentCommon/Ia32/AsmFuncs.S
4342
DebugAgentCommon/Ia32/AsmFuncs.nasm
4443
DebugAgentCommon/Ia32/ArchDebugSupport.h
4544
DebugAgentCommon/Ia32/ArchDebugSupport.c
4645
DebugAgentCommon/Ia32/DebugException.h
4746

4847
[Sources.X64]
49-
DebugAgentCommon/X64/AsmFuncs.S
5048
DebugAgentCommon/X64/AsmFuncs.nasm
5149
DebugAgentCommon/X64/ArchDebugSupport.h
5250
DebugAgentCommon/X64/ArchDebugSupport.c

0 commit comments

Comments
 (0)