Refine code for PeiReportStatusCodeLib.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8306 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24
2009-05-13 07:43:45 +00:00
parent 133ed0bf9d
commit 0ad78d0779
2 changed files with 33 additions and 24 deletions

View File

@ -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]