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
This commit is contained in:
@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
#ifndef _DUET_DXEIPL_H_
|
#ifndef _DUET_DXEIPL_H_
|
||||||
#define _DUET_DXEIPL_H_
|
#define _DUET_DXEIPL_H_
|
||||||
|
|
||||||
#include "FrameworkPei.h"
|
#include <FrameworkPei.h>
|
||||||
#include "FrameworkModulePei.h"
|
|
||||||
|
|
||||||
#include "EfiLdrHandoff.h"
|
#include "EfiLdrHandoff.h"
|
||||||
#include "EfiFlashMap.h"
|
#include "EfiFlashMap.h"
|
||||||
@ -19,6 +18,7 @@
|
|||||||
#include <Guid/FlashMapHob.h>
|
#include <Guid/FlashMapHob.h>
|
||||||
#include <Guid/SystemNvDataGuid.h>
|
#include <Guid/SystemNvDataGuid.h>
|
||||||
#include <Guid/VariableFormat.h>
|
#include <Guid/VariableFormat.h>
|
||||||
|
#include <Guid/StatusCodeDataTypeDebug.h>
|
||||||
|
|
||||||
#include <Protocol/Decompress.h>
|
#include <Protocol/Decompress.h>
|
||||||
#include <Protocol/StatusCode.h>
|
#include <Protocol/StatusCode.h>
|
||||||
|
@ -29,9 +29,6 @@
|
|||||||
#include <Guid/StatusCodeDataTypeDebug.h>
|
#include <Guid/StatusCodeDataTypeDebug.h>
|
||||||
#include <Protocol/StatusCode.h>
|
#include <Protocol/StatusCode.h>
|
||||||
|
|
||||||
#include <FrameworkModuleBase.h>
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Internal worker function that reports a status code through the Status Code Protocol
|
Internal worker function that reports a status code through the Status Code Protocol
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user