X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=SourceLevelDebugPkg%2FLibrary%2FDebugAgent%2FSecPeiDebugAgentLib.inf;h=5599ff17693a6750860d75ba9a9cb10f513f623e;hb=c00ad62378b1594c9af0f9ebbcc2e30d05a2121e;hp=5204abca525d30b19582bcd88049780250f0bb33;hpb=8cc26df4a60ec3a3b7f9d58ccefc12a1a5b6e199;p=mirror_edk2.git diff --git a/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf index 5204abca52..5599ff1769 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 - 2013, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2017, 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 @@ -16,9 +16,10 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = SecPeiDebugAgentLib + MODULE_UNI_FILE = SecPeiDebugAgentLib.uni FILE_GUID = 508B7D59-CD4E-4a6b-A45B-6D3B2D90111E MODULE_TYPE = PEIM - VERSION_STRING = 0.7 + VERSION_STRING = 0.8 LIBRARY_CLASS = DebugAgentLib|SEC PEIM # @@ -38,15 +39,17 @@ DebugAgentCommon/DebugMp.h [Sources.Ia32] - DebugAgentCommon/Ia32/AsmFuncs.S | GCC - DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT + DebugAgentCommon/Ia32/AsmFuncs.S + DebugAgentCommon/Ia32/AsmFuncs.asm + DebugAgentCommon/Ia32/AsmFuncs.nasm DebugAgentCommon/Ia32/ArchDebugSupport.h DebugAgentCommon/Ia32/ArchDebugSupport.c DebugAgentCommon/Ia32/DebugException.h [Sources.X64] - DebugAgentCommon/X64/AsmFuncs.S | GCC - DebugAgentCommon/X64/AsmFuncs.asm | MSFT + DebugAgentCommon/X64/AsmFuncs.S + DebugAgentCommon/X64/AsmFuncs.asm + DebugAgentCommon/X64/AsmFuncs.nasm DebugAgentCommon/X64/ArchDebugSupport.h DebugAgentCommon/X64/ArchDebugSupport.c DebugAgentCommon/X64/DebugException.h @@ -76,14 +79,17 @@ PeCoffExtraActionLib [Ppis] - gEfiPeiMemoryDiscoveredPpiGuid + gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY gEfiVectorHandoffInfoPpiGuid ## PRODUCES [Guids] - gEfiDebugAgentGuid ## PRODUCES ## HOB + ## PRODUCES ## HOB + ## CONSUMES ## HOB + gEfiDebugAgentGuid [Pcd] - gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES - gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## CONSUMES - gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize ## CONSUMES + gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIMES_CONSUMES + gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## SOMETIMES_CONSUMES + gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize ## SOMETIMES_CONSUMES + gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision ## CONSUMES