]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
GraphicsOutputBlt() need judge parameter
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConSplitterDxe / ConSplitterDxe.inf
index 1f31796cb389feefdfe7fa42c14e89326d289379..0d6ac27cb7beefeebc01f17dfd23a6db321290be 100644 (file)
@@ -10,7 +10,7 @@
 # Note: If only UGA Draw protocol is installed in system table, PcdUgaConsumeSupport\r
 # should be set to TRUE.\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+# Copyright (c) 2006 - 2009, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -61,7 +61,6 @@
 \r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
-  UefiRuntimeServicesTableLib\r
   MemoryAllocationLib\r
   BaseMemoryLib\r
   BaseLib\r
   gEfiConsoleInDeviceGuid                       ## SOMETIMES_CONSUMES\r
   gEfiStandardErrorDeviceGuid                   ## SOMETIMES_CONSUMES\r
   gEfiConsoleOutDeviceGuid                      ## SOMETIMES_CONSUMES\r
-  gEfiPrimaryConsoleOutDeviceGuid               ## PRODUCES\r
-  gEfiPrimaryConsoleInDeviceGuid                ## PRODUCES\r
-  gEfiPrimaryStandardErrorDeviceGuid            ## PRODUCES\r
-  gEfiGenericPlatformVariableGuid               ## SOMETIMES_CONSUMES ## Variable:L"ConOutMode"\r
+\r
 \r
 [Protocols]\r
-  gEfiConsoleControlProtocolGuid                ## PRODUCES\r
   gEfiSimplePointerProtocolGuid                 ## BY_START\r
   gEfiAbsolutePointerProtocolGuid               ## BY_START\r
   gEfiSimpleTextInProtocolGuid                  ## BY_START\r
   gEfiSimpleTextOutProtocolGuid                 ## BY_START\r
   gEfiGraphicsOutputProtocolGuid                ## BY_START\r
   gEfiUgaDrawProtocolGuid                       ## BY_START\r
-  gSimpleTextInExNotifyGuid                     ## PRODUCES\r
 \r
 \r
 [FeaturePcd.common]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport\r
   gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
+\r
+[Pcd.common]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
+\r