]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
Code scrub for Universal\Console\GraphicsConsoleDxe.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsConsoleDxe / GraphicsConsoleDxe.inf
index 4ccfe2177c10e4bcaeeb793a2b85ce1ec0bafe69..b6a4bfe6a86bb2b2067b680af6d3499c4767fb62 100644 (file)
@@ -1,9 +1,10 @@
 #/** @file\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 - 2007, Intel Corporation\r
+# \r
+#  Component description file for GraphicsConsole module\r
 #\r
+#  This is the main routine for initializing the Graphics Console support routines.\r
+#  \r
+#  Copyright (c) 2006 - 2008, Intel Corporation\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
 #  which accompanies this distribution. The full text of the license may be found at\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = GraphicsConsoleDxe\r
   FILE_GUID                      = CCCB0C28-4B24-11d5-9A5A-0090273FC14D\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x0002000A\r
-\r
   ENTRY_POINT                    = InitializeGraphicsConsole\r
 \r
 #\r
@@ -32,6 +30,7 @@
 #\r
 #  DRIVER_BINDING                =  gGraphicsConsoleDriverBinding\r
 #  COMPONENT_NAME                =  gGraphicsConsoleComponentName\r
+#  COMPONENT_NAME2               =  gGraphicsConsoleComponentName2\r
 #\r
 \r
 [Sources.common]\r
@@ -42,9 +41,7 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  # currently use Hii for glyph lookup, need to change to UEFI scheme\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
@@ -60,6 +57,8 @@
   gEfiSimpleTextOutProtocolGuid                 # PROTOCOL BY_START\r
   gEfiGraphicsOutputProtocolGuid                # PROTOCOL TO_START\r
   gEfiUgaDrawProtocolGuid                       # PROTOCOL TO_START\r
-  gEfiHiiFontProtocolGuid\r
-  gEfiHiiDatabaseProtocolGuid\r
+  gEfiHiiFontProtocolGuid                       # PROTOCOL TO_START\r
+  gEfiHiiDatabaseProtocolGuid                   # PROTOCOL TO_START   \r
 \r
+[FeaturePcd.common]\r
+  gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
\ No newline at end of file