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/Library/GraphicsLib/Graphics.c | |
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/Library/GraphicsLib/Graphics.c')
-rw-r--r-- | IntelFrameworkModulePkg/Library/GraphicsLib/Graphics.c | 5 |
1 files changed, 4 insertions, 1 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.
|