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