1. Move some header files from FrameworkBase.h to FrameworkDxe.h,FrameworkPei.h and FrameworkSmm.h.
2. Add common\FrameworkStatusCodeTypeId.h in FrameworkDxe.h and FrameworkPei.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2819 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -21,7 +21,15 @@
|
||||
#define _FRAMEWORK_DXE_H_
|
||||
|
||||
#include <FrameworkBase.h>
|
||||
|
||||
#include <Common/FrameworkDxeCis.h>
|
||||
|
||||
#include <Common/FrameworkFirmwareFileSystem.h>
|
||||
#include <Common/FrameworkHob.h>
|
||||
#include <Common/FrameworkLegacy16.h>
|
||||
#include <Common/DataHubRecords.h>
|
||||
|
||||
#include <Common/FrameworkStatusCode.h>
|
||||
#include <Common/FrameworkStatusCodeDataTypeId.h>
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user