mirror of https://github.com/acidanthera/audk.git
Updates MdePkg package version from 1.03 to 1.04
Signed-off-by: Gao, Liming <liming.gao@intel.com> Reviewed-by: Tian, Hot <hot.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15065 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
bad2be3ed8
commit
e3a7caeaed
|
@ -3,9 +3,9 @@
|
||||||
# This Package provides all definitions(including functions, MACROs, structures and library classes)
|
# This Package provides all definitions(including functions, MACROs, structures and library classes)
|
||||||
# and libraries instances, which are defined in MDE Specification.
|
# and libraries instances, which are defined in MDE Specification.
|
||||||
# It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of
|
# It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of
|
||||||
# EFI1.10/UEFI2.3.1/PI1.2 and some Industry Standards.
|
# EFI1.10/UEFI2.4/PI1.3 and some Industry Standards.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||||
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
|
# Portions copyright (c) 2008 - 2009, Apple Inc. 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
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
DEC_SPECIFICATION = 0x00010005
|
DEC_SPECIFICATION = 0x00010005
|
||||||
PACKAGE_NAME = MdePkg
|
PACKAGE_NAME = MdePkg
|
||||||
PACKAGE_GUID = 1E73767F-8F52-4603-AEB4-F29B510B6766
|
PACKAGE_GUID = 1E73767F-8F52-4603-AEB4-F29B510B6766
|
||||||
PACKAGE_VERSION = 1.03
|
PACKAGE_VERSION = 1.04
|
||||||
|
|
||||||
|
|
||||||
[Includes]
|
[Includes]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# EFI/PI MdePkg Package
|
# EFI/PI MdePkg Package
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||||
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
|
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
PLATFORM_NAME = Mde
|
PLATFORM_NAME = Mde
|
||||||
PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642
|
PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642
|
||||||
PLATFORM_VERSION = 1.03
|
PLATFORM_VERSION = 1.04
|
||||||
DSC_SPECIFICATION = 0x00010005
|
DSC_SPECIFICATION = 0x00010005
|
||||||
OUTPUT_DIRECTORY = Build/Mde
|
OUTPUT_DIRECTORY = Build/Mde
|
||||||
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
|
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
|
||||||
|
|
Loading…
Reference in New Issue