summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-13 07:43:45 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-13 07:43:45 +0000
commit0ad78d0779bb2c805a3db4b265b0adb2010134ee (patch)
treed974ed88e7c4a7dd39dcff6a2ce29b836328e75a /IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
parent133ed0bf9df739d1ecfa804bca67e5fe69ad2e34 (diff)
downloadedk2-0ad78d0779bb2c805a3db4b265b0adb2010134ee.tar.gz
edk2-0ad78d0779bb2c805a3db4b265b0adb2010134ee.tar.bz2
edk2-0ad78d0779bb2c805a3db4b265b0adb2010134ee.zip
Refine code for PeiReportStatusCodeLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8306 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf')
-rw-r--r--IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf14
1 files changed, 8 insertions, 6 deletions
diff --git a/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf b/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
index da30f256d9..871a8e6f0d 100644
--- a/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
+++ b/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
@@ -1,7 +1,10 @@
#/** @file
-# Report status code library
+# Instance of Report Status Code Library for PEI Phase.
+#
+# 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.
#
-# ReportStatusCodeLib for PEIM which depends upon Pei Services table
# Copyright (c) 2006 - 2009, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
@@ -21,12 +24,11 @@
MODULE_TYPE = PEIM
VERSION_STRING = 1.0
LIBRARY_CLASS = ReportStatusCodeLib|SEC PEIM PEI_CORE
- 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]
@@ -48,8 +50,8 @@
[Guids]
- gEfiStatusCodeSpecificDataGuid # ALWAYS_CONSUMED
- gEfiStatusCodeDataTypeDebugGuid # ALWAYS_CONSUMED
+ gEfiStatusCodeSpecificDataGuid ## CONSUMES
+ gEfiStatusCodeDataTypeDebugGuid ## CONSUMES
[Pcd.common]