X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeDebugLibSerialPort%2FDxeDebugLibSerialPort.inf;h=37741d67628756792d6fe899a8d13d43a0c15a8c;hp=b1aeff14f06c12e1740dfee8bcf7a0c9eb731108;hb=859b72fa7e3ff1cf1d7476a3446af4ebbb5fe3e6;hpb=a7e089430e023298b4b84cf95bd9bd3b739b702a diff --git a/MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf b/MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf index b1aeff14f0..37741d6762 100644 --- a/MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf +++ b/MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf @@ -14,11 +14,6 @@ # #**/ -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeDebugLibSerialPort @@ -29,42 +24,18 @@ EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 - # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. -# -################################################################################ - [Sources.common] DebugLib.c - CommonHeader.h - - -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ [Packages] MdePkg/MdePkg.dec - -################################################################################ -# -# Library Class Section - list of Library Classes that are required for -# this module. -# -################################################################################ - [LibraryClasses] SerialPortLib BaseMemoryLib @@ -72,24 +43,10 @@ PrintLib BaseLib - -################################################################################ -# -# Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for. -# -################################################################################ - [PcdsFixedAtBuild.common] PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid - -################################################################################ -# -# Pcd DYNAMIC - list of PCDs that this module is coded for. -# -################################################################################ - [PcdsDynamic.common] PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid