]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Dxe.h
Fixd EDKII r2594 build broken issue - MdePkg build failed with ICC.
[mirror_edk2.git] / MdePkg / Include / Dxe.h
index d97209d1a44465ba3ea2d2c0dd28d57e6f97fa0e..6c41de34d31648d525af34dfbcc6b0bbd74aa074 100644 (file)
@@ -5,8 +5,8 @@
   DXE modules follow the public Framework specifications and the UEFI \r
   specifiations. The build infrastructure must set \r
   EFI_SPECIFICATION_VERSION  before including  this file. To support \r
-  R9/UEFI2.0 set EFI_SPECIFIATION_VERSION to 0x00020000. To support \r
-  R8.5/EFI 1.10 set EFI_SPECIFIATION_VERSION to 0x00010010. \r
+  EDK II/UEFI2.0 set EFI_SPECIFIATION_VERSION to 0x00020000. To support \r
+  EDK/EFI 1.10 set EFI_SPECIFIATION_VERSION to 0x00010010. \r
   EDK_RELEASE_VERSION must be set to a non zero value.\r
   EFI_SPECIFIATION_VERSION and EDK_RELEASE_VERSION are set automatically\r
   by the build infrastructure for every module.\r
@@ -37,10 +37,17 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   #error EDK_RELEASE_VERSION can not be zero\r
 #endif\r
 \r
-\r
 #include <Common/UefiBaseTypes.h>\r
 #include <Dxe/DxeCis.h>\r
+\r
+#if defined(MDE_CPU_IA32) || defined(MDE_CPU_X64)\r
 #include <Dxe/SmmCis.h>\r
+#endif\r
+\r
+#if defined(MDE_CPU_IPF)\r
+#include <SalApi.h>\r
+#include <PalApi.h>\r
+#endif\r
 \r
 #include <Common/DataHubRecords.h>\r
 #include <Guid/DataHubRecords.h>\r