]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf
SecurityPkg: Update final event log calculation.
[mirror_edk2.git] / MdeModulePkg / Library / BootMaintenanceManagerLib / BootMaintenanceManagerLib.inf
CommitLineData
4af04335
DB
1## @file\r
2# Boot Maintenance Manager Library used by UiApp.\r
3#\r
4# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
91afa210
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
9# \r
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
4af04335
DB
12# \r
13##\r
4af04335
DB
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = BootMaintenanceManagerLib\r
28bf7f23 17 MODULE_UNI_FILE = BootMaintenanceManagerLib.uni\r
4af04335
DB
18 FILE_GUID = CA9E4824-4198-4715-AA22-E2935E703A07\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION\r
22 CONSTRUCTOR = BootMaintenanceManagerLibConstructor\r
23 DESTRUCTOR = BootMaintenanceManagerLibDestructor\r
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 BootMaintenanceManager.h\r
32 BootMaintenanceManager.vfr\r
33 BootMaintenanceManagerStrings.uni\r
34 BootMaintenance.c\r
35 FormGuid.h\r
36 BootOption.c\r
37 ConsoleOption.c\r
38 Data.c\r
39 Variable.c\r
40 UpdatePage.c\r
41 BmLib.c\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 DevicePathLib\r
49 BaseLib\r
50 UefiRuntimeServicesTableLib\r
51 MemoryAllocationLib\r
52 UefiLib\r
53 UefiBootServicesTableLib\r
54 BaseMemoryLib\r
55 DebugLib\r
56 PrintLib\r
57 HiiLib\r
58 UefiHiiServicesLib\r
59 UefiBootManagerLib\r
60 FileExplorerLib\r
61 \r
62[Guids]\r
63 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)\r
64 ## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)\r
65 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)\r
66 ## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)\r
67 ## SOMETIMES_PRODUCES ## Variable:L"KeyXX" (Hotkey option variable)\r
68 ## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)\r
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\r
70 ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate)## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)\r
71 ## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)\r
72 ## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)\r
73 ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)\r
74 ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)\r
75 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)\r
76 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)\r
77 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)\r
78 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)\r
79 gEfiFileInfoGuid ## CONSUMES ## GUID (Indicate the information type is file)\r
80 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
81 gEfiIfrFrontPageGuid ## CONSUMES ## GUID\r
82 gEfiIfrBootMaintenanceGuid ## CONSUMES ## GUID\r
83 \r
84[Protocols]\r
85 gEfiSimpleFileSystemProtocolGuid ## CONSUMES\r
86 gEfiLoadFileProtocolGuid ## CONSUMES\r
87 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
88 gEfiSerialIoProtocolGuid ## CONSUMES\r
89 gEfiDevicePathToTextProtocolGuid ## CONSUMES\r
90\r
91[FeaturePcd]\r
92\r
93[Pcd]\r
21f9922e
DB
94 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## CONSUMES\r
95 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## CONSUMES\r
96 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut ## CONSUMES\r
97 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## CONSUMES\r
98 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## CONSUMES\r
99 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES\r
100 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES