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:
vanjeff
2007-06-28 02:33:24 +00:00
parent cd736a85e4
commit d9b75ac7c7
4 changed files with 17 additions and 5 deletions

View File

@@ -22,6 +22,13 @@
#include <FrameworkBase.h>
#include <PiPei.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