Upgrade both PACKAGE_VERSION and PLATFORM_VERSION to 0.5 as major function has been implemented including:

1) Verification with EDK style Chipset and Platform modules
2) Verification with EDK II cores + Compatibility Modules + EDK style Chipset and Platform modules.
3) Package level build Verification for these build combinations:
   1) EFI_SPECIFICATION_VERSION=0x00020000 and PI_SPECIFICATION_VERSION=0x00009000
   2) EFI_SPECIFICATION_VERSION=0x00020000 and PI_SPECIFICATION_VERSION=0x00010000
   3) EFI_SPECIFICATION_VERSION=0x0002000A and PI_SPECIFICATION_VERSION=0x00010000

No major incompatible changes. Please check ChangeLog.txt for details.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7128 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-12-26 03:15:47 +00:00
parent 98cf93471d
commit 667ced8d53
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = EdkCompatibilityPkg
PACKAGE_GUID = 98EDD7B0-2A6C-4b4a-AC72-4AAE0F95A3F8
PACKAGE_VERSION = 0.1
PACKAGE_VERSION = 0.5
################################################################################

View File

@ -22,7 +22,7 @@
[Defines]
PLATFORM_NAME = EdkCompatibilityPkg
PLATFORM_GUID = 6CBD2F63-BCF2-42b0-937E-869C67D2F734
PLATFORM_VERSION = 0.1
PLATFORM_VERSION = 0.5
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/ECP
SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC