Only include SmmCis.h if the CPU Arch is IA32 or X64
Only include SalApi.h if the CPU Arch is IPF git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2108 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -37,10 +37,16 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#error EDK_RELEASE_VERSION can not be zero
|
||||
#endif
|
||||
|
||||
|
||||
#include <Common/UefiBaseTypes.h>
|
||||
#include <Dxe/DxeCis.h>
|
||||
|
||||
#if defined(MDE_CPU_IA32) || defined(MDE_CPU_X64)
|
||||
#include <Dxe/SmmCis.h>
|
||||
#endif
|
||||
|
||||
#if defined(MDE_CPU_IPF)
|
||||
#include <SalApi.h>
|
||||
#endif
|
||||
|
||||
#include <Common/DataHubRecords.h>
|
||||
#include <Guid/DataHubRecords.h>
|
||||
|
Reference in New Issue
Block a user