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

@@ -20,6 +20,8 @@
#ifndef _FRAMEWORK_SMM_H_
#define _FRAMEWORK_SMM_H_
#include <FrameworkBase.h>
#include <FrameworkDxe.h>
#include <Common/FrameworkSmmCis.h>