]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h>
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 7 Jun 2009 01:13:55 +0000 (01:13 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 7 Jun 2009 01:13:55 +0000 (01:13 +0000)
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@8488 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/DxeIpl/DxeIpl.h
DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ReportStatusCodeLibInternal.h

index 59ee9fb102e53ac05fb58ff3fdb864cb40c0560a..c07ee66eb2e1b10c44cb9c5e8bab519e7c15d4ec 100644 (file)
@@ -1,9 +1,8 @@
-\r
+  \r
 #ifndef _DUET_DXEIPL_H_\r
 #define _DUET_DXEIPL_H_\r
 \r
-#include "FrameworkPei.h"\r
-#include "FrameworkModulePei.h"\r
+#include <FrameworkPei.h>\r
 \r
 #include "EfiLdrHandoff.h"\r
 #include "EfiFlashMap.h"\r
@@ -19,6 +18,7 @@
 #include <Guid/FlashMapHob.h>\r
 #include <Guid/SystemNvDataGuid.h>\r
 #include <Guid/VariableFormat.h>\r
+#include <Guid/StatusCodeDataTypeDebug.h>\r
 \r
 #include <Protocol/Decompress.h>\r
 #include <Protocol/StatusCode.h>\r
index 40c41570d15f487c07825679feedfa327f2eda27..7b737630e711bc273287b70413872c6c3968a4d7 100644 (file)
@@ -29,9 +29,6 @@
 #include <Guid/StatusCodeDataTypeDebug.h>\r
 #include <Protocol/StatusCode.h>\r
 \r
-#include <FrameworkModuleBase.h>\r
-\r
-\r
 /**\r
   Internal worker function that reports a status code through the Status Code Protocol\r
 \r