diff options
Diffstat (limited to 'SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf')
-rw-r--r-- | SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf index a7504306f3..f62d9975cf 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf +++ b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf @@ -42,8 +42,6 @@ DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT
DebugAgentCommon/Ia32/ArchDebugSupport.h
DebugAgentCommon/Ia32/ArchDebugSupport.c
- DebugAgentCommon/Ia32/ArchReadGroupRegister.c
- DebugAgentCommon/Ia32/ArchRegisters.h
DebugAgentCommon/Ia32/DebugException.h
[Sources.X64]
@@ -51,8 +49,6 @@ DebugAgentCommon/X64/AsmFuncs.asm | MSFT
DebugAgentCommon/X64/ArchDebugSupport.h
DebugAgentCommon/X64/ArchDebugSupport.c
- DebugAgentCommon/X64/ArchReadGroupRegister.c
- DebugAgentCommon/X64/ArchRegisters.h
DebugAgentCommon/X64/DebugException.h
[Packages]
@@ -72,6 +68,7 @@ SynchronizationLib
LocalApicLib
TimerLib
+ PrintLib
[Guids]
gEfiDebugAgentGuid ## CONSUMES ## Configuration Table
|