]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Library / DxeReportStatusCodeLib / DxeReportStatusCodeLib.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# DXE report status code library.\r
75dea6bd 3#\r
6036e94d
SZ
4# Retrieve status code and report status code in DXE phase.\r
5#\r
de005223 6# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
75dea6bd 7#\r
cd5ebaa0 8# This program and the accompanying materials\r
75dea6bd 9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
6bfbb5f0 16##\r
75dea6bd 17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DxeReportStatusCodeLib\r
6036e94d 21 MODULE_UNI_FILE = DxeReportStatusCodeLib.uni\r
46d45cde 22 FILE_GUID = EBF144C8-70F5-4e09-ADE2-F41F5C59AFDA\r
75dea6bd 23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
de005223 25 LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
75dea6bd 26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
de005223 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
75dea6bd 31#\r
32\r
2008b49a 33[Sources]\r
75dea6bd 34 ReportStatusCodeLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
2008b49a 41 BaseLib\r
75dea6bd 42 DebugLib\r
2008b49a 43 UefiBootServicesTableLib\r
44 BaseMemoryLib\r
45 PcdLib\r
75dea6bd 46 DevicePathLib\r
47\r
48[Guids]\r
6036e94d
SZ
49 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
50 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
75dea6bd 51\r
52[Protocols]\r
4adf0008 53 gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES\r
75dea6bd 54\r
2008b49a 55[Pcd]\r
6036e94d 56 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r
75dea6bd 57\r