VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf@ 77662

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

EFI: First step in UDK2018 merge. Does not build yet.

  • Property svn:eol-style set to native
File size: 2.0 KB
Line 
1## @file
2# The DXE driver produces FORM DISPLAY ENGIEN protocol.
3#
4# Copyright (c) 2007 - 2017, 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 MODULE_UNI_FILE = DisplayEngine.uni
21 FILE_GUID = E660EA85-058E-4b55-A54B-F02F83A24707
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = InitializeDisplayEngine
25 UNLOAD_IMAGE = UnloadDisplayEngine
26#
27# The following information is for reference only and not required by the build tools.
28#
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC
30#
31
32[Sources]
33 FormDisplayStr.uni
34 FormDisplay.c
35 FormDisplay.h
36 ProcessOptions.c
37 InputHandler.c
38 Popup.c
39
40[Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44[LibraryClasses]
45 UefiDriverEntryPoint
46 UefiBootServicesTableLib
47 DebugLib
48 BaseMemoryLib
49 BaseLib
50 PrintLib
51 HiiLib
52 MemoryAllocationLib
53 CustomizedDisplayLib
54
55[Protocols]
56 gEdkiiFormDisplayEngineProtocolGuid ## PRODUCES
57 gEdkiiFormBrowserEx2ProtocolGuid ## CONSUMES
58 gEfiHiiPopupProtocolGuid ## PRODUCES
59
60[Depex]
61 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid AND gEdkiiFormBrowserEx2ProtocolGuid
62
63[FeaturePcd]
64 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement ## CONSUMES
65 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowerGrayOutReadOnlyMenu ## CONSUMES
66
67[UserExtensions.TianoCore."ExtraFiles"]
68 DisplayEngineExtra.uni
Note: See TracBrowser for help on using the repository browser.

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