Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg, which supports log message in SMM, DXE, DXE runtime, UEFI and UEFI APPLICATION.

In SMM, it logs message to customized OemHookStatusCodeLib.
In DXE/DXE_RUNTIME/UEFI/UEFI_APP, it logs message to ReportStatusCode() in framework runtime services table or runtime report status code protocol.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4591 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshang1
2008-01-21 08:25:17 +00:00
parent ab9a4f1638
commit e5516b494a
9 changed files with 1385 additions and 77 deletions

View File

@ -33,6 +33,7 @@
[Sources.common]
ReportStatusCodeLib.c
DxeSupport.c