]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CryptoPkg: INF/DEC file updates to EDK II packages
authorDong, Guo <guo.dong@intel.com>
Thu, 28 Aug 2014 05:50:45 +0000 (05:50 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Aug 2014 05:50:45 +0000 (05:50 +0000)
1. Usage information in INF file comment blocks are either incomplete or incorrect.
This includes usage information for Protocols/PPIs/GUIDs/PCDs/HOBs/Events/BootModes.
The syntax for usage information in comment blocks is defined in the EDK II Module Information (INF) Specification

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dong, Guo <guo.dong@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15954 6f19259b-4bc3-4df7-8a09-765794883524

CryptoPkg/Application/Cryptest/Cryptest.inf
CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf
CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf
CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
CryptoPkg/Library/OpensslLib/OpensslLib.inf

index ce9f62567bcac2e3d6a484d7c1ba79f84e953024..265b731a90c2664ee8a20ea7619f3c27c61deded 100644 (file)
@@ -1,9 +1,9 @@
 ## @file\r
 ## @file\r
-#  UEFI Application for the Validation of cryptography library \r
-#  (based on OpenSSL 0.9.8l).\r
-#  This is a shell application that will test the crypto library.\r
+#  Shell application that will test the crypto library.\r
 #\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  UEFI Application for the Validation of cryptography library (based on OpenSSL 0.9.8zb).\r
+#\r
+#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -17,6 +17,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Cryptest\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Cryptest\r
+  MODULE_UNI_FILE                = Cryptest.uni\r
   FILE_GUID                      = fb925ac7-192a-9567-8586-7c6f5f710607\r
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = fb925ac7-192a-9567-8586-7c6f5f710607\r
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
@@ -53,3 +54,7 @@
   DebugLib\r
   MemoryAllocationLib\r
   BaseCryptLib\r
   DebugLib\r
   MemoryAllocationLib\r
   BaseCryptLib\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CryptestExtra.uni\r
+  
\ No newline at end of file
index 7625c40050426757f292b5c1c45b6aea23544b43..23df499ad3e22a36887e71fa0c0c5cf8833c3eb6 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 ## @file\r
-#  Component description file for Cryptographic Runtime Driver.\r
+#  This driver installs runtime Crypt protocol to provide SHA256 and RSA service.\r
 #\r
 #\r
-#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -15,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = CryptRuntimeDxe\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = CryptRuntimeDxe\r
+  MODULE_UNI_FILE                = CryptRuntimeDxe.uni\r
   FILE_GUID                      = 858031F3-96A2-406E-ABCC-ED264A3A31D6\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = 858031F3-96A2-406E-ABCC-ED264A3A31D6\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -47,3 +48,7 @@
 \r
 [Depex]\r
   TRUE\r
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CryptRuntimeDxeExtra.uni\r
+  
\ No newline at end of file
index bea2e2b8c6e086a34a395129d5712272bd7a88e2..a6e6dcafab3be262f495d9b4a693a37e4d64d354 100644 (file)
@@ -3,10 +3,10 @@
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This library will have external input - signature.\r
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This library will have external input - signature.\r
-#  This external input must be validated carefully to avoid security issue like\r
-#  buffer overflow, integer overflow.\r
+#  This external input must be validated carefully to avoid security issues such as \r
+#  buffer overflow or integer overflow.\r
 #\r
 #\r
-#  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -20,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseCryptLib\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseCryptLib\r
+  MODULE_UNI_FILE                = BaseCryptLib.uni\r
   FILE_GUID                      = be3bb803-91b6-4da0-bd91-a8b21c18ca5d\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = be3bb803-91b6-4da0-bd91-a8b21c18ca5d\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
index 97965b4e9cb6e0d0e9612d4f8052c699e06da108..74ca6a9cd97b11789c615a6927887912ebe9cfa4 100644 (file)
@@ -3,16 +3,16 @@
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This library will have external input - signature.\r
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This library will have external input - signature.\r
-#  This external input must be validated carefully to avoid security issue like\r
-#  buffer overflow, integer overflow.\r
+#  This external input must be validated carefully to avoid security issues such as \r
+#  buffer overflow or integer overflow.\r
 #\r
 #  Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/\r
 #  TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign functions,\r
 #  Diffie-Hellman functions, X.509 certificate handler functions, authenticode\r
 #\r
 #  Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/\r
 #  TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign functions,\r
 #  Diffie-Hellman functions, X.509 certificate handler functions, authenticode\r
-#  signature verification functions, PEM handler functions, pseudorandom number\r
+#  signature verification functions, PEM handler functions, and pseudorandom number\r
 #  generator functions are not supported in this instance.\r
 #\r
 #  generator functions are not supported in this instance.\r
 #\r
-#  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -26,6 +26,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PeiCryptLib\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PeiCryptLib\r
+  MODULE_UNI_FILE                = PeiCryptLib.uni\r
   FILE_GUID                      = 9a2a4375-194c-4e97-9f67-547ec98d96ca\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = 9a2a4375-194c-4e97-9f67-547ec98d96ca\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
index 3cf09657382978a7a3cfb9216c09be2eac2947da..355ecc49697d1725f435ba72137487e0ccbde035 100644 (file)
@@ -1,17 +1,17 @@
 ## @file\r
 ## @file\r
-#  Cryptographic Library Instance for DXE_RUNTIME_DRIVER\r
+#  Cryptographic Library Instance for DXE_RUNTIME_DRIVER.\r
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This library will have external input - signature.\r
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This library will have external input - signature.\r
-#  This external input must be validated carefully to avoid security issue like\r
-#  buffer overflow, integer overflow.\r
+#  This external input must be validated carefully to avoid security issues such as \r
+#  buffer overflow or integer overflow.\r
 #\r
 #  Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/\r
 #  TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign functions,\r
 #\r
 #  Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/\r
 #  TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign functions,\r
-#  Diffie-Hellman functions, authenticode signature verification functions are\r
+#  Diffie-Hellman functions, and authenticode signature verification functions are\r
 #  not supported in this instance.\r
 #\r
 #  not supported in this instance.\r
 #\r
-#  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -25,6 +25,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = RuntimeCryptLib\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = RuntimeCryptLib\r
+  MODULE_UNI_FILE                = RuntimeCryptLib.uni\r
   FILE_GUID                      = 78189cc0-727d-46a4-84ea-f7dd860de64a\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = 78189cc0-727d-46a4-84ea-f7dd860de64a\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
index 7669ff3e8068bf219d0136b31e9f777f1e58e6be..c62da1a3d426077cc17b3737e2ac1cbe2828f7d2 100644 (file)
@@ -3,15 +3,15 @@
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This library will have external input - signature.\r
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This library will have external input - signature.\r
-#  This external input must be validated carefully to avoid security issue like\r
-#  buffer overflow, integer overflow.\r
+#  This external input must be validated carefully to avoid security issues such as \r
+#  buffer overflow or integer overflow.\r
 #\r
 #  Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/\r
 #  TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign functions,\r
 #\r
 #  Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/\r
 #  TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign functions,\r
-#  Diffie-Hellman functions, authenticode signature verification functions are\r
+#  Diffie-Hellman functions, and authenticode signature verification functions are\r
 #  not supported in this instance.\r
 #\r
 #  not supported in this instance.\r
 #\r
-#  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -25,6 +25,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SmmCryptLib\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SmmCryptLib\r
+  MODULE_UNI_FILE                = SmmCryptLib.uni\r
   FILE_GUID                      = 028080a3-8958-4a62-a1a8-0fa1da162007\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = 028080a3-8958-4a62-a1a8-0fa1da162007\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   VERSION_STRING                 = 1.0\r
index 8bb04e94955e6060804bec7180dafc6fc01485d0..1e840a5d1ef9f2e0a9aef39a2e5ece6b41c69e04 100644 (file)
@@ -6,10 +6,10 @@
 #  AES/TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign/verify\r
 #  functions, Diffie-Hellman functions, X.509 certificate handler functions,\r
 #  authenticode signature verification functions, PEM handler functions,\r
 #  AES/TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign/verify\r
 #  functions, Diffie-Hellman functions, X.509 certificate handler functions,\r
 #  authenticode signature verification functions, PEM handler functions,\r
-#  pseudorandom number generator functions, Sha256Duplicate() are not supported\r
+#  pseudorandom number generator functions, and Sha256Duplicate() are not supported\r
 #  in this instance.\r
 #\r
 #  in this instance.\r
 #\r
-#  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -23,6 +23,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseCryptLibRuntimeCryptProtocol\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseCryptLibRuntimeCryptProtocol\r
+  MODULE_UNI_FILE                = BaseCryptLibRuntimeCryptProtocol.uni\r
   FILE_GUID                      = BBB31581-855A-44D7-A550-8A585D9B2DE9\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = BBB31581-855A-44D7-A550-8A585D9B2DE9\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
index 08a31ee2c06ad3732cd8d2b6bc2307e1be7abd00..0c1f96cd875b391faaec769b1cd948d8d816ded2 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Intrinsic Routines Wrapper Library Instance.\r
 #\r
 ## @file\r
 #  Intrinsic Routines Wrapper Library Instance.\r
 #\r
-#  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -15,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseIntrinsicLib\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseIntrinsicLib\r
+  MODULE_UNI_FILE                = BaseIntrinsicLib.uni\r
   FILE_GUID                      = 63850097-3E97-4c4f-A52D-C811A0106105\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = 63850097-3E97-4c4f-A52D-C811A0106105\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
index 6cfc67d03ca43dcf08230be1f08028d6f5e62842..d380158a4339841e12b15eb4a1a6ae1a00968a6c 100644 (file)
@@ -1,5 +1,5 @@
 ## @file\r
 ## @file\r
-# OpenSSL Library implementation.\r
+#  This module provides openSSL Library implementation.\r
 # \r
 #  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 # \r
 #  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
@@ -15,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = OpensslLib\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = OpensslLib\r
+  MODULE_UNI_FILE                = OpensslLib.uni\r
   FILE_GUID                      = C873A7D0-9824-409f-9B42-2C158B992E69\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = C873A7D0-9824-409f-9B42-2C158B992E69\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r