summaryrefslogtreecommitdiff
path: root/MdePkg/Include/DxeCore.h
diff options
context:
space:
mode:
authorajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-19 12:24:11 +0000
committerajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-19 12:24:11 +0000
commita537f1483c1312f9a937b7ec854396170006ff8d (patch)
tree8a06d04fd6fb69a2df8aaea1bd3cc520619511b6 /MdePkg/Include/DxeCore.h
parent58c5839f2cd597dc0c345000d6482b38dfb42a4b (diff)
downloadedk2-a537f1483c1312f9a937b7ec854396170006ff8d.zip
edk2-a537f1483c1312f9a937b7ec854396170006ff8d.tar.gz
edk2-a537f1483c1312f9a937b7ec854396170006ff8d.tar.bz2
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/DxeCore.h')
-rw-r--r--MdePkg/Include/DxeCore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/DxeCore.h b/MdePkg/Include/DxeCore.h
index 9554fb8..4a4f637 100644
--- a/MdePkg/Include/DxeCore.h
+++ b/MdePkg/Include/DxeCore.h
@@ -5,8 +5,8 @@
The DXE Core has its own module type since its entry point definition is
unique. This module type should only be used by the DXE core. 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.
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.