]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
MdeModulePkg/UefiBootManagerLib: Separate boot description functions.
[mirror_edk2.git] / MdeModulePkg / Library / UefiBootManagerLib / UefiBootManagerLib.inf
1 ## @file
2 # Define and produce general Boot Manager related interfaces.
3 #
4 # The implementation provides richful library functions supporting load option
5 # manipulation, hotkey registration, UEFI boot, connect/disconnect, console
6 # manipulation, driver health checking and etc.
7 #
8 # Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = UefiBootManagerLib
22 MODULE_UNI_FILE = UefiBootManagerLib.uni
23 FILE_GUID = 8D4752BC-595E-49a2-B4AF-F3F57B601DE9
24 MODULE_TYPE = DXE_DRIVER
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = UefiBootManagerLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33
34 [Sources]
35 BmPerformance.c
36 BmConnect.c
37 BmMisc.c
38 BmConsole.c
39 BmBoot.c
40 BmBootDescription.c
41 BmLoadOption.c
42 BmHotkey.c
43 BmDriverHealth.c
44 InternalBm.h
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49
50 [LibraryClasses]
51 HobLib
52 PcdLib
53 BaseLib
54 UefiLib
55 TimerLib
56 DebugLib
57 PrintLib
58 BaseMemoryLib
59 DevicePathLib
60 PerformanceLib
61 PeCoffGetEntryPointLib
62 UefiBootServicesTableLib
63 UefiRuntimeServicesTableLib
64 DxeServicesTableLib
65 MemoryAllocationLib
66 DxeServicesLib
67 ReportStatusCodeLib
68 PerformanceLib
69 HiiLib
70 SortLib
71
72 [Guids]
73 gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID (The identifier of memory type information type in system table)
74 ## CONSUMES ## GUID HOB (The hob holding memory type information)
75 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)
76 ## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)
77 ## CONSUMES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
78 ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)
79 ## SOMETIMES_CONSUMES ## Variable:L"DriverOrder" (The driver order list)
80 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
81 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
82 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
83 gEfiFileInfoGuid ## CONSUMES ## GUID
84 gPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)
85 gEdkiiStatusCodeDataTypeVariableGuid ## SOMETIMES_CONSUMES ## GUID
86 gEfiDiskInfoAhciInterfaceGuid ## SOMETIMES_CONSUMES ## GUID
87 gEfiDiskInfoIdeInterfaceGuid ## SOMETIMES_CONSUMES ## GUID
88 gEfiDiskInfoScsiInterfaceGuid ## SOMETIMES_CONSUMES ## GUID
89 gZeroGuid ## CONSUMES ## GUID
90
91 [Protocols]
92 gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
93 gEfiSimpleFileSystemProtocolGuid ## CONSUMES
94 gEfiLoadFileProtocolGuid ## CONSUMES
95 gEfiSimpleTextOutProtocolGuid ## CONSUMES
96 gEfiPciIoProtocolGuid ## CONSUMES
97 gEfiLoadedImageProtocolGuid ## CONSUMES
98 gEfiSimpleNetworkProtocolGuid ## CONSUMES
99 gEfiSimpleTextInProtocolGuid ## CONSUMES
100 gEfiBlockIoProtocolGuid ## CONSUMES
101 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES
102 gEfiDevicePathProtocolGuid ## CONSUMES
103 gEfiBootLogoProtocolGuid ## CONSUMES
104 gEfiSimpleTextInputExProtocolGuid ## CONSUMES
105 gEdkiiVariableLockProtocolGuid ## CONSUMES
106 gEfiGraphicsOutputProtocolGuid ## SOMETIMES_CONSUMES
107 gEfiUsbIoProtocolGuid ## SOMETIMES_CONSUMES
108 gEfiDiskInfoProtocolGuid ## SOMETIMES_CONSUMES
109 gEfiDriverHealthProtocolGuid ## SOMETIMES_CONSUMES
110 gEfiFormBrowser2ProtocolGuid ## SOMETIMES_CONSUMES
111
112 [Pcd]
113 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange ## SOMETIMES_CONSUMES
114 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderLoad ## SOMETIMES_CONSUMES
115 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderStart ## SOMETIMES_CONSUMES
116 gEfiMdeModulePkgTokenSpaceGuid.PcdErrorCodeSetVariable ## SOMETIMES_CONSUMES
117 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile ## CONSUMES
118 gEfiMdeModulePkgTokenSpaceGuid.PcdDriverHealthConfigureForm ## SOMETIMES_CONSUMES
119