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