From ec51c05936ee46f5a8cc11e3b127e153af3e3943 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Mon, 4 Jun 2018 13:36:30 +0800 Subject: SourceLevelDebugPkg: Remove X86 ASM and S files NASM has replaced ASM and S files. 1. Remove ASM from all modules. 2. Remove S files from the drivers only. 3. https://bugzilla.tianocore.org/show_bug.cgi?id=881 After NASM is updated, S files can be removed from Library. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Reviewed-by: Ruiyu Ni --- SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf') diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf index eaa766b4f4..86c03a5fe3 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf +++ b/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf @@ -1,7 +1,7 @@ ## @file # Debug Agent library instance for Dxe Core and Dxe modules. # -# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2018, 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 @@ -43,7 +43,6 @@ [Sources.Ia32] DebugAgentCommon/Ia32/AsmFuncs.S - DebugAgentCommon/Ia32/AsmFuncs.asm DebugAgentCommon/Ia32/AsmFuncs.nasm DebugAgentCommon/Ia32/ArchDebugSupport.h DebugAgentCommon/Ia32/ArchDebugSupport.c @@ -51,7 +50,6 @@ [Sources.X64] DebugAgentCommon/X64/AsmFuncs.S - DebugAgentCommon/X64/AsmFuncs.asm DebugAgentCommon/X64/AsmFuncs.nasm DebugAgentCommon/X64/ArchDebugSupport.h DebugAgentCommon/X64/ArchDebugSupport.c -- cgit v1.2.3