]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Uefi.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f19259b...
[mirror_edk2.git] / MdePkg / Include / Uefi.h
index 34fcdf6c0e3c4b7a45942496303c1935dca26353..ebf93c0e1bd83c8c32ca7b58cc3844751fa73d63 100644 (file)
@@ -5,8 +5,8 @@
   UEFI modules follow the public EFI 1.10 or UEFI 2.0 specifications and\r
   also contains the infrastructure required to build modules. 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
   Seting EDK_RELEASE_VERSION to zero implies no Tiano extensions and a\r
   non zero value implies Tiano extensions are availible. \r
   EFI_SPECIFIATION_VERSION and EDK_RELEASE_VERSION are set automatically\r
@@ -49,18 +49,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Common/UefiBaseTypes.h>\r
 #include <Uefi/UefiSpec.h>\r
 \r
-//\r
-// Need due to R8.5 Tiano contamination of UEFI enumes. \r
-// There is a UEFI library that does things the new way and the old way\r
-// This is why these definitions are need in Uefi.h\r
-//\r
-#include <Guid/EventLegacyBios.h>\r
-#include <Guid/FrameworkDevicePath.h>\r
-\r
-\r
-//\r
-// All module types types have access to PCD for build support\r
-//\r
-#include <Protocol/Pcd.h>\r
+#if defined(MDE_CPU_IPF)\r
+#include <SalApi.h>\r
+#include <PalApi.h>\r
+#endif\r
 \r
 #endif\r