mirror of https://github.com/acidanthera/audk.git
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:
parent
cd736a85e4
commit
d9b75ac7c7
|
@ -21,9 +21,4 @@
|
||||||
#ifndef _FRAMEWORK_BASE_H_
|
#ifndef _FRAMEWORK_BASE_H_
|
||||||
#define _FRAMEWORK_BASE_H_
|
#define _FRAMEWORK_BASE_H_
|
||||||
|
|
||||||
#include <Common/FrameworkFirmwareFileSystem.h>
|
|
||||||
#include <Common/FrameworkHob.h>
|
|
||||||
#include <Common/FrameworkLegacy16.h>
|
|
||||||
#include <Common/DataHubRecords.h>
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -21,7 +21,15 @@
|
||||||
#define _FRAMEWORK_DXE_H_
|
#define _FRAMEWORK_DXE_H_
|
||||||
|
|
||||||
#include <FrameworkBase.h>
|
#include <FrameworkBase.h>
|
||||||
|
|
||||||
#include <Common/FrameworkDxeCis.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/FrameworkStatusCode.h>
|
||||||
|
#include <Common/FrameworkStatusCodeDataTypeId.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -22,6 +22,13 @@
|
||||||
|
|
||||||
#include <FrameworkBase.h>
|
#include <FrameworkBase.h>
|
||||||
#include <PiPei.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/FrameworkStatusCode.h>
|
||||||
|
#include <Common/FrameworkStatusCodeDataTypeId.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
#ifndef _FRAMEWORK_SMM_H_
|
#ifndef _FRAMEWORK_SMM_H_
|
||||||
#define _FRAMEWORK_SMM_H_
|
#define _FRAMEWORK_SMM_H_
|
||||||
|
|
||||||
|
#include <FrameworkBase.h>
|
||||||
|
|
||||||
#include <FrameworkDxe.h>
|
#include <FrameworkDxe.h>
|
||||||
#include <Common/FrameworkSmmCis.h>
|
#include <Common/FrameworkSmmCis.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue