]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsConsoleDxe / GraphicsConsoleDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# Console support on graphic devices.\r
95276127 3#\r
6036e94d
SZ
4# This driver will install Simple Text Output protocol by consuming Graphices Output\r
5# protocol or UGA Draw protocol on graphic devices.\r
d1102dba
LG
6#\r
7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 8# This program and the accompanying materials\r
95276127 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
6bfbb5f0 16##\r
95276127 17\r
95276127 18[Defines]\r
19 INF_VERSION = 0x00010005\r
51d5c5d7 20 BASE_NAME = GraphicsConsoleDxe\r
6036e94d 21 MODULE_UNI_FILE = GraphicsConsoleDxe.uni\r
95276127 22 FILE_GUID = CCCB0C28-4B24-11d5-9A5A-0090273FC14D\r
d3f16117 23 MODULE_TYPE = UEFI_DRIVER\r
95276127 24 VERSION_STRING = 1.0\r
95276127 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
de005223 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
95276127 31#\r
71ac8e83 32# DRIVER_BINDING = gGraphicsConsoleDriverBinding\r
33# COMPONENT_NAME = gGraphicsConsoleComponentName\r
d354ab7f 34# COMPONENT_NAME2 = gGraphicsConsoleComponentName2\r
95276127 35#\r
36\r
6bfbb5f0 37[Sources]\r
95276127 38 ComponentName.c\r
95276127 39 LaffStd.c\r
40 GraphicsConsole.c\r
41 GraphicsConsole.h\r
95276127 42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
93e3992d 45 MdeModulePkg/MdeModulePkg.dec\r
95276127 46\r
47[LibraryClasses]\r
48 UefiBootServicesTableLib\r
49 MemoryAllocationLib\r
50 BaseMemoryLib\r
51 UefiLib\r
52 UefiDriverEntryPoint\r
53 DebugLib\r
93e3992d 54 HiiLib\r
b1aab293 55 PcdLib\r
95276127 56\r
95276127 57[Protocols]\r
6036e94d 58 gEfiDevicePathProtocolGuid ## TO_START\r
00bfdbe1 59 gEfiSimpleTextOutProtocolGuid ## BY_START\r
60 gEfiGraphicsOutputProtocolGuid ## TO_START\r
61 gEfiUgaDrawProtocolGuid ## TO_START\r
62 gEfiHiiFontProtocolGuid ## TO_START\r
6036e94d
SZ
63 ## TO_START\r
64 ## NOTIFY\r
65 gEfiHiiDatabaseProtocolGuid\r
8541adab 66\r
6bfbb5f0 67[FeaturePcd]\r
6036e94d 68 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport ## CONSUMES\r
b1aab293 69\r
70[Pcd]\r
6036e94d
SZ
71 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## SOMETIMES_CONSUMES\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## SOMETIMES_CONSUMES\r
b1aab293 73\r
6036e94d
SZ
74[UserExtensions.TianoCore."ExtraFiles"]\r
75 GraphicsConsoleDxeExtra.uni\r