]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
MdeModulePkg: Fix GraphicsConsole driver resolution out of sync issue
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsConsoleDxe / GraphicsConsoleDxe.inf
... / ...
CommitLineData
1## @file\r
2# Console support on graphic devices.\r
3#\r
4# This driver will install Simple Text Output protocol by consuming Graphices Output\r
5# protocol or UGA Draw protocol on graphic devices.\r
6# \r
7# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = GraphicsConsoleDxe\r
21 MODULE_UNI_FILE = GraphicsConsoleDxe.uni\r
22 FILE_GUID = CCCB0C28-4B24-11d5-9A5A-0090273FC14D\r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = InitializeGraphicsConsole\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32# DRIVER_BINDING = gGraphicsConsoleDriverBinding\r
33# COMPONENT_NAME = gGraphicsConsoleComponentName\r
34# COMPONENT_NAME2 = gGraphicsConsoleComponentName2\r
35#\r
36\r
37[Sources]\r
38 ComponentName.c\r
39 LaffStd.c\r
40 GraphicsConsole.c\r
41 GraphicsConsole.h\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 UefiBootServicesTableLib\r
49 MemoryAllocationLib\r
50 BaseMemoryLib\r
51 UefiLib\r
52 UefiDriverEntryPoint\r
53 DebugLib\r
54 HiiLib\r
55 PcdLib\r
56\r
57[Protocols]\r
58 gEfiDevicePathProtocolGuid ## TO_START\r
59 gEfiSimpleTextOutProtocolGuid ## BY_START\r
60 gEfiGraphicsOutputProtocolGuid ## TO_START\r
61 gEfiUgaDrawProtocolGuid ## TO_START\r
62 gEfiHiiFontProtocolGuid ## TO_START\r
63 ## TO_START\r
64 ## NOTIFY\r
65 gEfiHiiDatabaseProtocolGuid\r
66\r
67[FeaturePcd]\r
68 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport ## CONSUMES\r
69\r
70[Pcd]\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## SOMETIMES_CONSUMES\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## SOMETIMES_CONSUMES\r
73\r
74[UserExtensions.TianoCore."ExtraFiles"]\r
75 GraphicsConsoleDxeExtra.uni\r