summaryrefslogtreecommitdiffstats
path: root/DuetPkg
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-07 01:13:55 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-07 01:13:55 +0000
commit0c1e1762b31a4fd70d6865919c1d711bbe71e689 (patch)
tree444de25eead156e349095e5a325dea1990f4b498 /DuetPkg
parent785e0c0743db43fb0d238b9840c3fbef85ac3612 (diff)
downloadedk2-0c1e1762b31a4fd70d6865919c1d711bbe71e689.tar.gz
edk2-0c1e1762b31a4fd70d6865919c1d711bbe71e689.tar.bz2
edk2-0c1e1762b31a4fd70d6865919c1d711bbe71e689.zip
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@8488 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg')
-rw-r--r--DuetPkg/DxeIpl/DxeIpl.h6
-rw-r--r--DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ReportStatusCodeLibInternal.h3
2 files changed, 3 insertions, 6 deletions
diff --git a/DuetPkg/DxeIpl/DxeIpl.h b/DuetPkg/DxeIpl/DxeIpl.h
index 59ee9fb102..c07ee66eb2 100644
--- a/DuetPkg/DxeIpl/DxeIpl.h
+++ b/DuetPkg/DxeIpl/DxeIpl.h
@@ -1,9 +1,8 @@
-
+
#ifndef _DUET_DXEIPL_H_
#define _DUET_DXEIPL_H_
-#include "FrameworkPei.h"
-#include "FrameworkModulePei.h"
+#include <FrameworkPei.h>
#include "EfiLdrHandoff.h"
#include "EfiFlashMap.h"
@@ -19,6 +18,7 @@
#include <Guid/FlashMapHob.h>
#include <Guid/SystemNvDataGuid.h>
#include <Guid/VariableFormat.h>
+#include <Guid/StatusCodeDataTypeDebug.h>
#include <Protocol/Decompress.h>
#include <Protocol/StatusCode.h>
diff --git a/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ReportStatusCodeLibInternal.h b/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ReportStatusCodeLibInternal.h
index 40c41570d1..7b737630e7 100644
--- a/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ReportStatusCodeLibInternal.h
+++ b/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ReportStatusCodeLibInternal.h
@@ -29,9 +29,6 @@
#include <Guid/StatusCodeDataTypeDebug.h>
#include <Protocol/StatusCode.h>
-#include <FrameworkModuleBase.h>
-
-
/**
Internal worker function that reports a status code through the Status Code Protocol