]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
Update question validation logic, move the check pointer from after user input to...
[mirror_edk2.git] / MdeModulePkg / Universal / DisplayEngineDxe / DisplayEngineDxe.inf
CommitLineData
7c6c064c
ED
1## @file\r
2# The DXE driver produces FORM BROWSER protocols defined in UEFI HII 2.1 specificatin.\r
3#\r
4# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
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
20 FILE_GUID = E660EA85-058E-4b55-A54B-F02F83A24707\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = InitializeDisplayEngine\r
24 UNLOAD_IMAGE = UnloadDisplayEngine\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
32 FormDisplayStr.uni\r
33 FormDisplay.c\r
34 FormDisplay.h\r
7c6c064c
ED
35 ProcessOptions.c\r
36 InputHandler.c\r
37 \r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 \r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 UefiBootServicesTableLib\r
45 DebugLib\r
46 BaseMemoryLib\r
47 BaseLib\r
48 PrintLib\r
49 HiiLib\r
50 MemoryAllocationLib\r
51 CustomizedDisplayLib\r
52\r
53[Protocols]\r
54 gEdkiiFormDisplayEngineProtocolGuid\r
55 gEdkiiFormBrowserEx2ProtocolGuid\r
56\r
7c6c064c
ED
57[Depex]\r
58 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid AND gEdkiiFormBrowserEx2ProtocolGuid\r
59 \r
60[FeaturePcd]\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement ## CONSUMES\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowerGrayOutReadOnlyMenu ## CONSUMES\r
63\r