X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDebugSupportDxe%2FDebugSupportDxe.inf;h=1bb8635bf7f0b63c5af358952a6f80183e0314ad;hp=572a520cf6a78bfe69ebf4f7147723e5abb34ace;hb=HEAD;hpb=a326830d70ceca7c74ca66f99e3c29f753779a7e diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf index 572a520cf6..1bb8635bf7 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf +++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf @@ -6,14 +6,9 @@ # provides debug-agent to periodically gain control during operation of the machine to # check for asynchronous commands form the host. # -# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 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 -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # # ## @@ -21,6 +16,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DebugSupportDxe + MODULE_UNI_FILE = DebugSupportDxe.uni FILE_GUID = 911D584C-35F7-4955-BEF9-B452769DDC3A MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 @@ -29,7 +25,7 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF +# VALID_ARCHITECTURES = IA32 X64 # [Sources] @@ -40,24 +36,14 @@ Ia32/PlDebugSupport.c Ia32/PlDebugSupport.h Ia32/PlDebugSupportIa32.c - Ia32/AsmFuncs.S - Ia32/AsmFuncs.asm + Ia32/AsmFuncs.nasm [Sources.X64] Ia32/DebugSupport.h Ia32/PlDebugSupport.c X64/PlDebugSupport.h X64/PlDebugSupportX64.c - X64/AsmFuncs.S - X64/AsmFuncs.asm - -[Sources.IPF] - Ipf/PlDebugSupport.h - Ipf/PlDebugSupport.c - Ipf/Ds64Macros.i - Ipf/Common.i - Ipf/AsmFuncs.s - + X64/AsmFuncs.nasm [Packages] MdePkg/MdePkg.dec @@ -71,18 +57,16 @@ UefiDriverEntryPoint DebugLib -[LibraryClasses.IA32] +[LibraryClasses.IA32, LibraryClasses.X64] BaseLib -[LibraryClasses.X64] - BaseLib - - [Protocols] - gEfiLoadedImageProtocolGuid ## CONSUMED - gEfiDebugSupportProtocolGuid ## PRODUCED + gEfiLoadedImageProtocolGuid ## CONSUMES + gEfiDebugSupportProtocolGuid ## PRODUCES [Depex] TRUE +[UserExtensions.TianoCore."ExtraFiles"] + DebugSupportDxeExtra.uni