]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
IntelFrameworkModulePkg: Clean up source files
[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
5a673ab2
ED
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
0a6f4824 9#\r
5a673ab2
ED
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
0a6f4824 12#\r
5a673ab2
ED
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = LegacyBootMaintUiLib\r
c91c8ba8 18 MODULE_UNI_FILE = LegacyBootMaintUiLib.uni\r
5a673ab2
ED
19 FILE_GUID = e6f7f038-3ed9-401a-af1f-5ea7bf644d34\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION\r
23 CONSTRUCTOR = LegacyBootMaintUiLibConstructor\r
24 DESTRUCTOR = LegacyBootMaintUiLibDestructor\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 LegacyBootMaintUiVfr.h\r
33 LegacyBootMaintUi.h\r
34 LegacyBootMaintUiVfr.Vfr\r
35 LegacyBootMaintUiStrings.uni\r
36 LegacyBootMaintUi.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
42 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
43\r
44[LibraryClasses]\r
45 DevicePathLib\r
46 BaseLib\r
47 UefiRuntimeServicesTableLib\r
48 UefiBootServicesTableLib\r
49 DebugLib\r
50 HiiLib\r
51 MemoryAllocationLib\r
52 UefiBootManagerLib\r
53 UefiLib\r
54 PrintLib\r
55 BaseMemoryLib\r
56\r
57[Guids]\r
8ca1489b
DB
58 gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## UNDEFINED # Extended IFR Guid Opcode\r
59 gEfiIfrBootMaintenanceGuid ## CONSUMES ## HII # BootMaint HII Package\r
60 gEfiLegacyDevOrderVariableGuid ## PRODUCES ## Variable:L"LegacyDevOrder"\r
5a673ab2
ED
61\r
62[Protocols]\r
8ca1489b
DB
63 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
64 gEfiLegacyBiosProtocolGuid ## CONSUMES\r
65 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
5a673ab2
ED
66\r
67[Depex]\r
68 gEfiHiiDatabaseProtocolGuid\r
69\r