mirror of https://github.com/acidanthera/audk.git
Update PcAtChipsetPkg package version from 0.2 to 0.3
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Hot Tian <hot.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15091 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0a2326aff7
commit
9325f68430
|
@ -4,7 +4,7 @@
|
|||
# This package is designed to public interfaces and implementation which follows
|
||||
# PcAt defacto standard.
|
||||
#
|
||||
# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
@ -20,7 +20,7 @@
|
|||
DEC_SPECIFICATION = 0x00010005
|
||||
PACKAGE_NAME = PcAtChipsetPkg
|
||||
PACKAGE_GUID = B728689A-52D3-4b8c-AE89-2CE5514CC6DC
|
||||
PACKAGE_VERSION = 0.2
|
||||
PACKAGE_VERSION = 0.3
|
||||
|
||||
[Includes]
|
||||
Include
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## @file
|
||||
# PC/AT Chipset Package
|
||||
#
|
||||
# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
@ -16,7 +16,7 @@
|
|||
[Defines]
|
||||
PLATFORM_NAME = PcAtChipset
|
||||
PLATFORM_GUID = a653167b-34d7-4b91-bfe3-f0c7608f48da
|
||||
PLATFORM_VERSION = 0.2
|
||||
PLATFORM_VERSION = 0.3
|
||||
DSC_SPECIFICATION = 0x00010005
|
||||
OUTPUT_DIRECTORY = Build/PcAtChipset
|
||||
SUPPORTED_ARCHITECTURES = IA32|X64
|
||||
|
|
Loading…
Reference in New Issue