2013-08-12 04:19:56 +02:00
|
|
|
## @file
|
2013-09-27 14:19:51 +02:00
|
|
|
# Customize display library used by display engine.
|
|
|
|
#
|
2018-06-27 15:08:52 +02:00
|
|
|
# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
|
2013-09-27 14:19:51 +02:00
|
|
|
#
|
2019-04-04 01:05:13 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2013-09-27 14:19:51 +02:00
|
|
|
#
|
|
|
|
#
|
2013-08-12 04:19:56 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = CustomizedDisplayLib
|
2014-08-28 08:34:06 +02:00
|
|
|
MODULE_UNI_FILE = CustomizedDisplayLibModStrs.uni
|
2013-08-12 04:19:56 +02:00
|
|
|
FILE_GUID = 80B92017-EC64-4923-938D-94FAEE85832E
|
|
|
|
MODULE_TYPE = DXE_DRIVER
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
LIBRARY_CLASS = CustomizedDisplayLib|DXE_DRIVER UEFI_APPLICATION
|
|
|
|
CONSTRUCTOR = CustomizedDisplayLibConstructor
|
|
|
|
DESTRUCTOR = CustomizedDisplayLibDestructor
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
2018-06-29 05:27:00 +02:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
2013-08-12 04:19:56 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
[Sources]
|
|
|
|
CustomizedDisplayLib.c
|
|
|
|
Colors.h
|
|
|
|
CustomizedDisplayLibInternal.h
|
|
|
|
CustomizedDisplayLibInternal.c
|
|
|
|
CustomizedDisplayLib.uni
|
2018-06-27 15:08:52 +02:00
|
|
|
|
2013-08-12 04:19:56 +02:00
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
MemoryAllocationLib
|
|
|
|
BaseLib
|
|
|
|
UefiBootServicesTableLib
|
|
|
|
UefiDriverEntryPoint
|
|
|
|
UefiRuntimeServicesTableLib
|
|
|
|
BaseMemoryLib
|
|
|
|
DebugLib
|
|
|
|
PrintLib
|
|
|
|
HiiLib
|
|
|
|
DevicePathLib
|
|
|
|
PcdLib
|
|
|
|
|
|
|
|
[Guids]
|
2014-08-28 08:34:06 +02:00
|
|
|
gEfiIfrTianoGuid ## SOMETIMES_CONSUMES ## UNDEFINED
|
2018-06-27 15:08:52 +02:00
|
|
|
|
2013-08-12 04:19:56 +02:00
|
|
|
[Protocols]
|
|
|
|
|
|
|
|
[Pcd]
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserSubtitleTextColor ## CONSUMES
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextColor ## CONSUMES
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextHighlightColor ## CONSUMES
|
2015-06-09 07:09:50 +02:00
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldBackgroundHighlightColor ## CONSUMES
|
2018-06-27 15:08:52 +02:00
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFrontPageFormSetGuid ## CONSUMES
|