]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
62a5bf63 9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = DxeDebugPrintErrorLevelLib\r
6036e94d 16 MODULE_UNI_FILE = DxeDebugPrintErrorLevelLib.uni\r
62a5bf63 17 FILE_GUID = 1D564EC9-9373-49a4-9E3F-E4D7B9974C84\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
de005223 20 LIBRARY_CLASS = DebugPrintErrorLevelLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
62a5bf63 21 CONSTRUCTOR = DxeDebugPrintErrorLevelLibConstructor\r
22 DESTRUCTOR = DxeDebugPrintErrorLevelLibDestructor\r
23\r
24#\r
de005223 25# VALID_ARCHITECTURES = IA32 X64 EBC\r
62a5bf63 26#\r
27\r
28[Sources]\r
29 DxeDebugPrintErrorLevelLib.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34\r
35[LibraryClasses]\r
36 PcdLib\r
d4a78455 37 HobLib\r
d1102dba 38\r
62a5bf63 39[Protocols]\r
6036e94d 40 gEfiDebugMaskProtocolGuid ## PRODUCES\r
d1102dba 41\r
62a5bf63 42[Guids]\r
6036e94d
SZ
43 ## SOMETIMES_PRODUCES ## Variable:L"EFIDebug"\r
44 ## SOMETIMES_CONSUMES ## Variable:L"EFIDebug"\r
45 ## SOMETIMES_CONSUMES ## HOB\r
46 gEfiGenericVariableGuid\r
62a5bf63 47\r
48[Pcd]\r
6036e94d 49 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel ## CONSUMES\r