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