1. add guid definition

2. add UefiRuntimeServicesTableLib reference in DxeReportStatusCodeLib.inf
3. add PeiReportStatusCodeLib

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2878 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2007-06-29 03:41:22 +00:00
parent ad1a179818
commit c2b08e15a4
7 changed files with 710 additions and 1 deletions

View File

@ -40,6 +40,9 @@
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiRuntimeServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
<Filename>ReportStatusCodeLib.c</Filename>