]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
Code scrub for Universal\Console\GraphicsConsoleDxe.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsConsoleDxe / GraphicsConsoleDxe.inf
CommitLineData
95276127 1#/** @file\r
878670ea 2# \r
3# Component description file for GraphicsConsole module\r
95276127 4#\r
878670ea 5# This is the main routine for initializing the Graphics Console support routines.\r
6# \r
7# Copyright (c) 2006 - 2008, Intel Corporation\r
95276127 8# All rights reserved. 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
95276127 18[Defines]\r
19 INF_VERSION = 0x00010005\r
51d5c5d7 20 BASE_NAME = GraphicsConsoleDxe\r
95276127 21 FILE_GUID = CCCB0C28-4B24-11d5-9A5A-0090273FC14D\r
d3f16117 22 MODULE_TYPE = UEFI_DRIVER\r
95276127 23 VERSION_STRING = 1.0\r
95276127 24 ENTRY_POINT = InitializeGraphicsConsole\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
71ac8e83 31# DRIVER_BINDING = gGraphicsConsoleDriverBinding\r
32# COMPONENT_NAME = gGraphicsConsoleComponentName\r
d354ab7f 33# COMPONENT_NAME2 = gGraphicsConsoleComponentName2\r
95276127 34#\r
35\r
95276127 36[Sources.common]\r
37 ComponentName.c\r
95276127 38 LaffStd.c\r
39 GraphicsConsole.c\r
40 GraphicsConsole.h\r
95276127 41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
93e3992d 44 MdeModulePkg/MdeModulePkg.dec\r
95276127 45\r
46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseMemoryLib\r
50 UefiLib\r
51 UefiDriverEntryPoint\r
52 DebugLib\r
93e3992d 53 HiiLib\r
95276127 54\r
95276127 55[Protocols]\r
56 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
57 gEfiSimpleTextOutProtocolGuid # PROTOCOL BY_START\r
95276127 58 gEfiGraphicsOutputProtocolGuid # PROTOCOL TO_START\r
59 gEfiUgaDrawProtocolGuid # PROTOCOL TO_START\r
8595bdaf 60 gEfiHiiFontProtocolGuid # PROTOCOL TO_START\r
61 gEfiHiiDatabaseProtocolGuid # PROTOCOL TO_START \r
8541adab 62\r
63[FeaturePcd.common]\r
b3154720 64 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport