mirror of https://github.com/acidanthera/audk.git
Update NetworkPkg package version to 0.94.
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15068 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c93bcb7ef4
commit
e6aaef28b8
|
@ -1,8 +1,8 @@
|
||||||
## @file
|
## @file
|
||||||
#
|
#
|
||||||
# This package provides network modules that conform to UEFI 2.2 specification.
|
# This package provides network modules that conform to UEFI 2.4 specification.
|
||||||
#
|
#
|
||||||
# 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
|
# 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 = NetworkPkg
|
PACKAGE_NAME = NetworkPkg
|
||||||
PACKAGE_GUID = 947988BE-8D5C-471a-893D-AD181C46BEBB
|
PACKAGE_GUID = 947988BE-8D5C-471a-893D-AD181C46BEBB
|
||||||
PACKAGE_VERSION = 0.93
|
PACKAGE_VERSION = 0.94
|
||||||
|
|
||||||
[Includes]
|
[Includes]
|
||||||
Include
|
Include
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# UEFI 2.2 Network Module Package for All Architectures
|
# UEFI 2.4 Network Module Package for All Architectures
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
PLATFORM_NAME = NetworkPkg
|
PLATFORM_NAME = NetworkPkg
|
||||||
PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10
|
PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10
|
||||||
PLATFORM_VERSION = 0.93
|
PLATFORM_VERSION = 0.94
|
||||||
DSC_SPECIFICATION = 0x00010005
|
DSC_SPECIFICATION = 0x00010005
|
||||||
OUTPUT_DIRECTORY = Build/NetworkPkg
|
OUTPUT_DIRECTORY = Build/NetworkPkg
|
||||||
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
|
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
|
||||||
|
|
Loading…
Reference in New Issue