1 | ## @file
|
---|
2 | # Boot Maintenance 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 = BootMaintenanceManagerUiLib
|
---|
11 | MODULE_UNI_FILE = BootMaintenanceManagerUiLib.uni
|
---|
12 | FILE_GUID = CA9E4824-4198-4715-AA22-E2935E703A07
|
---|
13 | MODULE_TYPE = DXE_DRIVER
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
|
---|
16 | CONSTRUCTOR = BootMaintenanceManagerUiLibConstructor
|
---|
17 | DESTRUCTOR = BootMaintenanceManagerUiLibDestructor
|
---|
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 | BootMaintenanceManager.h
|
---|
26 | BootMaintenanceManager.vfr
|
---|
27 | BootMaintenanceManagerStrings.uni
|
---|
28 | BootMaintenance.c
|
---|
29 | FormGuid.h
|
---|
30 | BootOption.c
|
---|
31 | ConsoleOption.c
|
---|
32 | Data.c
|
---|
33 | Variable.c
|
---|
34 | UpdatePage.c
|
---|
35 | BmLib.c
|
---|
36 | BootMaintenanceManagerCustomizedUi.c
|
---|
37 | BootMaintenanceManagerCustomizedUi.h
|
---|
38 | BootMaintenanceManagerCustomizedUiSupport.c
|
---|
39 | BootMaintenanceManagerCustomizedUiSupport.h
|
---|
40 |
|
---|
41 | [Packages]
|
---|
42 | MdePkg/MdePkg.dec
|
---|
43 | MdeModulePkg/MdeModulePkg.dec
|
---|
44 |
|
---|
45 | [LibraryClasses]
|
---|
46 | DevicePathLib
|
---|
47 | BaseLib
|
---|
48 | UefiRuntimeServicesTableLib
|
---|
49 | MemoryAllocationLib
|
---|
50 | UefiLib
|
---|
51 | UefiBootServicesTableLib
|
---|
52 | BaseMemoryLib
|
---|
53 | DebugLib
|
---|
54 | PrintLib
|
---|
55 | HiiLib
|
---|
56 | UefiHiiServicesLib
|
---|
57 | UefiBootManagerLib
|
---|
58 | FileExplorerLib
|
---|
59 |
|
---|
60 | [Guids]
|
---|
61 | gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)
|
---|
62 | ## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)
|
---|
63 | ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)
|
---|
64 | ## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)
|
---|
65 | ## SOMETIMES_PRODUCES ## Variable:L"KeyXX" (Hotkey option variable)
|
---|
66 | ## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)
|
---|
67 | ## 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
|
---|
68 | ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate)## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)
|
---|
69 | ## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)
|
---|
70 | ## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
|
---|
71 | ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)
|
---|
72 | ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)
|
---|
73 | ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
|
---|
74 | ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
|
---|
75 | ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
|
---|
76 | gEfiIfrTianoGuid ## SOMETIMES_CONSUMES ## GUID (Extended IFR Guid Opcode)
|
---|
77 | gEfiIfrFrontPageGuid ## CONSUMES ## GUID
|
---|
78 | gEfiIfrBootMaintenanceGuid ## CONSUMES ## GUID
|
---|
79 |
|
---|
80 | [Protocols]
|
---|
81 | gEfiSimpleFileSystemProtocolGuid ## CONSUMES
|
---|
82 | gEfiLoadFileProtocolGuid ## CONSUMES
|
---|
83 | gEfiHiiConfigAccessProtocolGuid ## CONSUMES
|
---|
84 | gEfiSerialIoProtocolGuid ## CONSUMES
|
---|
85 | gEfiDevicePathToTextProtocolGuid ## CONSUMES
|
---|
86 | gEdkiiFormBrowserEx2ProtocolGuid ## CONSUMES
|
---|
87 |
|
---|
88 | [FeaturePcd]
|
---|
89 |
|
---|
90 | [Pcd]
|
---|
91 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## CONSUMES
|
---|
92 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## CONSUMES
|
---|
93 | gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut ## CONSUMES
|
---|
94 | gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## CONSUMES
|
---|
95 | gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## CONSUMES
|
---|
96 | gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES
|
---|
97 | gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES
|
---|
98 | gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES
|
---|
99 | gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES
|
---|