]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Library / PeiDxeDebugLibReportStatusCode / PeiDxeDebugLibReportStatusCode.inf
CommitLineData
11ff2c71
LG
1## @file\r
2# Debug Library based on report status code library\r
3#\r
4# Debug Library for PEIMs and DXE drivers that sends debug messages to ReportStatusCode\r
d1102dba 5# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
11ff2c71
LG
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\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PeiDxeDebugLibReportStatusCode\r
20 MODULE_UNI_FILE = PeiDxeDebugLibReportStatusCode.uni\r
21 FILE_GUID = bda39d3a-451b-4350-8266-81ab10fa0523\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
de005223 24 LIBRARY_CLASS = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE UEFI_APPLICATION UEFI_DRIVER\r
11ff2c71
LG
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
de005223 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
11ff2c71
LG
30#\r
31\r
32[Sources]\r
33 DebugLib.c\r
34\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
d1102dba 39\r
11ff2c71
LG
40[LibraryClasses]\r
41 PcdLib\r
42 ReportStatusCodeLib\r
43 BaseMemoryLib\r
44 BaseLib\r
45 DebugPrintErrorLevelLib\r
46\r
47[Pcd]\r
48 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES\r
49 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES\r
50 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES\r
51\r
52[Guids]\r
53 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## GUID\r
54\r