]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
SourceLevelDebugPkg: Use Pcd for the revision of transfer protocol
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / SmmDebugAgentLib.inf
index b0581a314579a088bc2c9b54d637c936e15ada84..0435c5a774d773b69cc8a22d76f0d87dcd04daae 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Agent library instance for SMM modules.\r
 #\r
-#  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -19,7 +19,7 @@
   MODULE_UNI_FILE                = SmmDebugAgentLib.uni\r
   FILE_GUID                      = CB07D74C-598F-4268-A5D1-644FB4A481E8\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
-  VERSION_STRING                 = 0.7\r
+  VERSION_STRING                 = 0.8\r
   LIBRARY_CLASS                  = DebugAgentLib|DXE_SMM_DRIVER\r
 \r
 #\r
   DebugAgentCommon/DebugMp.h\r
 \r
 [Sources.Ia32]\r
-  DebugAgentCommon/Ia32/AsmFuncs.S     | GCC\r
+  DebugAgentCommon/Ia32/AsmFuncs.S\r
   DebugAgentCommon/Ia32/AsmFuncs.asm\r
+  DebugAgentCommon/Ia32/AsmFuncs.nasm\r
   DebugAgentCommon/Ia32/ArchDebugSupport.h\r
   DebugAgentCommon/Ia32/ArchDebugSupport.c\r
   DebugAgentCommon/Ia32/DebugException.h\r
 \r
 [Sources.X64]\r
-  DebugAgentCommon/X64/AsmFuncs.S      | GCC\r
+  DebugAgentCommon/X64/AsmFuncs.S\r
   DebugAgentCommon/X64/AsmFuncs.asm\r
+  DebugAgentCommon/X64/AsmFuncs.nasm\r
   DebugAgentCommon/X64/ArchDebugSupport.h\r
   DebugAgentCommon/X64/ArchDebugSupport.c\r
   DebugAgentCommon/X64/DebugException.h\r
@@ -84,4 +86,5 @@
   gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                             ## SOMETIMES_CONSUMES\r
   # Skip Page Fault exception (14) by default in SMM\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger|0x00004000  ## SOMETIMES_CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision                ## CONSUMES\r
 \r