Update the comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5909 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
/**@file
|
/**@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
|
BugBug: Currently *.BMP files are supported. This will be replaced
|
||||||
when Tiano graphics format is supported.
|
when Tiano graphics format is supported.
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
#/** @file
|
#/** @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.
|
# This library provides supports for basic graphic functions.
|
||||||
# Copyright (c) 2006 - 2008, Intel Corporation.
|
# Copyright (c) 2006 - 2008, Intel Corporation.
|
||||||
|
Reference in New Issue
Block a user