X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FWinNtConsoleDxe%2FWinNtConsoleDxe.inf;h=2237a7d211b1eb4e8f97bf1b94e29002bb132600;hp=a03b1a392e5c11f5ea5c98dd01854dff758395d8;hb=dd0687a4b18c8ba6f37587ad13c9744ff9a67250;hpb=aade80ede4c6eff09ed337584a48d84ad9197229 diff --git a/Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf b/Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf index a03b1a392e..2237a7d211 100644 --- a/Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf +++ b/Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf @@ -14,11 +14,6 @@ # #**/ -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = WinNtConsole @@ -39,12 +34,6 @@ # COMPONENT_NAME = gWinNtConsoleComponentName # -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. -# -################################################################################ - [Sources.common] ComponentName.c ConsoleOut.c @@ -53,25 +42,11 @@ Console.h -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ - [Packages] MdePkg/MdePkg.dec Nt32Pkg/Nt32Pkg.dec -################################################################################ -# -# Library Class Section - list of Library Classes that are required for -# this module. -# -################################################################################ - [LibraryClasses] MemoryAllocationLib UefiBootServicesTableLib @@ -82,23 +57,10 @@ DebugLib -################################################################################ -# -# Guid C Name Section - list of Guids that this module uses or produces. -# -################################################################################ - [Guids] gEfiWinNtConsoleGuid # ALWAYS_CONSUMED -################################################################################ -# -# Protocol C Name Section - list of Protocol and Protocol Notify C Names -# that this module uses or produces. -# -################################################################################ - [Protocols] gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START gEfiSimpleTextOutProtocolGuid # PROTOCOL BY_START