]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Library / DxeDebugPrintErrorLevelLib / DxeDebugPrintErrorLevelLib.inf
CommitLineData
62a5bf63 1## @file\r
6036e94d
SZ
2# Debug Print Error Level library instance that provide compatibility with the "err" shell command.\r
3# This includes support for the Debug Mask Protocol supports for global debug print error level mask\r
4# stored in an EFI Variable. This library instance only support DXE Phase modules.\r
62a5bf63 5#\r
d1102dba 6# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
62a5bf63 7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php.\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DxeDebugPrintErrorLevelLib\r
6036e94d 21 MODULE_UNI_FILE = DxeDebugPrintErrorLevelLib.uni\r
62a5bf63 22 FILE_GUID = 1D564EC9-9373-49a4-9E3F-E4D7B9974C84\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
de005223 25 LIBRARY_CLASS = DebugPrintErrorLevelLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
62a5bf63 26 CONSTRUCTOR = DxeDebugPrintErrorLevelLibConstructor\r
27 DESTRUCTOR = DxeDebugPrintErrorLevelLibDestructor\r
28\r
29#\r
de005223 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
62a5bf63 31#\r
32\r
33[Sources]\r
34 DxeDebugPrintErrorLevelLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 PcdLib\r
d4a78455 42 HobLib\r
d1102dba 43\r
62a5bf63 44[Protocols]\r
6036e94d 45 gEfiDebugMaskProtocolGuid ## PRODUCES\r
d1102dba 46\r
62a5bf63 47[Guids]\r
6036e94d
SZ
48 ## SOMETIMES_PRODUCES ## Variable:L"EFIDebug"\r
49 ## SOMETIMES_CONSUMES ## Variable:L"EFIDebug"\r
50 ## SOMETIMES_CONSUMES ## HOB\r
51 gEfiGenericVariableGuid\r
62a5bf63 52\r
53[Pcd]\r
6036e94d 54 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel ## CONSUMES\r