X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SourceLevelDebugPkg%2FLibrary%2FDebugAgent%2FDxeDebugAgentLib.inf;h=0a3a519042b95d0de25c291696516fa754c374bd;hp=96c6b0023d0c7a9705ec3d403452a9f58993d273;hb=4db0b65c06430382d9328012f9538065c5aa78b5;hpb=b4ebbafff696b02c69ee3a6d293a39f9a7c2f58d diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf index 96c6b0023d..0a3a519042 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf +++ b/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf @@ -1,7 +1,7 @@ ## @file # Debug Agent library instance for Dxe Core and Dxe modules. # -# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -32,6 +32,7 @@ [Sources.common] DxeDebugAgent/DxeDebugAgentLib.c DxeDebugAgent/DxeDebugAgentLib.h + DxeDebugAgent/SerialIo.c DebugAgentCommon/DebugAgent.c DebugAgentCommon/DebugAgent.h DebugAgentCommon/DebugTimer.c @@ -41,20 +42,16 @@ [Sources.Ia32] DebugAgentCommon/Ia32/AsmFuncs.S | GCC - DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT + DebugAgentCommon/Ia32/AsmFuncs.asm DebugAgentCommon/Ia32/ArchDebugSupport.h DebugAgentCommon/Ia32/ArchDebugSupport.c - DebugAgentCommon/Ia32/ArchReadGroupRegister.c - DebugAgentCommon/Ia32/ArchRegisters.h DebugAgentCommon/Ia32/DebugException.h [Sources.X64] DebugAgentCommon/X64/AsmFuncs.S | GCC - DebugAgentCommon/X64/AsmFuncs.asm | MSFT + DebugAgentCommon/X64/AsmFuncs.asm DebugAgentCommon/X64/ArchDebugSupport.h DebugAgentCommon/X64/ArchDebugSupport.c - DebugAgentCommon/X64/ArchReadGroupRegister.c - DebugAgentCommon/X64/ArchRegisters.h DebugAgentCommon/X64/DebugException.h [Packages] @@ -77,12 +74,25 @@ MemoryAllocationLib LocalApicLib TimerLib + PrintLib + PeCoffGetEntryPointLib + PeCoffExtraActionLib + MemoryAllocationLib [Guids] gEfiDebugAgentGuid ## PRODUCES ## Configuration Table gEfiDebugAgentGuid ## CONSUMES ## HOB + gEfiVectorHandoffTableGuid ## SOMETIMES_PRODUCES ## Configuration Table + +[Ppis] + gEfiVectorHandoffInfoPpiGuid ## UNDEFINED + +[Protocols] + gEfiSerialIoProtocolGuid ## PRODUCES + gEfiDevicePathProtocolGuid ## PRODUCES [Pcd] gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## CONSUMES + gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize ## CONSUMES