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