diff options
author | ajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-19 12:24:11 +0000 |
---|---|---|
committer | ajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-19 12:24:11 +0000 |
commit | a537f1483c1312f9a937b7ec854396170006ff8d (patch) | |
tree | 8a06d04fd6fb69a2df8aaea1bd3cc520619511b6 /MdePkg/Include/Uefi.h | |
parent | 58c5839f2cd597dc0c345000d6482b38dfb42a4b (diff) | |
download | edk2-a537f1483c1312f9a937b7ec854396170006ff8d.tar.gz |
Fixed some naming issues and update to the EDK II name. I also fixed an issue with the UEFI library forcing UEFI.h to include Tinao protocols. I make the UEFI library a DXE library so it would get the correct includes.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1048 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Uefi.h')
-rw-r--r-- | MdePkg/Include/Uefi.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/MdePkg/Include/Uefi.h b/MdePkg/Include/Uefi.h index 34fcdf6c0e..7c9c7480cc 100644 --- a/MdePkg/Include/Uefi.h +++ b/MdePkg/Include/Uefi.h @@ -5,8 +5,8 @@ UEFI modules follow the public EFI 1.10 or UEFI 2.0 specifications and
also contains the infrastructure required to build modules. 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.
+ file. To support EDK II/UEFI2.0 set EFI_SPECIFIATION_VERSION to 0x00020000. To
+ support EDK/EFI 1.10 set EFI_SPECIFIATION_VERSION to 0x00010010.
Seting EDK_RELEASE_VERSION to zero implies no Tiano extensions and a
non zero value implies Tiano extensions are availible.
EFI_SPECIFIATION_VERSION and EDK_RELEASE_VERSION are set automatically
@@ -49,14 +49,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Common/UefiBaseTypes.h>
#include <Uefi/UefiSpec.h>
-//
-// Need due to R8.5 Tiano contamination of UEFI enumes.
-// There is a UEFI library that does things the new way and the old way
-// This is why these definitions are need in Uefi.h
-//
-#include <Guid/EventLegacyBios.h>
-#include <Guid/FrameworkDevicePath.h>
-
//
// All module types types have access to PCD for build support
|