]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
MdeModulePkg/CapsuleLib: Fix runtime issue
[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
3a2dc0f5 4# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
f3b006c8
ED
5# This program and the accompanying materials are licensed and made available under\r
6# the terms and conditions of the BSD License that accompanies this distribution.\r
7# The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php.\r
3a2dc0f5 9# \r
f3b006c8
ED
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
12#\r
3a2dc0f5 13##\r
3a2dc0f5
DB
14[Defines]\r
15 INF_VERSION = 0x00010005\r
120c8893
DB
16 BASE_NAME = BootManagerUiLib\r
17 MODULE_UNI_FILE = BootManagerUiLib.uni\r
3a2dc0f5
DB
18 FILE_GUID = CCB2DCE1-4FC8-41CB-88C5-D349E134C9FC\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION\r
120c8893
DB
22 CONSTRUCTOR = BootManagerUiLibConstructor\r
23 DESTRUCTOR = BootManagerUiLibDestructor\r
3a2dc0f5
DB
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 BootManager.h\r
32 BootManagerVfr.Vfr\r
33 BootManagerStrings.uni\r
34 BootManager.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 UefiRuntimeServicesTableLib\r
42 ReportStatusCodeLib\r
43 MemoryAllocationLib\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 PrintLib\r
49 HiiLib\r
50 UefiBootManagerLib\r
51\r
52[Guids]\r
53 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
54 gEfiIfrFrontPageGuid ## CONSUMES ## GUID\r
55\r
56[Protocols]\r
57 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
58 gEfiDevicePathToTextProtocolGuid ## CONSUMES\r
59\r
60[FeaturePcd]\r
61\r
62[Pcd]\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## CONSUMES\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## CONSUMES\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## CONSUMES\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## CONSUMES\r
cb9fcac0
ED
67 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES ## SOMETIMES_PRODUCES\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES ## SOMETIMES_PRODUCES\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES\r