X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=SourceLevelDebugPkg%2FLibrary%2FDebugAgent%2FSmmDebugAgentLib.inf;h=1fa5745b1c6c7622278458bc8bab5e598b38bcf3;hb=9e981317be20ab85bb68a670e79735f9685a3348;hp=048481ebaac08a19fcbf8981dcbb055898c5b85f;hpb=4db0b65c06430382d9328012f9538065c5aa78b5;p=mirror_edk2.git diff --git a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf index 048481ebaa..1fa5745b1c 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf +++ b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf @@ -1,7 +1,7 @@ ## @file # Debug Agent library instance for SMM modules. # -# Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2016, 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 = SmmDebugAgentLib + MODULE_UNI_FILE = SmmDebugAgentLib.uni FILE_GUID = CB07D74C-598F-4268-A5D1-644FB4A481E8 MODULE_TYPE = DXE_SMM_DRIVER - VERSION_STRING = 0.7 + VERSION_STRING = 0.8 LIBRARY_CLASS = DebugAgentLib|DXE_SMM_DRIVER # @@ -38,15 +39,17 @@ DebugAgentCommon/DebugMp.h [Sources.Ia32] - DebugAgentCommon/Ia32/AsmFuncs.S | GCC + 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.S DebugAgentCommon/X64/AsmFuncs.asm + DebugAgentCommon/X64/AsmFuncs.nasm DebugAgentCommon/X64/ArchDebugSupport.h DebugAgentCommon/X64/ArchDebugSupport.c DebugAgentCommon/X64/DebugException.h @@ -74,11 +77,13 @@ SmmServicesTableLib [Guids] - gEfiDebugAgentGuid ## CONSUMES ## Configuration Table - gEfiVectorHandoffTableGuid ## SOMETIMES_PRODUCES ## Configuration Table + ## CONSUMES ## SystemTable + ## CONSUMES ## HOB + gEfiDebugAgentGuid + gEfiVectorHandoffTableGuid ## PRODUCES ## GUID # SMM Configuration Table [Pcd] - gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES - ## Skip Page Fault exception (14) by default in SMM - gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger|0x00004000 ## CONSUMES + gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIMES_CONSUMES + # Skip Page Fault exception (14) by default in SMM + gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger|0x00004000 ## SOMETIMES_CONSUMES