]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
557b8d816978f2d7d3befd7a2c20ec61b6f06d4d
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / LegacyBootMaintUiLib / LegacyBootMaintUiLib.inf
1 ## @file
2 # Legacy Boot Maintainence UI module is library for BDS phase.
3 #
4 # Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = LegacyBootMaintUiLib
12 MODULE_UNI_FILE = LegacyBootMaintUiLib.uni
13 FILE_GUID = e6f7f038-3ed9-401a-af1f-5ea7bf644d34
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
17 CONSTRUCTOR = LegacyBootMaintUiLibConstructor
18 DESTRUCTOR = LegacyBootMaintUiLibDestructor
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 LegacyBootMaintUiVfr.h
27 LegacyBootMaintUi.h
28 LegacyBootMaintUiVfr.Vfr
29 LegacyBootMaintUiStrings.uni
30 LegacyBootMaintUi.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
36 IntelFrameworkPkg/IntelFrameworkPkg.dec
37
38 [LibraryClasses]
39 DevicePathLib
40 BaseLib
41 UefiRuntimeServicesTableLib
42 UefiBootServicesTableLib
43 DebugLib
44 HiiLib
45 MemoryAllocationLib
46 UefiBootManagerLib
47 UefiLib
48 PrintLib
49 BaseMemoryLib
50
51 [Guids]
52 gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## UNDEFINED # Extended IFR Guid Opcode
53 gEfiIfrBootMaintenanceGuid ## CONSUMES ## HII # BootMaint HII Package
54 gEfiLegacyDevOrderVariableGuid ## PRODUCES ## Variable:L"LegacyDevOrder"
55
56 [Protocols]
57 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
58 gEfiLegacyBiosProtocolGuid ## CONSUMES
59 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
60
61 [Depex]
62 gEfiHiiDatabaseProtocolGuid
63