]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/DxeCore.h
automagically convert ELF to PE/COFF (i386 only)
[mirror_edk2.git] / MdePkg / Include / DxeCore.h
index 9554fb8c23f2522669728fef01ddf18a308c27e6..fde616813154c2131bca67ab492ea780df1c1dea 100644 (file)
@@ -5,8 +5,8 @@
   The DXE Core has its own module type since its entry point definition is \r
   unique. This module type should only be used by the DXE core. The build \r
   infrastructure must set EFI_SPECIFICATION_VERSION  before including  this \r
-  file. To support R9/UEFI2.0 set EFI_SPECIFIATION_VERSION to 0x00020000. To \r
-  support R8.5/EFI 1.10 set EFI_SPECIFIATION_VERSION to 0x00010010. \r
+  file. To support EDK II/UEFI2.0 set EFI_SPECIFIATION_VERSION to 0x00020000. To \r
+  support 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
@@ -40,11 +40,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   #error EDK_RELEASE_VERSION can not be zero\r
 #endif\r
 \r
-\r
-\r
 #include <Common/UefiBaseTypes.h>\r
 #include <Dxe/DxeCis.h>\r
 \r
-#include <Protocol/Pcd.h>\r
+#if defined(MDE_CPU_IPF)\r
+#include <SalApi.h>\r
+#endif\r
 \r
 #endif\r