]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
Update Browser to provide the customization possibilities.
[mirror_edk2.git] / MdeModulePkg / Universal / DisplayEngineDxe / DisplayEngineDxe.inf
1 ## @file
2 # The DXE driver produces FORM BROWSER protocols defined in UEFI HII 2.1 specificatin.
3 #
4 # Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = DisplayEngine
20 FILE_GUID = E660EA85-058E-4b55-A54B-F02F83A24707
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = InitializeDisplayEngine
24 UNLOAD_IMAGE = UnloadDisplayEngine
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 FormDisplayStr.uni
33 FormDisplay.c
34 FormDisplay.h
35 Print.c
36 ProcessOptions.c
37 InputHandler.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42
43 [LibraryClasses]
44 UefiDriverEntryPoint
45 UefiBootServicesTableLib
46 DebugLib
47 BaseMemoryLib
48 BaseLib
49 PrintLib
50 HiiLib
51 MemoryAllocationLib
52 CustomizedDisplayLib
53
54 [Protocols]
55 gEdkiiFormDisplayEngineProtocolGuid
56 gEdkiiFormBrowserEx2ProtocolGuid
57
58 [Guids]
59 gEfiIfrTianoGuid ## CONSUMES ## GUID
60
61 [Depex]
62 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid AND gEdkiiFormBrowserEx2ProtocolGuid
63
64 [FeaturePcd]
65 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement ## CONSUMES
66 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowerGrayOutReadOnlyMenu ## CONSUMES
67
68 [BuildOptions]
69 MSFT:*_*_*_CC_FLAGS = /Od
70