]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf
MdeModulePkg/TerminalDxe: Fix PCANSI mapping for TRIANGLE and ARROW
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsOutputDxe / GraphicsOutputDxe.inf
CommitLineData
2af538fb
RN
1## @file\r
2# This driver produces GraphicsOutput protocol based on the GraphicsInfo HOB information.\r
3#\r
4# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = GraphicsOutputDxe\r
19 FILE_GUID = 20830080-CC28-4169-9836-7F42B8D0C8C9\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = InitializeGraphicsOutput\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources.common]\r
31 GraphicsOutput.h\r
32 GraphicsOutput.c\r
33 ComponentName.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 UefiDriverEntryPoint\r
41 UefiBootServicesTableLib\r
42 DxeServicesTableLib\r
43 DebugLib\r
44 MemoryAllocationLib\r
45 BaseMemoryLib\r
46 DevicePathLib\r
47 FrameBufferBltLib\r
48 UefiLib\r
49 HobLib\r
50\r
51[Guids]\r
9203253e
RN
52 gEfiGraphicsInfoHobGuid ## CONSUMES ## HOB\r
53 gEfiGraphicsDeviceInfoHobGuid ## CONSUMES ## HOB\r
2af538fb
RN
54\r
55[Protocols]\r
9203253e
RN
56 gEfiGraphicsOutputProtocolGuid ## BY_START\r
57 gEfiDevicePathProtocolGuid ## BY_START\r
58 gEfiPciIoProtocolGuid ## TO_START\r