]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
Update some module INF files in MdeModulePkg to "UEFI_DRIVER"
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsConsoleDxe / GraphicsConsoleDxe.inf
index 4ccfe2177c10e4bcaeeb793a2b85ce1ec0bafe69..32600c0ff70d442385ce2cbd03977bb13eb62325 100644 (file)
@@ -2,7 +2,7 @@
 # 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
+# Copyright (c) 2006 - 2008, 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
@@ -18,7 +18,7 @@
   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
@@ -42,9 +42,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 +58,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
+  gEfiMdeModulePkgTokenSpaceGuid.PcdUgaConsumeSupport
\ No newline at end of file