]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
31090713faa2ccbc56b66fdd3129a47be4f328b2
[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, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = LegacyBootMaintUiLib
18 FILE_GUID = e6f7f038-3ed9-401a-af1f-5ea7bf644d34
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
22 CONSTRUCTOR = LegacyBootMaintUiLibConstructor
23 DESTRUCTOR = LegacyBootMaintUiLibDestructor
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 LegacyBootMaintUiVfr.h
32 LegacyBootMaintUi.h
33 LegacyBootMaintUiVfr.Vfr
34 LegacyBootMaintUiStrings.uni
35 LegacyBootMaintUi.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
41 IntelFrameworkPkg/IntelFrameworkPkg.dec
42
43 [LibraryClasses]
44 DevicePathLib
45 BaseLib
46 UefiRuntimeServicesTableLib
47 UefiBootServicesTableLib
48 DebugLib
49 HiiLib
50 MemoryAllocationLib
51 UefiBootManagerLib
52 UefiLib
53 PrintLib
54 BaseMemoryLib
55
56 [Guids]
57 gEfiIfrTianoGuid
58 gEfiIfrBootMaintenanceGuid
59 gEfiLegacyDevOrderVariableGuid
60
61 [Protocols]
62 gEfiHiiConfigAccessProtocolGuid ## PROTOCOL CONSUMES
63 gEfiLegacyBiosProtocolGuid
64 gEfiHiiConfigRoutingProtocolGuid
65
66 [Depex]
67 gEfiHiiDatabaseProtocolGuid
68