mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
The Universal Graphics Adapter (UGA) is a graphic abstraction. The UGA I/O and Draw protocols are deprecated since UEFI 2.0 was introduced. Cf. the UEFI spec v2.9: "Appendix L - EFI 1.10 Protocol Changes and Deprecation List" section L.2 "Deprecated Protocols" Remove the UGA support. Signed-off-by: GuoMinJ <newexplorerj@gmail.com> Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
18 lines
653 B
Text
18 lines
653 B
Text
// /** @file
|
|
// Console support on graphic devices.
|
|
//
|
|
// This driver will install Simple Text Output protocol by consuming Graphices Output
|
|
// protocol on graphic devices.
|
|
//
|
|
// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Console support on graphic devices"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "This driver will install SimpleTextOutputProtocol by consuming GraphicesOutput\n"
|
|
"Protocol on graphics devices."
|
|
|