X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FGraphicsLib%2FGraphics.c;fp=IntelFrameworkModulePkg%2FLibrary%2FGraphicsLib%2FGraphics.c;h=9bc12291a7082b948dd6b55823d42384793a20b1;hp=e0e873b41b700ddaaeae657b7378191c0dc881f6;hb=6c8e1cee0eda9375d75e47f8049a7525250c720a;hpb=eb91f2f8a26715245da9037933d6a87a7811e97b 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.