]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
SecurityPkg: Fix typo 'Ihis' with 'This' in codes
[mirror_edk2.git] / SecurityPkg / Library / HashLibBaseCryptoRouter / HashLibBaseCryptoRouterPei.inf
index 5e3d74e6fe894ce8bf8ec686bcae12aa248b0cde..f5ca5d4635d8aaff8fd8fdf55c12833de0ff0bd8 100644 (file)
@@ -1,9 +1,11 @@
 ## @file\r
-#  Ihis library is BaseCrypto router. It will redirect hash request to each individual\r
-#  hash handler registerd, such as SHA1, SHA256.\r
-#  Platform can use PcdTpm2HashMask to mask some hash engines.\r
+#  Provides hash service by registered hash handler\r
 #\r
-# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+#  This library is BaseCrypto router. It will redirect hash request to each individual\r
+#  hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to \r
+#  mask some hash engines.\r
+#\r
+# Copyright (c) 2013 - 2016, 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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = HashLibBaseCryptoRouterPei\r
+  MODULE_UNI_FILE                = HashLibBaseCryptoRouterPei.uni\r
   FILE_GUID                      = DDCBCFBA-8EEB-488a-96D6-097831A6E50B\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = HashLibBaseCrypto|PEIM\r
+  LIBRARY_CLASS                  = HashLib|PEIM\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -46,5 +49,8 @@
   HobLib\r
 \r
 [Pcd]\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask             ## CONSUMES\r
+  ## SOMETIMES_CONSUMES\r
+  ## SOMETIMES_PRODUCES\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap\r
 \r