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