VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf

Last change on this file was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.8 KB
Line 
1## @file
2# Customize display library used by display engine.
3#
4# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8#
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = CustomizedDisplayLib
13 MODULE_UNI_FILE = CustomizedDisplayLibModStrs.uni
14 FILE_GUID = 80B92017-EC64-4923-938D-94FAEE85832E
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = CustomizedDisplayLib|DXE_DRIVER UEFI_APPLICATION
18 CONSTRUCTOR = CustomizedDisplayLibConstructor
19 DESTRUCTOR = CustomizedDisplayLibDestructor
20#
21# The following information is for reference only and not required by the build tools.
22#
23# VALID_ARCHITECTURES = IA32 X64 EBC
24#
25
26[Sources]
27 CustomizedDisplayLib.c
28 Colors.h
29 CustomizedDisplayLibInternal.h
30 CustomizedDisplayLibInternal.c
31 CustomizedDisplayLib.uni
32
33[Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36
37[LibraryClasses]
38 MemoryAllocationLib
39 BaseLib
40 UefiBootServicesTableLib
41 UefiDriverEntryPoint
42 UefiRuntimeServicesTableLib
43 BaseMemoryLib
44 DebugLib
45 PrintLib
46 HiiLib
47 DevicePathLib
48 PcdLib
49
50[Guids]
51 gEfiIfrTianoGuid ## SOMETIMES_CONSUMES ## UNDEFINED
52
53[Protocols]
54
55[Pcd]
56 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserSubtitleTextColor ## CONSUMES
57 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextColor ## CONSUMES
58 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextHighlightColor ## CONSUMES
59 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldBackgroundHighlightColor ## CONSUMES
60 gEfiMdeModulePkgTokenSpaceGuid.PcdFrontPageFormSetGuid ## CONSUMES
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette