]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConSplitterDxe / ConSplitterDxe.inf
index b4248fe27fa28d64605f70c8e34c5e7dfc971479..d1dea7abbba81b4f372c6080f1dcec013e219548 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\r
+## @file\r
 # This driver provides multi console supports.\r
 #\r
 # This driver acts as a virtual console, takes over the console I/O control from selected\r
@@ -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 - 2010, 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
@@ -20,7 +20,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -49,7 +49,7 @@
 #  COMPONENT_NAME2               =  gConSplitterStdErrComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ConSplitterGraphics.c\r
   ComponentName.c\r
   ConSplitter.h\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
+[FeaturePcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport\r
   gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
 \r
-# [Event]\r
-#   ##\r
-#   # mConIn.LockEvent, used to record and check key sequence on StdIn. Periodic is 25ms.\r
-#   #\r
-#   EVENT_TYPE_PREIODIC_TIMER                   ## PRODUCES\r
-#\r
-#
\ No newline at end of file
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
+\r