mirror of https://github.com/acidanthera/audk.git
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:
parent
98cf93471d
commit
667ced8d53
|
@ -25,7 +25,7 @@
|
||||||
DEC_SPECIFICATION = 0x00010005
|
DEC_SPECIFICATION = 0x00010005
|
||||||
PACKAGE_NAME = EdkCompatibilityPkg
|
PACKAGE_NAME = EdkCompatibilityPkg
|
||||||
PACKAGE_GUID = 98EDD7B0-2A6C-4b4a-AC72-4AAE0F95A3F8
|
PACKAGE_GUID = 98EDD7B0-2A6C-4b4a-AC72-4AAE0F95A3F8
|
||||||
PACKAGE_VERSION = 0.1
|
PACKAGE_VERSION = 0.5
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
PLATFORM_NAME = EdkCompatibilityPkg
|
PLATFORM_NAME = EdkCompatibilityPkg
|
||||||
PLATFORM_GUID = 6CBD2F63-BCF2-42b0-937E-869C67D2F734
|
PLATFORM_GUID = 6CBD2F63-BCF2-42b0-937E-869C67D2F734
|
||||||
PLATFORM_VERSION = 0.1
|
PLATFORM_VERSION = 0.5
|
||||||
DSC_SPECIFICATION = 0x00010005
|
DSC_SPECIFICATION = 0x00010005
|
||||||
OUTPUT_DIRECTORY = Build/ECP
|
OUTPUT_DIRECTORY = Build/ECP
|
||||||
SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC
|
SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC
|
||||||
|
|
Loading…
Reference in New Issue