• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2#  Legacy Boot Manager module is library for BDS phase.
3#
4#  Copyright (c) 2011 - 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                      = LegacyBootManagerLib
18  MODULE_UNI_FILE                = LegacyBootManagerLib.uni
19  FILE_GUID                      = F1B87BE4-0ACC-409A-A52B-7BFFABCC96A0
20  MODULE_TYPE                    = DXE_DRIVER
21  VERSION_STRING                 = 1.0
22  LIBRARY_CLASS                  = NULL|DXE_DRIVER UEFI_APPLICATION
23  CONSTRUCTOR                    = LegacyBootManagerLibConstructor
24
25#
26# The following information is for reference only and not required by the build tools.
27#
28#  VALID_ARCHITECTURES           = IA32 X64 EBC
29#
30
31[Sources]
32  LegacyBm.c
33  InternalLegacyBm.h
34
35[Packages]
36  MdePkg/MdePkg.dec
37  MdeModulePkg/MdeModulePkg.dec
38  IntelFrameworkPkg/IntelFrameworkPkg.dec
39  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
40
41[LibraryClasses]
42  BaseLib
43  BaseMemoryLib
44  UefiBootServicesTableLib
45  UefiRuntimeServicesTableLib
46  DevicePathLib
47  MemoryAllocationLib
48  UefiLib
49  DebugLib
50  PrintLib
51  PerformanceLib
52  UefiBootManagerLib
53
54[Guids]
55  gEfiGlobalVariableGuid                        ## SOMETIMES_PRODUCES ## Variable:L"Boot####" (Boot option variable)
56                                                ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)
57  gEfiLegacyDevOrderVariableGuid
58
59[Protocols]
60  gEfiLegacyBiosProtocolGuid                    ## SOMETIMES_CONSUMES
61
62[FeaturePcd]
63
64[Pcd]
65