mirror of https://github.com/acidanthera/audk.git
Update the comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5908 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a70c0fd846
commit
eb91f2f8a2
|
@ -1,6 +1,8 @@
|
|||
/** @file
|
||||
Basic Graphics operations based on UEFI HII, Graphics Output protocol or UGA
|
||||
Draw protocol.
|
||||
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.
|
||||
|
||||
Copyright (c) 2006 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#/** @file
|
||||
# Graphics Library for UEFI drivers.
|
||||
# Library supports diplaying graphical splash screen,
|
||||
# locking of keyboard input and printing character on
|
||||
# screen.
|
||||
#
|
||||
# This library provides supports for basic graphic functions.
|
||||
# Copyright (c) 2006 - 2007, Intel Corporation.
|
||||
|
@ -58,4 +60,4 @@
|
|||
gEfiHiiFontProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
|
||||
[FeaturePcd.common]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdUgaConsumeSupport
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdUgaConsumeSupport
|
||||
|
|
Loading…
Reference in New Issue