]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SecurityPkg / Library / HashLibBaseCryptoRouter / HashLibBaseCryptoRouterDxe.inf
index a797c0563524461ac66238481ab9baa3bad8089f..133ef09ba5013306bc50d6bce7d01ce06197c9ca 100644 (file)
@@ -1,9 +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
-#  hash handler registerd, such as SHA1, SHA256.\r
-#  Platform can use PcdTpm2HashMask to mask some hash engines.\r
+#  hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to \r
+#  mask some hash engines.\r
 #\r
-# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 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
@@ -16,6 +18,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = HashLibBaseCryptoRouterDxe\r
+  MODULE_UNI_FILE                = HashLibBaseCryptoRouterDxe.uni\r
   FILE_GUID                      = 158DC712-F15A-44dc-93BB-1675045BE066\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -45,5 +48,5 @@
   PcdLib\r
 \r
 [Pcd]\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask       ## CONSUMES\r
 \r