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