X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDebugSupportDxe%2FDebugSupportDxe.inf;h=c2eafdb09cb87bbc2ec5b66da055762528681b27;hb=4cda7726e5fd30aaf3e05c80207ae1b264bfa123;hp=d8c7df202cd3d97e54457ac41ee5624d5bf26d67;hpb=53c71d097b13311e2bd8dda6ae54b5766a1c7d6d;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf index d8c7df202c..c2eafdb09c 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf +++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf @@ -2,7 +2,7 @@ # Component description file for DebugSupport module. # # This driver installs DebugSupport protocol for the selected processor. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2008, 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 @@ -14,11 +14,6 @@ # #**/ -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DebugSupportDxe @@ -36,54 +31,34 @@ # VALID_ARCHITECTURES = IA32 X64 IPF # -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. -# -################################################################################ - [Sources.common] DebugSupport.c [Sources.Ia32] - Ia32/plDebugSupport.c - Ia32/plDebugSupport.h + Ia32/PlDebugSupport.c + Ia32/PlDebugSupport.h Ia32/AsmFuncs.S Ia32/AsmFuncs.asm [Sources.X64] - x64/plDebugSupport.c - x64/plDebugSupport.h - x64/AsmFuncs.S - x64/AsmFuncs.asm + X64/PlDebugSupport.c + X64/PlDebugSupport.h + X64/AsmFuncs.S + X64/AsmFuncs.asm [Sources.IPF] - ipf/plDebugSupport.h - ipf/plDebugSupport.c - ipf/Ds64Macros.i - ipf/common.i - ipf/AsmFuncs.s + Ipf/PlDebugSupport.h + Ipf/PlDebugSupport.c + Ipf/Ds64Macros.i + Ipf/Common.i + Ipf/AsmFuncs.s -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ - [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec -################################################################################ -# -# Library Class Section - list of Library Classes that are required for -# this module. -# -################################################################################ - [LibraryClasses] UefiBootServicesTableLib MemoryAllocationLib @@ -99,34 +74,14 @@ BaseLib -################################################################################ -# -# Protocol C Name Section - list of Protocol and Protocol Notify C Names -# that this module uses or produces. -# -################################################################################ - [Protocols] gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiDebugSupportProtocolGuid # PROTOCOL SOMETIMES_PRODUCED -################################################################################ -# -# Pcd FEATURE_FLAG - list of PCDs that this module is coded for. -# -################################################################################ - -[PcdsFeatureFlag.IA32] - PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid - +[FeaturePcd.IA32] + gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable -################################################################################ -# -# Dependency Expression Section - list of Dependency expressions that are required for -# this module. -# -################################################################################ [Depex] TRUE