]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf
IntelFrameworkModulePkg: Add LegacyBootManagerLib.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / LegacyBootManagerLib / LegacyBootManagerLib.inf
CommitLineData
9e3f171d
RN
1## @file\r
2# This function deal with the legacy boot option, it create, delete\r
3# and manage the legacy boot option, all legacy boot option is getting from\r
4# the legacy BBS table.\r
5#\r
6# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# \r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14# \r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = LegacyBootManagerLib\r
20 FILE_GUID = F1B87BE4-0ACC-409A-A52B-7BFFABCC96A0\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION\r
24 CONSTRUCTOR = LegacyBootManagerLibConstructor\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 EBC\r
30#\r
31\r
32[Sources]\r
33 LegacyBm.c\r
34 InternalLegacyBm.h\r
35 \r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 BaseMemoryLib\r
45 UefiBootServicesTableLib\r
46 UefiRuntimeServicesTableLib\r
47 DevicePathLib\r
48 MemoryAllocationLib\r
49 UefiLib\r
50 DebugLib\r
51 PrintLib\r
52 PerformanceLib\r
53 UefiBootManagerLib\r
54\r
55[Guids]\r
56 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"Boot####" (Boot option variable)\r
57 ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)\r
58 gEfiLegacyDevOrderVariableGuid\r
59\r
60[Protocols]\r
61 gEfiLegacyBiosProtocolGuid ## SOMETIMES_CONSUMES\r
62\r
63[FeaturePcd]\r
64\r
65[Pcd]\r