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