]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SourceLevelDebugPkg DebugAgentLib: Add nasm source file into LIB INF files.
authorLiming Gao <liming.gao@intel.com>
Tue, 14 Jun 2016 08:53:57 +0000 (16:53 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 28 Jun 2016 01:52:25 +0000 (09:52 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf

index 8894a047c34c7d41756c3afa885814eef4428499..ce36345bab53495bbb0e3a74d78156cae3784f81 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Agent library instance for Dxe Core and Dxe modules.\r
 #\r
 ## @file\r
 #  Debug Agent library instance for Dxe Core and Dxe modules.\r
 #\r
-#  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2016, 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
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   DebugAgentCommon/DebugMp.h\r
 \r
 [Sources.Ia32]\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.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/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.asm\r
+  DebugAgentCommon/X64/AsmFuncs.nasm\r
   DebugAgentCommon/X64/ArchDebugSupport.h\r
   DebugAgentCommon/X64/ArchDebugSupport.c\r
   DebugAgentCommon/X64/DebugException.h\r
   DebugAgentCommon/X64/ArchDebugSupport.h\r
   DebugAgentCommon/X64/ArchDebugSupport.c\r
   DebugAgentCommon/X64/DebugException.h\r
index f2569dfaa4948e0bcad26d3e346003646733b8b8..12c2a71b7807aee32e15524560eb976676792533 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Agent library instance for SEC Core and PEI modules.\r
 #\r
 ## @file\r
 #  Debug Agent library instance for SEC Core and PEI modules.\r
 #\r
-#  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2016, 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
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   DebugAgentCommon/DebugMp.h\r
 \r
 [Sources.Ia32]\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.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/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.asm\r
+  DebugAgentCommon/X64/AsmFuncs.nasm\r
   DebugAgentCommon/X64/ArchDebugSupport.h\r
   DebugAgentCommon/X64/ArchDebugSupport.c\r
   DebugAgentCommon/X64/DebugException.h\r
   DebugAgentCommon/X64/ArchDebugSupport.h\r
   DebugAgentCommon/X64/ArchDebugSupport.c\r
   DebugAgentCommon/X64/DebugException.h\r
index ca99933f3b0b06a750e5b620d315a2df0fd907a2..1fa5745b1c6c7622278458bc8bab5e598b38bcf3 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Agent library instance for SMM modules.\r
 #\r
 ## @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 - 2016, 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
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   DebugAgentCommon/DebugMp.h\r
 \r
 [Sources.Ia32]\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.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/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.asm\r
+  DebugAgentCommon/X64/AsmFuncs.nasm\r
   DebugAgentCommon/X64/ArchDebugSupport.h\r
   DebugAgentCommon/X64/ArchDebugSupport.c\r
   DebugAgentCommon/X64/DebugException.h\r
   DebugAgentCommon/X64/ArchDebugSupport.h\r
   DebugAgentCommon/X64/ArchDebugSupport.c\r
   DebugAgentCommon/X64/DebugException.h\r