diff options
author | Jeff Fan <jeff.fan@intel.com> | 2015-04-02 07:14:12 +0000 |
---|---|---|
committer | vanjeff <vanjeff@Edk2> | 2015-04-02 07:14:12 +0000 |
commit | dcfa39fd63a76c504a69ee87a68d7faa3e5638f7 (patch) | |
tree | bcbc260ac409a2d9453a197708866d64975e70d3 /CryptoPkg/CryptoPkg.dec | |
parent | bfd5c4c76011f6e29a42cb9a761610e55ec0584f (diff) | |
download | edk2-dcfa39fd63a76c504a69ee87a68d7faa3e5638f7.tar.gz |
Copy head(r17080) from UDK2014.SP1 Branch with excluding UNI files.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1@17104 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'CryptoPkg/CryptoPkg.dec')
-rw-r--r-- | CryptoPkg/CryptoPkg.dec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CryptoPkg/CryptoPkg.dec b/CryptoPkg/CryptoPkg.dec index 05be6bbc1d..29b46d06b6 100644 --- a/CryptoPkg/CryptoPkg.dec +++ b/CryptoPkg/CryptoPkg.dec @@ -1,10 +1,10 @@ ## @file
# Package for cryptography modules.
#
-# This Package provides cryptographic-related libraries for UEFI
-# security modules.
+# This Package provides cryptographic-related libraries for UEFI security modules.
+# It also provides a test application to test libraries.
#
-# 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
# which accompanies this distribution. The full text of the license may be found at
@@ -19,7 +19,7 @@ DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = CryptoPkg
PACKAGE_GUID = 36470E80-36F2-4ba0-8CC8-937C7D9FF888
- PACKAGE_VERSION = 0.92
+ PACKAGE_VERSION = 0.94
[Includes]
Include
|