SourceLevelDebugPkg DebugAgentLib: Add nasm source file into LIB INF files.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Liming Gao 2016-06-14 16:53:57 +08:00
parent 6f5f7e9903
commit 9ae1572caf
3 changed files with 15 additions and 9 deletions

View File

@ -1,7 +1,7 @@
## @file ## @file
# Debug Agent library instance for Dxe Core and Dxe modules. # Debug Agent library instance for Dxe Core and Dxe modules.
# #
# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -42,15 +42,17 @@
DebugAgentCommon/DebugMp.h DebugAgentCommon/DebugMp.h
[Sources.Ia32] [Sources.Ia32]
DebugAgentCommon/Ia32/AsmFuncs.S | GCC DebugAgentCommon/Ia32/AsmFuncs.S
DebugAgentCommon/Ia32/AsmFuncs.asm DebugAgentCommon/Ia32/AsmFuncs.asm
DebugAgentCommon/Ia32/AsmFuncs.nasm
DebugAgentCommon/Ia32/ArchDebugSupport.h DebugAgentCommon/Ia32/ArchDebugSupport.h
DebugAgentCommon/Ia32/ArchDebugSupport.c DebugAgentCommon/Ia32/ArchDebugSupport.c
DebugAgentCommon/Ia32/DebugException.h DebugAgentCommon/Ia32/DebugException.h
[Sources.X64] [Sources.X64]
DebugAgentCommon/X64/AsmFuncs.S | GCC DebugAgentCommon/X64/AsmFuncs.S
DebugAgentCommon/X64/AsmFuncs.asm DebugAgentCommon/X64/AsmFuncs.asm
DebugAgentCommon/X64/AsmFuncs.nasm
DebugAgentCommon/X64/ArchDebugSupport.h DebugAgentCommon/X64/ArchDebugSupport.h
DebugAgentCommon/X64/ArchDebugSupport.c DebugAgentCommon/X64/ArchDebugSupport.c
DebugAgentCommon/X64/DebugException.h DebugAgentCommon/X64/DebugException.h

View File

@ -1,7 +1,7 @@
## @file ## @file
# Debug Agent library instance for SEC Core and PEI modules. # Debug Agent library instance for SEC Core and PEI modules.
# #
# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -39,15 +39,17 @@
DebugAgentCommon/DebugMp.h DebugAgentCommon/DebugMp.h
[Sources.Ia32] [Sources.Ia32]
DebugAgentCommon/Ia32/AsmFuncs.S | GCC DebugAgentCommon/Ia32/AsmFuncs.S
DebugAgentCommon/Ia32/AsmFuncs.asm DebugAgentCommon/Ia32/AsmFuncs.asm
DebugAgentCommon/Ia32/AsmFuncs.nasm
DebugAgentCommon/Ia32/ArchDebugSupport.h DebugAgentCommon/Ia32/ArchDebugSupport.h
DebugAgentCommon/Ia32/ArchDebugSupport.c DebugAgentCommon/Ia32/ArchDebugSupport.c
DebugAgentCommon/Ia32/DebugException.h DebugAgentCommon/Ia32/DebugException.h
[Sources.X64] [Sources.X64]
DebugAgentCommon/X64/AsmFuncs.S | GCC DebugAgentCommon/X64/AsmFuncs.S
DebugAgentCommon/X64/AsmFuncs.asm DebugAgentCommon/X64/AsmFuncs.asm
DebugAgentCommon/X64/AsmFuncs.nasm
DebugAgentCommon/X64/ArchDebugSupport.h DebugAgentCommon/X64/ArchDebugSupport.h
DebugAgentCommon/X64/ArchDebugSupport.c DebugAgentCommon/X64/ArchDebugSupport.c
DebugAgentCommon/X64/DebugException.h DebugAgentCommon/X64/DebugException.h

View File

@ -1,7 +1,7 @@
## @file ## @file
# Debug Agent library instance for SMM modules. # Debug Agent library instance for SMM modules.
# #
# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -39,15 +39,17 @@
DebugAgentCommon/DebugMp.h DebugAgentCommon/DebugMp.h
[Sources.Ia32] [Sources.Ia32]
DebugAgentCommon/Ia32/AsmFuncs.S | GCC DebugAgentCommon/Ia32/AsmFuncs.S
DebugAgentCommon/Ia32/AsmFuncs.asm DebugAgentCommon/Ia32/AsmFuncs.asm
DebugAgentCommon/Ia32/AsmFuncs.nasm
DebugAgentCommon/Ia32/ArchDebugSupport.h DebugAgentCommon/Ia32/ArchDebugSupport.h
DebugAgentCommon/Ia32/ArchDebugSupport.c DebugAgentCommon/Ia32/ArchDebugSupport.c
DebugAgentCommon/Ia32/DebugException.h DebugAgentCommon/Ia32/DebugException.h
[Sources.X64] [Sources.X64]
DebugAgentCommon/X64/AsmFuncs.S | GCC DebugAgentCommon/X64/AsmFuncs.S
DebugAgentCommon/X64/AsmFuncs.asm DebugAgentCommon/X64/AsmFuncs.asm
DebugAgentCommon/X64/AsmFuncs.nasm
DebugAgentCommon/X64/ArchDebugSupport.h DebugAgentCommon/X64/ArchDebugSupport.h
DebugAgentCommon/X64/ArchDebugSupport.c DebugAgentCommon/X64/ArchDebugSupport.c
DebugAgentCommon/X64/DebugException.h DebugAgentCommon/X64/DebugException.h