1// /** @file
2// Video driver based on legacy bios.
3//
4// This driver by using Legacy Bios protocol service to support csm Video
5// and produce Graphics Output Protocol.
6//
7// Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
8//
9// This program and the accompanying materials
10// are licensed and made available under the terms and conditions
11// of the BSD License which accompanies this distribution.  The
12// full text of the license may be found at
13// http://opensource.org/licenses/bsd-license.php
14//
15// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17//
18// **/
19
20
21#string STR_MODULE_ABSTRACT             #language en-US "Video driver based on legacy bios"
22
23#string STR_MODULE_DESCRIPTION          #language en-US "This driver uses the Legacy Bios protocol service to utilize the CSM Video Support and produce the Graphics Output Protocol."
24
25