]> git.proxmox.com Git - mirror_edk2.git/commitdiff
GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is changed...
authorli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 24 Feb 2012 02:10:28 +0000 (02:10 +0000)
committerli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 24 Feb 2012 02:10:28 +0000 (02:10 +0000)
Signed-off-by: li-elvin
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13027 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Console/GraphicsConsoleDxe/ComponentName.c

index 56577a951fb109047ee231abf421ce754c12490b..13be3a1b67622a8ed8d60303f6eb2c80df6bd063 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   UEFI Component Name(2) protocol implementation for GraphicsConsole driver.\r
 \r
-Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2012, 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
@@ -36,7 +36,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME2_PROTOCOL gGraphicsConsoleCompo
 GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE mGraphicsConsoleDriverNameTable[] = {\r
   {\r
     "eng;en",\r
-    (CHAR16 *)L"UGA Console Driver"\r
+    (CHAR16 *)L"Graphics Console Driver"\r
   },\r
   {\r
     NULL,\r