diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-17 03:01:41 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-17 03:01:41 +0000 |
commit | 6c8e1cee0eda9375d75e47f8049a7525250c720a (patch) | |
tree | 338297f4706be9317f2843e1ec6c16cbd3efe4a4 /IntelFrameworkModulePkg | |
parent | eb91f2f8a26715245da9037933d6a87a7811e97b (diff) | |
download | edk2-platforms-6c8e1cee0eda9375d75e47f8049a7525250c720a.tar.xz |
Update the comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5909 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r-- | IntelFrameworkModulePkg/Library/GraphicsLib/Graphics.c | 5 | ||||
-rw-r--r-- | IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Library/GraphicsLib/Graphics.c b/IntelFrameworkModulePkg/Library/GraphicsLib/Graphics.c index e0e873b41b..9bc12291a7 100644 --- a/IntelFrameworkModulePkg/Library/GraphicsLib/Graphics.c +++ b/IntelFrameworkModulePkg/Library/GraphicsLib/Graphics.c @@ -1,5 +1,8 @@ /**@file
- Support for Basic Graphics operations.
+ 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.
BugBug: Currently *.BMP files are supported. This will be replaced
when Tiano graphics format is supported.
diff --git a/IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf b/IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf index b19dbe8b04..c94ba21445 100644 --- a/IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf +++ b/IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf @@ -1,5 +1,8 @@ #/** @file
-# Graphics Library for UEFI drivers
+# 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.
#
# This library provides supports for basic graphic functions.
# Copyright (c) 2006 - 2008, Intel Corporation.
|