]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
Update some module INF files in MdeModulePkg to "UEFI_DRIVER"
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsConsoleDxe / GraphicsConsoleDxe.inf
1 #/** @file
2 # Component description file for GraphicsConsole module
3 #
4 # This is the main routine for initializing the Graphics Console support routines.
5 # Copyright (c) 2006 - 2008, Intel Corporation
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = GraphicsConsoleDxe
20 FILE_GUID = CCCB0C28-4B24-11d5-9A5A-0090273FC14D
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x0002000A
25
26 ENTRY_POINT = InitializeGraphicsConsole
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33 # DRIVER_BINDING = gGraphicsConsoleDriverBinding
34 # COMPONENT_NAME = gGraphicsConsoleComponentName
35 #
36
37 [Sources.common]
38 ComponentName.c
39 LaffStd.c
40 GraphicsConsole.c
41 GraphicsConsole.h
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47 [LibraryClasses]
48 UefiBootServicesTableLib
49 MemoryAllocationLib
50 BaseMemoryLib
51 UefiLib
52 UefiDriverEntryPoint
53 DebugLib
54 HiiLib
55
56 [Protocols]
57 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58 gEfiSimpleTextOutProtocolGuid # PROTOCOL BY_START
59 gEfiGraphicsOutputProtocolGuid # PROTOCOL TO_START
60 gEfiUgaDrawProtocolGuid # PROTOCOL TO_START
61 gEfiHiiFontProtocolGuid # PROTOCOL TO_START
62 gEfiHiiDatabaseProtocolGuid # PROTOCOL TO_START
63
64 [FeaturePcd.common]
65 gEfiMdeModulePkgTokenSpaceGuid.PcdUgaConsumeSupport