mirror of https://github.com/acidanthera/audk.git
Update package version for MdeModulePkg, UefiCpuPkg.
MdeModulePkg 0.91->0.92 UefiCpuPkg 0.1->0.2 Signed-off-by: rsun3 Reviewed-by: hhtian git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12851 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4cc5bbe97f
commit
048fc992a6
|
@ -20,7 +20,7 @@
|
||||||
DEC_SPECIFICATION = 0x00010005
|
DEC_SPECIFICATION = 0x00010005
|
||||||
PACKAGE_NAME = MdeModulePkg
|
PACKAGE_NAME = MdeModulePkg
|
||||||
PACKAGE_GUID = BA0D78D6-2CAF-414b-BD4D-B6762A894288
|
PACKAGE_GUID = BA0D78D6-2CAF-414b-BD4D-B6762A894288
|
||||||
PACKAGE_VERSION = 0.91
|
PACKAGE_VERSION = 0.92
|
||||||
|
|
||||||
[Includes]
|
[Includes]
|
||||||
Include
|
Include
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
PLATFORM_NAME = MdeModule
|
PLATFORM_NAME = MdeModule
|
||||||
PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
|
PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
|
||||||
PLATFORM_VERSION = 0.91
|
PLATFORM_VERSION = 0.92
|
||||||
DSC_SPECIFICATION = 0x00010005
|
DSC_SPECIFICATION = 0x00010005
|
||||||
OUTPUT_DIRECTORY = Build/MdeModule
|
OUTPUT_DIRECTORY = Build/MdeModule
|
||||||
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
|
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# This Package provides UEFI compatible CPU modules and libraries.
|
# This Package provides UEFI compatible CPU modules and libraries.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials are licensed and made available under
|
# This program and the accompanying materials are licensed and made available under
|
||||||
# the terms and conditions of the BSD License which accompanies this distribution.
|
# the terms and conditions of the BSD License which accompanies this distribution.
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
DEC_SPECIFICATION = 0x00010005
|
DEC_SPECIFICATION = 0x00010005
|
||||||
PACKAGE_NAME = UefiCpuPkg
|
PACKAGE_NAME = UefiCpuPkg
|
||||||
PACKAGE_GUID = 2171df9b-0d39-45aa-ac37-2de190010d23
|
PACKAGE_GUID = 2171df9b-0d39-45aa-ac37-2de190010d23
|
||||||
PACKAGE_VERSION = 0.1
|
PACKAGE_VERSION = 0.2
|
||||||
|
|
||||||
[Includes]
|
[Includes]
|
||||||
Include
|
Include
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
PLATFORM_NAME = UefiCpu
|
PLATFORM_NAME = UefiCpu
|
||||||
PLATFORM_GUID = a1b7be22-78b3-4260-9569-8649e8c17d49
|
PLATFORM_GUID = a1b7be22-78b3-4260-9569-8649e8c17d49
|
||||||
PLATFORM_VERSION = 0.1
|
PLATFORM_VERSION = 0.2
|
||||||
DSC_SPECIFICATION = 0x00010005
|
DSC_SPECIFICATION = 0x00010005
|
||||||
OUTPUT_DIRECTORY = Build/UefiCpu
|
OUTPUT_DIRECTORY = Build/UefiCpu
|
||||||
SUPPORTED_ARCHITECTURES = IA32|IPF|X64
|
SUPPORTED_ARCHITECTURES = IA32|IPF|X64
|
||||||
|
|
Loading…
Reference in New Issue