]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
SecurityPkg HashLibRouter: Avoid incorrect PcdTcg2HashAlgorithmBitmap
[mirror_edk2.git] / SecurityPkg / Library / HashLibBaseCryptoRouter / HashLibBaseCryptoRouterDxe.inf
index 133ef09ba5013306bc50d6bce7d01ce06197c9ca..6e660d4f14f89e8b5f458257df7e28fedac66177 100644 (file)
@@ -1,11 +1,11 @@
 ## @file\r
 #  Provides hash service by registered hash handler\r
 #\r
-#  Ihis library is BaseCrypto router. It will redirect hash request to each individual\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 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 2017, 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
@@ -23,6 +23,7 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = HashLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
+  CONSTRUCTOR                    = HashLibBaseCryptoRouterDxeConstructor\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -48,5 +49,8 @@
   PcdLib\r
 \r
 [Pcd]\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask       ## CONSUMES\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask             ## CONSUMES\r
+  ## SOMETIMES_CONSUMES\r
+  ## SOMETIMES_PRODUCES\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap\r
 \r