]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
MdePkg UefiLib: Check Table against NULL in ScanTableInSDT
[mirror_edk2.git] / MdePkg / Library / BaseDebugPrintErrorLevelLib / BaseDebugPrintErrorLevelLib.inf
CommitLineData
2891fc8b 1## @file\r
c92c1790 2# Debug Print Error Level library instance based on PcdDebugPrintErrorLevel.\r
9095d37b 3# It retrieves the current error level from PcdDebugPrintErrorLevel.\r
2891fc8b 4#\r
9095d37b 5# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
2891fc8b 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
c92c1790 19 MODULE_UNI_FILE = BaseDebugPrintErrorLevelLib.uni\r
2891fc8b 20 FILE_GUID = A2C09E18-E4D2-407e-AFCC-628B79113F72\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = DebugPrintErrorLevelLib\r
24\r
25#\r
3cb0a311 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
2891fc8b 27#\r
28\r
29[Sources]\r
30 BaseDebugPrintErrorLevelLib.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
35[LibraryClasses]\r
36 PcdLib\r
9095d37b 37\r
2891fc8b 38[Pcd]\r
c92c1790
LG
39 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel ## CONSUMES\r
40\r