]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf
7db201d684a8e575ab85111b17bfd448a7b335bf
[mirror_edk2.git] / MdeModulePkg / Library / BootMaintenanceManagerLib / BootMaintenanceManagerLib.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 FILE_GUID = CA9E4824-4198-4715-AA22-E2935E703A07
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
21 CONSTRUCTOR = BootMaintenanceManagerLibConstructor
22 DESTRUCTOR = BootMaintenanceManagerLibDestructor
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
27 #
28
29 [Sources]
30 BootMaintenanceManager.h
31 BootMaintenanceManager.vfr
32 BootMaintenanceManagerStrings.uni
33 BootMaintenance.c
34 FormGuid.h
35 BootOption.c
36 ConsoleOption.c
37 Data.c
38 Variable.c
39 UpdatePage.c
40 BmLib.c
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45
46 [LibraryClasses]
47 DevicePathLib
48 BaseLib
49 UefiRuntimeServicesTableLib
50 MemoryAllocationLib
51 UefiLib
52 UefiBootServicesTableLib
53 BaseMemoryLib
54 DebugLib
55 PrintLib
56 HiiLib
57 UefiHiiServicesLib
58 UefiBootManagerLib
59 FileExplorerLib
60
61 [Guids]
62 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)
63 ## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)
64 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)
65 ## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)
66 ## SOMETIMES_PRODUCES ## Variable:L"KeyXX" (Hotkey option variable)
67 ## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)
68 ## 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
69 ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate)## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)
70 ## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)
71 ## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
72 ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)
73 ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)
74 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
75 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
76 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
77 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
78 gEfiFileInfoGuid ## CONSUMES ## GUID (Indicate the information type is file)
79 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
80 gEfiIfrFrontPageGuid ## CONSUMES ## GUID
81 gEfiIfrBootMaintenanceGuid ## CONSUMES ## GUID
82
83 [Protocols]
84 gEfiSimpleFileSystemProtocolGuid ## CONSUMES
85 gEfiLoadFileProtocolGuid ## CONSUMES
86 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
87 gEfiSerialIoProtocolGuid ## CONSUMES
88 gEfiDevicePathToTextProtocolGuid ## CONSUMES
89
90 [FeaturePcd]
91
92 [Pcd]
93 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## CONSUMES
94 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## CONSUMES
95 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut ## CONSUMES
96 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## CONSUMES
97 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## CONSUMES
98 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES
99 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES