]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
eaf7b7235da33d24318684cd6f9caa21d36040d7
[mirror_edk2.git] / OvmfPkg / Csm / LegacyBootManagerLib / LegacyBootManagerLib.inf
1 ## @file
2 # Legacy Boot Manager module is library for BDS phase.
3 #
4 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = LegacyBootManagerLib
12 MODULE_UNI_FILE = LegacyBootManagerLib.uni
13 FILE_GUID = F1B87BE4-0ACC-409A-A52B-7BFFABCC96A0
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
17 CONSTRUCTOR = LegacyBootManagerLibConstructor
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 LegacyBm.c
27 InternalLegacyBm.h
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 MdeModulePkg/MdeModulePkg.dec
32 IntelFrameworkPkg/IntelFrameworkPkg.dec
33 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 BaseMemoryLib
38 UefiBootServicesTableLib
39 UefiRuntimeServicesTableLib
40 DevicePathLib
41 MemoryAllocationLib
42 UefiLib
43 DebugLib
44 PrintLib
45 PerformanceLib
46 UefiBootManagerLib
47
48 [Guids]
49 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"Boot####" (Boot option variable)
50 ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)
51 gEfiLegacyDevOrderVariableGuid
52
53 [Protocols]
54 gEfiLegacyBiosProtocolGuid ## SOMETIMES_CONSUMES
55
56 [FeaturePcd]
57
58 [Pcd]