X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SourceLevelDebugPkg%2FLibrary%2FDebugAgent%2FSecPeiDebugAgentLib.inf;h=8de4cbd9ee860ab0ee31e3965f8224daad0b28ac;hp=e1fcf2c7fc75b3f91d2179e61ba3954480b9caaf;hb=4db0b65c06430382d9328012f9538065c5aa78b5;hpb=b4ebbafff696b02c69ee3a6d293a39f9a7c2f58d diff --git a/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf index e1fcf2c7fc..8de4cbd9ee 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf +++ b/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf @@ -1,7 +1,7 @@ ## @file # Debug Agent library instance for SEC Core and PEI 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 @@ -39,20 +39,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] @@ -73,6 +69,15 @@ LocalApicLib DebugLib TimerLib + PrintLib + PeiServicesLib + MemoryAllocationLib + PeCoffGetEntryPointLib + PeCoffExtraActionLib + +[Ppis] + gEfiPeiMemoryDiscoveredPpiGuid + gEfiVectorHandoffInfoPpiGuid ## PRODUCES [Guids] gEfiDebugAgentGuid ## PRODUCES ## HOB @@ -80,4 +85,5 @@ [Pcd] gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## CONSUMES + gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize ## CONSUMES