diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-07 01:13:02 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-07 01:13:02 +0000 |
commit | 785e0c0743db43fb0d238b9840c3fbef85ac3612 (patch) | |
tree | 90a81e9960cb481f38f2fc5fa7694ac65e4fc68a /IntelFrameworkModulePkg/Library | |
parent | a6981ffc67c45dea3a538b712c293fbae60e9e05 (diff) | |
download | edk2-platforms-785e0c0743db43fb0d238b9840c3fbef85ac3612.tar.xz |
Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h>
They only provided a single #define that is associated with DEBUG() messages sent through ReportStatusCode. That one #define has now been added to <Guid/StatusCodeDataTypeDebug.h>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8487 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library')
3 files changed, 0 insertions, 5 deletions
diff --git a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h index 7e6e7ba2ae..f5d9da3c84 100644 --- a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h +++ b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h @@ -30,8 +30,6 @@ #include <Guid/StatusCodeDataTypeDebug.h>
#include <Protocol/StatusCode.h>
-#include <FrameworkModuleBase.h>
-
extern EFI_REPORT_STATUS_CODE mReportStatusCode;
/**
diff --git a/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c b/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c index 4fa93170ef..4898d81260 100644 --- a/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c +++ b/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c @@ -15,7 +15,6 @@ #include <FrameworkPei.h>
-#include <FrameworkModuleBase.h>
#include <Guid/StatusCodeDataTypeId.h>
#include <Guid/StatusCodeDataTypeDebug.h>
diff --git a/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h b/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h index 7708fc4cec..f85d0bf114 100644 --- a/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h +++ b/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h @@ -31,8 +31,6 @@ #include <Guid/EventGroup.h>
#include <Protocol/StatusCode.h>
-#include <FrameworkModuleBase.h>
-
extern EFI_REPORT_STATUS_CODE mReportStatusCode;
/**
|