]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
MdeModulePkg DxeCore: Don't cache memory mapped IO FV.
[mirror_edk2.git] / MdePkg / Library / BaseDebugPrintErrorLevelLib / BaseDebugPrintErrorLevelLib.inf
CommitLineData
2891fc8b 1## @file\r
2# Debug Print Error Level library instance that retrieves the current error \r
3# level from PcdDebugPrintErrorLevel. \r
4#\r
5# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php.\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = BaseDebugPrintErrorLevelLib\r
19 FILE_GUID = A2C09E18-E4D2-407e-AFCC-628B79113F72\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = DebugPrintErrorLevelLib\r
23\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
26#\r
27\r
28[Sources]\r
29 BaseDebugPrintErrorLevelLib.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33\r
34[LibraryClasses]\r
35 PcdLib\r
36 \r
37[Pcd]\r
38 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel\r