]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / DisplayEngineDxe / DisplayEngineDxe.inf
CommitLineData
7c6c064c 1## @file\r
6036e94d 2# The DXE driver produces FORM DISPLAY ENGIEN protocol.\r
7c6c064c 3#\r
d1102dba 4# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
7c6c064c
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#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = DisplayEngine\r
6036e94d 20 MODULE_UNI_FILE = DisplayEngine.uni\r
7c6c064c
ED
21 FILE_GUID = E660EA85-058E-4b55-A54B-F02F83A24707\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = InitializeDisplayEngine\r
25 UNLOAD_IMAGE = UnloadDisplayEngine\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
de005223 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
7c6c064c
ED
30#\r
31\r
32[Sources]\r
33 FormDisplayStr.uni\r
34 FormDisplay.c\r
35 FormDisplay.h\r
7c6c064c
ED
36 ProcessOptions.c\r
37 InputHandler.c\r
06aad9a2 38 Popup.c\r
d1102dba 39\r
7c6c064c
ED
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
d1102dba 43\r
7c6c064c
ED
44[LibraryClasses]\r
45 UefiDriverEntryPoint\r
46 UefiBootServicesTableLib\r
47 DebugLib\r
48 BaseMemoryLib\r
49 BaseLib\r
50 PrintLib\r
51 HiiLib\r
52 MemoryAllocationLib\r
53 CustomizedDisplayLib\r
54\r
55[Protocols]\r
6036e94d
SZ
56 gEdkiiFormDisplayEngineProtocolGuid ## PRODUCES\r
57 gEdkiiFormBrowserEx2ProtocolGuid ## CONSUMES\r
06aad9a2 58 gEfiHiiPopupProtocolGuid ## PRODUCES\r
7c6c064c 59\r
7c6c064c
ED
60[Depex]\r
61 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid AND gEdkiiFormBrowserEx2ProtocolGuid\r
d1102dba 62\r
7c6c064c 63[FeaturePcd]\r
6036e94d
SZ
64 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement ## CONSUMES\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowerGrayOutReadOnlyMenu ## CONSUMES\r
7c6c064c 66\r
6036e94d
SZ
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 DisplayEngineExtra.uni\r