Update directory/file names for status code PEIM.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8187 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24 2009-04-27 09:09:45 +00:00
parent d5aea10cc3
commit 85eb579424
5 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@
**/ **/
#include "PeiStatusCode.h" #include "StatusCodePei.h"
/** /**
Worker function to create one memory status code GUID'ed HOB, Worker function to create one memory status code GUID'ed HOB,

View File

@ -11,7 +11,7 @@
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/ **/
#include "PeiStatusCode.h" #include "StatusCodePei.h"
/** /**
Convert status code value and extended data to readable ASCII string, send string to serial I/O device. Convert status code value and extended data to readable ASCII string, send string to serial I/O device.

View File

@ -12,7 +12,7 @@
**/ **/
#include "PeiStatusCode.h" #include "StatusCodePei.h"
EFI_PEI_PROGRESS_CODE_PPI mStatusCodePpi = { EFI_PEI_PROGRESS_CODE_PPI mStatusCodePpi = {
ReportDispatcher ReportDispatcher

View File

@ -29,10 +29,10 @@
# #
[Sources.common] [Sources.common]
PeiStatusCode.c StatusCodePei.c
StatusCodePei.h
MemoryStausCodeWorker.c MemoryStausCodeWorker.c
SerialStatusCodeWorker.c SerialStatusCodeWorker.c
PeiStatusCode.h
[Packages] [Packages]
@ -54,11 +54,11 @@
[Guids] [Guids]
gMemoryStatusCodeRecordGuid # SOMETIMES_CONSUMED gMemoryStatusCodeRecordGuid ## SOMETIMES_CONSUMES ## HOB
[Ppis] [Ppis]
gEfiPeiStatusCodePpiGuid # PPI ALWAYS_CONSUMED gEfiPeiStatusCodePpiGuid ## PRODUCES
[FeaturePcd.common] [FeaturePcd.common]