]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
MdeModulePkg: TerminalDxe driver code clean up
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsConsoleDxe / GraphicsConsoleDxe.inf
index 6a585190abc6ef56577e5e7719ec50808350446b..169e15a46fa8b59bf17b3da98ebcb6c2aa147edd 100644 (file)
@@ -1,10 +1,11 @@
-#/** @file\r
-# Component description file for GraphicsConsole module\r
+## @file\r
+# \r
+#  Component description file for GraphicsConsole module\r
 #\r
-# This is the main routine for initializing the Graphics Console support routines.\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
-#\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This is the main routine for initializing the Graphics Console support routines.\r
+#  \r
+#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -12,7 +13,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -32,7 +33,7 @@
 #  COMPONENT_NAME2               =  gGraphicsConsoleComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   LaffStd.c\r
   GraphicsConsole.c\r
   UefiDriverEntryPoint\r
   DebugLib\r
   HiiLib\r
+  PcdLib\r
 \r
 [Protocols]\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiSimpleTextOutProtocolGuid                 # PROTOCOL BY_START\r
-  gEfiGraphicsOutputProtocolGuid                # PROTOCOL TO_START\r
-  gEfiUgaDrawProtocolGuid                       # PROTOCOL TO_START\r
-  gEfiHiiFontProtocolGuid                       # PROTOCOL TO_START\r
-  gEfiHiiDatabaseProtocolGuid                   # PROTOCOL TO_START   \r
-\r
-[FeaturePcd.common]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
\ No newline at end of file
+  gEfiDevicePathProtocolGuid                    ## CONSUMES\r
+  gEfiSimpleTextOutProtocolGuid                 ## BY_START\r
+  gEfiGraphicsOutputProtocolGuid                ## TO_START\r
+  gEfiUgaDrawProtocolGuid                       ## TO_START\r
+  gEfiHiiFontProtocolGuid                       ## TO_START\r
+  gEfiHiiDatabaseProtocolGuid                   ## TO_START   \r
+\r
+[FeaturePcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
+\r