]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Library / CustomizedDisplayLib / CustomizedDisplayLib.inf
CommitLineData
7c6c064c 1## @file\r
af047db7
ED
2# Customize display library used by display engine.\r
3#\r
d1102dba 4# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
af047db7
ED
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
7c6c064c
ED
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = CustomizedDisplayLib\r
6036e94d 18 MODULE_UNI_FILE = CustomizedDisplayLibModStrs.uni\r
7c6c064c
ED
19 FILE_GUID = 80B92017-EC64-4923-938D-94FAEE85832E\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = CustomizedDisplayLib|DXE_DRIVER UEFI_APPLICATION\r
23 CONSTRUCTOR = CustomizedDisplayLibConstructor\r
24 DESTRUCTOR = CustomizedDisplayLibDestructor\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
de005223 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
7c6c064c
ED
29#\r
30\r
31[Sources]\r
32 CustomizedDisplayLib.c\r
33 Colors.h\r
34 CustomizedDisplayLibInternal.h\r
35 CustomizedDisplayLibInternal.c\r
36 CustomizedDisplayLib.uni\r
d1102dba 37\r
7c6c064c
ED
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 MemoryAllocationLib\r
44 BaseLib\r
45 UefiBootServicesTableLib\r
46 UefiDriverEntryPoint\r
47 UefiRuntimeServicesTableLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 PrintLib\r
51 HiiLib\r
52 DevicePathLib\r
53 PcdLib\r
54\r
55[Guids]\r
6036e94d 56 gEfiIfrTianoGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
d1102dba 57\r
7c6c064c
ED
58[Protocols]\r
59\r
60[Pcd]\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserSubtitleTextColor ## CONSUMES\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextColor ## CONSUMES\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextHighlightColor ## CONSUMES\r
5e30b69e 64 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldBackgroundHighlightColor ## CONSUMES\r
d1102dba 65 gEfiMdeModulePkgTokenSpaceGuid.PcdFrontPageFormSetGuid ## CONSUMES\r