]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsConsoleDxe / GraphicsConsoleDxe.inf
index 789d24936e7da3149e37b75798743b967db26c50..ccf44979d5e9f48b7fcc9fbf3313c06516545421 100644 (file)
@@ -1,10 +1,10 @@
 ## @file\r
-# \r
-#  Component description file for GraphicsConsole module\r
+#  Console support on graphic devices.\r
 #\r
-#  This is the main routine for initializing the Graphics Console support routines.\r
+#  This driver will install Simple Text Output protocol by consuming Graphices Output\r
+#  protocol or UGA Draw protocol on graphic devices.\r
 #  \r
-#  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2014, 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
@@ -18,6 +18,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = GraphicsConsoleDxe\r
+  MODULE_UNI_FILE                = GraphicsConsoleDxe.uni\r
   FILE_GUID                      = CCCB0C28-4B24-11d5-9A5A-0090273FC14D\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   PcdLib\r
 \r
 [Protocols]\r
-  gEfiDevicePathProtocolGuid                    ## CONSUMES\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
   gEfiSimpleTextOutProtocolGuid                 ## BY_START\r
   gEfiGraphicsOutputProtocolGuid                ## TO_START\r
   gEfiUgaDrawProtocolGuid                       ## TO_START\r
   gEfiHiiFontProtocolGuid                       ## TO_START\r
-  gEfiHiiDatabaseProtocolGuid                   ## TO_START   \r
+  ## TO_START\r
+  ## NOTIFY\r
+  gEfiHiiDatabaseProtocolGuid\r
 \r
 [FeaturePcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
+  gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport ## CONSUMES\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## SOMETIMES_CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution   ## SOMETIMES_CONSUMES\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  GraphicsConsoleDxeExtra.uni\r