1// /** @file
2// Console support on graphic devices.
3//
4// This driver will install Simple Text Output protocol by consuming Graphices Output
5// protocol or UGA Draw protocol on graphic devices.
6//
7// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
8//
9// SPDX-License-Identifier: BSD-2-Clause-Patent
10//
11// **/
12
13
14#string STR_MODULE_ABSTRACT             #language en-US "Console support on graphic devices"
15
16#string STR_MODULE_DESCRIPTION          #language en-US "This driver will install SimpleTextOutputProtocol by consuming GraphicesOutput\n"
17                                                        "Protocol or UgaDrawProtocol on graphics devices."
18
19