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