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