X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FHashLibBaseCryptoRouter%2FHashLibBaseCryptoRouterPei.inf;h=9183c24302145214746336c85ab1a517c7dd93cd;hb=289b714b77008aa4200c0be25c4b4e25df04955a;hp=13067ee36c38941d299e4a3f9b60a320c36c89fa;hpb=60c944c7d63978eee337f52af360ca5d807c11b6;p=mirror_edk2.git diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf index 13067ee36c..9183c24302 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf @@ -1,17 +1,12 @@ ## @file # Provides hash service by registered hash handler # -# Ihis library is BaseCrypto router. It will redirect hash request to each individual -# hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to +# This library is BaseCrypto router. It will redirect hash request to each individual +# hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to # mask some hash engines. # -# Copyright (c) 2013, Intel Corporation. All rights reserved.
-# This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent # ## @@ -23,11 +18,12 @@ MODULE_TYPE = PEIM VERSION_STRING = 1.0 LIBRARY_CLASS = HashLib|PEIM + CONSTRUCTOR = HashLibBaseCryptoRouterPeiConstructor # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF +# VALID_ARCHITECTURES = IA32 X64 # [Sources] @@ -38,6 +34,7 @@ [Packages] MdePkg/MdePkg.dec SecurityPkg/SecurityPkg.dec + MdeModulePkg/MdeModulePkg.dec [LibraryClasses] BaseLib @@ -48,6 +45,13 @@ PcdLib HobLib +[Guids] + ## SOMETIMES_CONSUMES ## GUID + gZeroGuid + [Pcd] - gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask ## CONSUMES + gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask ## CONSUMES + ## SOMETIMES_CONSUMES + ## SOMETIMES_PRODUCES + gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap