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  MODULE_UNI_FILE                = LegacyBootMaintUiLib.uni
19  FILE_GUID                      = e6f7f038-3ed9-401a-af1f-5ea7bf644d34
20  MODULE_TYPE                    = DXE_DRIVER
21  VERSION_STRING                 = 1.0
22  LIBRARY_CLASS                  = NULL|DXE_DRIVER UEFI_APPLICATION
23  CONSTRUCTOR                    = LegacyBootMaintUiLibConstructor
24  DESTRUCTOR                     = LegacyBootMaintUiLibDestructor
25#
26# The following information is for reference only and not required by the build tools.
27#
28#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
29#
30
31[Sources]
32  LegacyBootMaintUiVfr.h
33  LegacyBootMaintUi.h
34  LegacyBootMaintUiVfr.Vfr
35  LegacyBootMaintUiStrings.uni
36  LegacyBootMaintUi.c
37
38[Packages]
39  MdePkg/MdePkg.dec
40  MdeModulePkg/MdeModulePkg.dec
41  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
42  IntelFrameworkPkg/IntelFrameworkPkg.dec
43
44[LibraryClasses]
45  DevicePathLib
46  BaseLib
47  UefiRuntimeServicesTableLib
48  UefiBootServicesTableLib
49  DebugLib
50  HiiLib
51  MemoryAllocationLib
52  UefiBootManagerLib
53  UefiLib
54  PrintLib
55  BaseMemoryLib
56
57[Guids]
58  gEfiIfrTianoGuid                  ## SOMETIMES_PRODUCES ## UNDEFINED # Extended IFR Guid Opcode
59  gEfiIfrBootMaintenanceGuid        ## CONSUMES ## HII # BootMaint HII Package
60  gEfiLegacyDevOrderVariableGuid    ## PRODUCES ## Variable:L"LegacyDevOrder"
61
62[Protocols]
63  gEfiHiiConfigAccessProtocolGuid             ## PRODUCES
64  gEfiLegacyBiosProtocolGuid                  ## CONSUMES
65  gEfiHiiConfigRoutingProtocolGuid            ## CONSUMES
66
67[Depex]
68  gEfiHiiDatabaseProtocolGuid
69
70