]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
MdeModulePkg:Rename BootMaintenanceManagerLib to BootMaintenanceManagerUiLib
[mirror_edk2.git] / MdeModulePkg / Library / BootMaintenanceManagerUiLib / BootMaintenanceManagerUiLib.inf
1 ## @file
2 # Boot Maintenance Manager Library used by UiApp.
3 #
4 # Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials are licensed and made available under
6 # the terms and conditions of the BSD License that accompanies this distribution.
7 # The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php.
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = BootMaintenanceManagerLib
17 MODULE_UNI_FILE = BootMaintenanceManagerLib.uni
18 FILE_GUID = CA9E4824-4198-4715-AA22-E2935E703A07
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
22 CONSTRUCTOR = BootMaintenanceManagerLibConstructor
23 DESTRUCTOR = BootMaintenanceManagerLibDestructor
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 BootMaintenanceManager.h
32 BootMaintenanceManager.vfr
33 BootMaintenanceManagerStrings.uni
34 BootMaintenance.c
35 FormGuid.h
36 BootOption.c
37 ConsoleOption.c
38 Data.c
39 Variable.c
40 UpdatePage.c
41 BmLib.c
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47 [LibraryClasses]
48 DevicePathLib
49 BaseLib
50 UefiRuntimeServicesTableLib
51 MemoryAllocationLib
52 UefiLib
53 UefiBootServicesTableLib
54 BaseMemoryLib
55 DebugLib
56 PrintLib
57 HiiLib
58 UefiHiiServicesLib
59 UefiBootManagerLib
60 FileExplorerLib
61
62 [Guids]
63 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)
64 ## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)
65 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)
66 ## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)
67 ## SOMETIMES_PRODUCES ## Variable:L"KeyXX" (Hotkey option variable)
68 ## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)
69 ## SOMETIMES_PRODUCES ## Variable:L"BootOptionSupport" (The feature supported in boot option menu, value could be: EFI_BOOT_OPTION_SUPPORT_KEY, EFI_BOOT_OPTION_SUPPORT_APP
70 ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate)## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)
71 ## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)
72 ## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
73 ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)
74 ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)
75 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
76 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
77 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
78 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
79 gEfiFileInfoGuid ## CONSUMES ## GUID (Indicate the information type is file)
80 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
81 gEfiIfrFrontPageGuid ## CONSUMES ## GUID
82 gEfiIfrBootMaintenanceGuid ## CONSUMES ## GUID
83
84 [Protocols]
85 gEfiSimpleFileSystemProtocolGuid ## CONSUMES
86 gEfiLoadFileProtocolGuid ## CONSUMES
87 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
88 gEfiSerialIoProtocolGuid ## CONSUMES
89 gEfiDevicePathToTextProtocolGuid ## CONSUMES
90
91 [FeaturePcd]
92
93 [Pcd]
94 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## CONSUMES
95 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## CONSUMES
96 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut ## CONSUMES
97 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## CONSUMES
98 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## CONSUMES
99 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES
100 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES