]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/CryptoPkg.uni
ArmVirtPkg/ArmVirtQemu: add ResetSystem PEIM for upcoming TPM2 support
[mirror_edk2.git] / CryptoPkg / CryptoPkg.uni
index a764d3dea5202783d0f76f286b828a4afe6199aa..28459fcafe5d13ca33c182634f2d672255512c0d 100644 (file)
@@ -4,15 +4,9 @@
 // This Package provides cryptographic-related libraries for UEFI security modules.\r
 // It also provides a test application to test libraries.\r
 //\r
-// Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
+// Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR>\r
 //\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
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 // **/\r
 \r
 \r
 #string STR_PACKAGE_DESCRIPTION         #language en-US "This Package provides cryptographic-related libraries for UEFI security modules."\r
 \r
+#string STR_gEfiCryptoPkgTokenSpaceGuid_PcdHashApiLibPolicy_PROMPT  #language en-US "HASH algorithm to calculate hash"\r
+\r
+#string STR_gEfiCryptoPkgTokenSpaceGuid_PcdHashApiLibPolicy_HELP  #language en-US "This PCD indicates the HASH algorithm to calculate hash of data.<BR><BR>\n"\r
+                                                                                        "Based on the value set, the required algorithm is chosen to calculate\n"\r
+                                                                                        "the hash of data.<BR>\n"\r
+                                                                                        "The default hashing algorithm for BaseHashApiLib is set to SHA256.<BR>\n"\r
+                                                                                        "0x00000001  -  HASH_ALG_SHA1.<BR>\n"\r
+                                                                                        "0x00000002  -  HASH_ALG_SHA256.<BR>\n"\r
+                                                                                        "0x00000004  -  HASH_ALG_SHA384.<BR>\n"\r
+                                                                                        "0x00000008  -  HASH_ALG_SHA512.<BR>\n"\r
+                                                                                        "0x00000010  -  HASH_ALG_SM3.<BR>"\r
 \r
+#string STR_gEfiCryptoPkgTokenSpaceGuid_PcdCryptoServiceFamilyEnable_PROMPT  #language en-US "Enable/Disable EDK II Crypto Protocol/PPI services"\r
 \r
+#string STR_gEfiCryptoPkgTokenSpaceGuid_PcdCryptoServiceFamilyEnable_HELP  #language en-US "Enable/Disable the families and individual services produced by the EDK II Crypto Protocols/PPIs.  The default is all services disabled.  This Structured PCD is associated with PCD_CRYPTO_SERVICE_FAMILY_ENABLE structure that is defined in Include/Pcd/PcdCryptoServiceFamilyEnable.h."\r