]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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 ENTRY_POINT = InitializeGraphicsConsole
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30 # DRIVER_BINDING = gGraphicsConsoleDriverBinding
31 # COMPONENT_NAME = gGraphicsConsoleComponentName
32 #
33
34 [Sources.common]
35 ComponentName.c
36 LaffStd.c
37 GraphicsConsole.c
38 GraphicsConsole.h
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44 [LibraryClasses]
45 UefiBootServicesTableLib
46 MemoryAllocationLib
47 BaseMemoryLib
48 UefiLib
49 UefiDriverEntryPoint
50 DebugLib
51 HiiLib
52
53 [Protocols]
54 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
55 gEfiSimpleTextOutProtocolGuid # PROTOCOL BY_START
56 gEfiGraphicsOutputProtocolGuid # PROTOCOL TO_START
57 gEfiUgaDrawProtocolGuid # PROTOCOL TO_START
58 gEfiHiiFontProtocolGuid # PROTOCOL TO_START
59 gEfiHiiDatabaseProtocolGuid # PROTOCOL TO_START
60
61 [FeaturePcd.common]
62 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport