Cleanup PeiDxeDebugLibReportStatusCode library instance not to depend on IntelFrameworkPkg and IntelFrameworkModulePkg.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming....@intel.com> --- Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 2 +- .../PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c b/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c index 6ab8333..ce2f72a 100644 --- a/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c +++ b/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c @@ -15,7 +15,7 @@ **/ -#include <FrameworkPei.h> +#include <PiPei.h> #include <Guid/StatusCodeDataTypeId.h> #include <Guid/StatusCodeDataTypeDebug.h> diff --git a/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf b/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf index 171216d..5544667 100644 --- a/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf +++ b/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf @@ -36,8 +36,6 @@ [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec [LibraryClasses] PcdLib -- 1.9.5.msysgit.0 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel