]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / HashLibBaseCryptoRouter / HashLibBaseCryptoRouterPei.inf
index c1a699fd0f33a2a4f66798e8e1b3167c525c8057..20824ce75e41ae6d46e95aa9ac97228a00e8cdb3 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
-#  hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to \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 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 2018, 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                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = HashLib|PEIM\r
+  CONSTRUCTOR                    = HashLibBaseCryptoRouterPeiConstructor\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -38,6 +39,7 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   SecurityPkg/SecurityPkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
   PcdLib\r
   HobLib\r
 \r
+[Guids]\r
+  ## SOMETIMES_CONSUMES   ## GUID\r
+  gZeroGuid\r
+\r
 [Pcd]\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask             ## CONSUMES\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap  ## CONSUMES\r
+  ## SOMETIMES_CONSUMES\r
+  ## SOMETIMES_PRODUCES\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap\r
 \r