diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-17 03:02:04 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-17 03:02:04 +0000 |
commit | 91496a547d383bf9c236b7a82a6a07b8ea1a381f (patch) | |
tree | 3f0c4f01c31d10883435fac4d8bfd2ade52960d5 | |
parent | 6c8e1cee0eda9375d75e47f8049a7525250c720a (diff) | |
download | edk2-platforms-91496a547d383bf9c236b7a82a6a07b8ea1a381f.tar.xz |
Update the comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5910 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Library/GraphicsLib.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/GraphicsLib.h b/MdePkg/Include/Library/GraphicsLib.h index d056d5502f..915c306ee1 100644 --- a/MdePkg/Include/Library/GraphicsLib.h +++ b/MdePkg/Include/Library/GraphicsLib.h @@ -1,5 +1,7 @@ /** @file
- Graphics Library
+ Library supports diplaying graphical splash screen,
+ locking of keyboard input and printing character on
+ screen.
Copyright (c) 2006 - 2008, Intel Corporation.<BR>
All rights reserved. This program and the accompanying materials
|