diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-17 03:01:18 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-17 03:01:18 +0000 |
commit | eb91f2f8a26715245da9037933d6a87a7811e97b (patch) | |
tree | f17527f7768a4dc671831e36e8ac8dee88607148 | |
parent | a70c0fd846dc339135c0b5607983d20d891dc149 (diff) | |
download | edk2-platforms-eb91f2f8a26715245da9037933d6a87a7811e97b.tar.xz |
Update the comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5908 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Library/GraphicsLib/Graphics.c | 6 | ||||
-rw-r--r-- | MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/MdeModulePkg/Library/GraphicsLib/Graphics.c b/MdeModulePkg/Library/GraphicsLib/Graphics.c index 997bd95704..cdddfb6c50 100644 --- a/MdeModulePkg/Library/GraphicsLib/Graphics.c +++ b/MdeModulePkg/Library/GraphicsLib/Graphics.c @@ -1,6 +1,8 @@ /** @file
- Basic Graphics operations based on UEFI HII, Graphics Output protocol or UGA
- Draw protocol.
+ Library supports diplaying graphical splash screen,
+ locking of keyboard input and printing character on
+ screen. These basic graphics operations are based on UEFI HII,
+ Graphics Output protocol or UGA Draw protocol.
Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials
diff --git a/MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf b/MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf index da6614f510..34d568daca 100644 --- a/MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf +++ b/MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf @@ -1,5 +1,7 @@ #/** @file
-# Graphics Library for UEFI drivers.
+# Library supports diplaying graphical splash screen,
+# locking of keyboard input and printing character on
+# screen.
#
# This library provides supports for basic graphic functions.
# Copyright (c) 2006 - 2007, Intel Corporation.
@@ -58,4 +60,4 @@ gEfiHiiFontProtocolGuid # PROTOCOL ALWAYS_CONSUMED
[FeaturePcd.common]
- gEfiMdeModulePkgTokenSpaceGuid.PcdUgaConsumeSupport
\ No newline at end of file + gEfiMdeModulePkgTokenSpaceGuid.PcdUgaConsumeSupport
|