X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FPeiReportStatusCodeLib%2FPeiReportStatusCodeLib.inf;h=871a8e6f0dd03507a082a35390a03e58aae33388;hp=47507151c28bbad469af24b38a35240a99bc791b;hb=630b41877e9a1afe59d4f8a1c22bc691fe933ff8;hpb=f26f2a7b97df4b88294d5fc585b94c4a1eb81d15 diff --git a/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf b/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf index 47507151c2..871a8e6f0d 100644 --- a/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf +++ b/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf @@ -1,8 +1,11 @@ #/** @file -# Report status code library +# Instance of Report Status Code Library for PEI Phase. # -# ReportStatusCodeLib for PEIM which depends upon Pei Services table -# Copyright (c) 2006 - 2007, Intel Corporation. +# Instance of Report Status Code Library for PEI Phase. It first tries to report status +# code via PEI Status Code Service. If the service is not available, it then tries calling +# OEM Hook Status Code Library. +# +# Copyright (c) 2006 - 2009, Intel Corporation. # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -21,14 +24,11 @@ MODULE_TYPE = PEIM VERSION_STRING = 1.0 LIBRARY_CLASS = ReportStatusCodeLib|SEC PEIM PEI_CORE - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - - + # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) # [Sources.common] @@ -50,8 +50,8 @@ [Guids] - gEfiStatusCodeSpecificDataGuid # ALWAYS_CONSUMED - gEfiStatusCodeDataTypeDebugGuid # ALWAYS_CONSUMED + gEfiStatusCodeSpecificDataGuid ## CONSUMES + gEfiStatusCodeDataTypeDebugGuid ## CONSUMES [Pcd.common]