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