]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SourceLevelDebugPkg PeCoffExtraActionLibDebug: Add nasm source file into INF
authorLiming Gao <liming.gao@intel.com>
Tue, 14 Jun 2016 08:46:54 +0000 (16:46 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 28 Jun 2016 01:52:23 +0000 (09:52 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf

index e53f1d936c127c3a6795b46869245aeb62ff6c7c..1206e31dd4c312cafccc2c96a7337e8b0656ee94 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  PeCoffExtraAction Library to support source level debug.\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
 [Sources.IA32]\r
   Ia32/IntHandlerFuncs.c\r
   Ia32/IntHandler.asm\r
-  Ia32/IntHandler.S       | GCC\r
+  Ia32/IntHandler.nasm\r
+  Ia32/IntHandler.S\r
 \r
 [Sources.X64]\r
   X64/IntHandlerFuncs.c\r
   X64/IntHandler.asm\r
-  X64/IntHandler.S        | GCC\r
+  X64/IntHandler.nasm\r
+  X64/IntHandler.S\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r