X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdePkg%2FInclude%2FDxe.h;h=781b8cf5c97643773e77560f4572db8e83482eb3;hb=8ba7afaf2e9c682a5d17760e6dd5463b3a2b2d67;hp=020c51e5fa06421d3f9ffb5f4586767b1ca86e09;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4;p=mirror_edk2.git diff --git a/MdePkg/Include/Dxe.h b/MdePkg/Include/Dxe.h index 020c51e5fa..781b8cf5c9 100644 --- a/MdePkg/Include/Dxe.h +++ b/MdePkg/Include/Dxe.h @@ -5,8 +5,8 @@ DXE modules follow the public Framework specifications and the UEFI specifiations. The build infrastructure must set EFI_SPECIFICATION_VERSION before including this file. To support - R9/UEFI2.0 set EFI_SPECIFIATION_VERSION to 0x00020000. To support - R8.5/EFI 1.10 set EFI_SPECIFIATION_VERSION to 0x00010010. + EDK II/UEFI2.0 set EFI_SPECIFIATION_VERSION to 0x00020000. To support + EDK/EFI 1.10 set EFI_SPECIFIATION_VERSION to 0x00010010. EDK_RELEASE_VERSION must be set to a non zero value. EFI_SPECIFIATION_VERSION and EDK_RELEASE_VERSION are set automatically by the build infrastructure for every module. @@ -37,15 +37,20 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #error EDK_RELEASE_VERSION can not be zero #endif - #include #include + +#if defined(MDE_CPU_IA32) || defined(MDE_CPU_X64) #include +#endif + +#if defined(MDE_CPU_IPF) +#include +#endif #include #include #include -#include //This will be removed when PCD PEIM is completed! #endif