]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / BootManagerUiLib / BootManagerUiLib.inf
1 ## @file
2 # Boot Manager Library used by UiApp.
3 #
4 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8 [Defines]
9 INF_VERSION = 0x00010005
10 BASE_NAME = BootManagerUiLib
11 MODULE_UNI_FILE = BootManagerUiLib.uni
12 FILE_GUID = CCB2DCE1-4FC8-41CB-88C5-D349E134C9FC
13 MODULE_TYPE = DXE_DRIVER
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
16 CONSTRUCTOR = BootManagerUiLibConstructor
17 DESTRUCTOR = BootManagerUiLibDestructor
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC
22 #
23
24 [Sources]
25 BootManager.h
26 BootManagerVfr.Vfr
27 BootManagerStrings.uni
28 BootManager.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33
34 [LibraryClasses]
35 UefiRuntimeServicesTableLib
36 ReportStatusCodeLib
37 MemoryAllocationLib
38 UefiLib
39 UefiBootServicesTableLib
40 BaseMemoryLib
41 DebugLib
42 PrintLib
43 HiiLib
44 UefiBootManagerLib
45
46 [Guids]
47 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
48 gEfiIfrFrontPageGuid ## CONSUMES ## GUID
49
50 [Protocols]
51 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
52 gEfiDevicePathToTextProtocolGuid ## CONSUMES
53 gEdkiiFormBrowserEx2ProtocolGuid ## CONSUMES
54
55 [FeaturePcd]
56
57 [Pcd]
58 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## CONSUMES
59 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## CONSUMES
60 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## CONSUMES
61 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## CONSUMES
62 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES ## SOMETIMES_PRODUCES
63 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES ## SOMETIMES_PRODUCES
64 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES
65 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES