2007-07-05 09:05:28 +02:00
|
|
|
#/** @file
|
2008-12-17 07:23:23 +01:00
|
|
|
#
|
|
|
|
# Component description file for GraphicsConsole module
|
2007-07-05 09:05:28 +02:00
|
|
|
#
|
2008-12-17 07:23:23 +01:00
|
|
|
# This is the main routine for initializing the Graphics Console support routines.
|
|
|
|
#
|
|
|
|
# Copyright (c) 2006 - 2008, Intel Corporation
|
2007-07-05 09:05:28 +02:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#**/
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
2007-07-18 16:35:45 +02:00
|
|
|
BASE_NAME = GraphicsConsoleDxe
|
2007-07-05 09:05:28 +02:00
|
|
|
FILE_GUID = CCCB0C28-4B24-11d5-9A5A-0090273FC14D
|
2008-08-18 11:18:44 +02:00
|
|
|
MODULE_TYPE = UEFI_DRIVER
|
2007-07-05 09:05:28 +02:00
|
|
|
VERSION_STRING = 1.0
|
|
|
|
ENTRY_POINT = InitializeGraphicsConsole
|
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
|
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
|
|
|
#
|
2007-07-24 11:08:27 +02:00
|
|
|
# DRIVER_BINDING = gGraphicsConsoleDriverBinding
|
|
|
|
# COMPONENT_NAME = gGraphicsConsoleComponentName
|
2008-12-04 08:12:25 +01:00
|
|
|
# COMPONENT_NAME2 = gGraphicsConsoleComponentName2
|
2007-07-05 09:05:28 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
[Sources.common]
|
|
|
|
ComponentName.c
|
|
|
|
LaffStd.c
|
|
|
|
GraphicsConsole.c
|
|
|
|
GraphicsConsole.h
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
2008-01-21 15:39:56 +01:00
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
2007-07-05 09:05:28 +02:00
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
UefiBootServicesTableLib
|
|
|
|
MemoryAllocationLib
|
|
|
|
BaseMemoryLib
|
|
|
|
UefiLib
|
|
|
|
UefiDriverEntryPoint
|
|
|
|
DebugLib
|
2008-01-21 15:39:56 +01:00
|
|
|
HiiLib
|
2007-07-05 09:05:28 +02:00
|
|
|
|
|
|
|
[Protocols]
|
|
|
|
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiSimpleTextOutProtocolGuid # PROTOCOL BY_START
|
|
|
|
gEfiGraphicsOutputProtocolGuid # PROTOCOL TO_START
|
|
|
|
gEfiUgaDrawProtocolGuid # PROTOCOL TO_START
|
2008-07-22 09:26:57 +02:00
|
|
|
gEfiHiiFontProtocolGuid # PROTOCOL TO_START
|
|
|
|
gEfiHiiDatabaseProtocolGuid # PROTOCOL TO_START
|
2008-03-19 06:22:06 +01:00
|
|
|
|
|
|
|
[FeaturePcd.common]
|
2008-11-20 04:08:28 +01:00
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
|