X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SourceLevelDebugPkg%2FLibrary%2FDebugAgent%2FDxeDebugAgentLib.inf;h=0a3a519042b95d0de25c291696516fa754c374bd;hp=b932437258e007e4eb0acefdee5dba2cdc3ce2e5;hb=4db0b65c06430382d9328012f9538065c5aa78b5;hpb=18b144ea424e476f14839e9d9d3b81fb4820a613 diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf index b932437258..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, 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] @@ -76,12 +73,26 @@ SynchronizationLib 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