X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FConsole%2FConSplitterDxe%2FConSplitterDxe.inf;h=d1dea7abbba81b4f372c6080f1dcec013e219548;hp=11982a1203673a16cf7e424abfeed2d27176e659;hb=6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230;hpb=03d77031fe0c1223abb0f9601a48465409a7be85 diff --git a/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf b/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf index 11982a1203..d1dea7abbb 100644 --- a/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf +++ b/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf @@ -1,4 +1,4 @@ -#/** @file +## @file # This driver provides multi console supports. # # This driver acts as a virtual console, takes over the console I/O control from selected @@ -10,7 +10,7 @@ # Note: If only UGA Draw protocol is installed in system table, PcdUgaConsumeSupport # should be set to TRUE. # -# Copyright (c) 2006 - 2008, Intel Corporation +# Copyright (c) 2006 - 2010, 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 @@ -20,7 +20,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -49,7 +49,7 @@ # COMPONENT_NAME2 = gConSplitterStdErrComponentName2 # -[Sources.common] +[Sources] ConSplitterGraphics.c ComponentName.c ConSplitter.h @@ -61,7 +61,6 @@ [LibraryClasses] UefiBootServicesTableLib - UefiRuntimeServicesTableLib MemoryAllocationLib BaseMemoryLib BaseLib @@ -71,17 +70,12 @@ PcdLib [Guids] - gEfiConsoleInDeviceGuid ## SOMETIMES_CONSUMED - gEfiStandardErrorDeviceGuid ## SOMETIMES_CONSUMED - gEfiConsoleOutDeviceGuid ## SOMETIMES_CONSUMED - gEfiPrimaryConsoleOutDeviceGuid ## PRODUCED - gEfiPrimaryConsoleInDeviceGuid ## PRODUCED - gEfiPrimaryStandardErrorDeviceGuid ## PRODUCED - gSimpleTextInExNotifyGuid ## PRODUCED - gEfiGenericPlatformVariableGuid ## SOMETIMES_CONSUMED ## Variable:L"ConOutMode" + gEfiConsoleInDeviceGuid ## SOMETIMES_CONSUMES + gEfiStandardErrorDeviceGuid ## SOMETIMES_CONSUMES + gEfiConsoleOutDeviceGuid ## SOMETIMES_CONSUMES + [Protocols] - gEfiConsoleControlProtocolGuid ## PRODUCED gEfiSimplePointerProtocolGuid ## BY_START gEfiAbsolutePointerProtocolGuid ## BY_START gEfiSimpleTextInProtocolGuid ## BY_START @@ -91,7 +85,12 @@ gEfiUgaDrawProtocolGuid ## BY_START -[FeaturePcd.common] +[FeaturePcd] gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport + +[Pcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow + gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn +