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.