From 0e44e86191db803becf31626addcaf1a866cc8ad Mon Sep 17 00:00:00 2001 From: "Yao, Jiewen" Date: Tue, 19 May 2015 03:16:09 +0000 Subject: [PATCH] Add comments for INF file to declare guid/protocol usage. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17469 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf b/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf index c4e6271e89..1dce0023a8 100644 --- a/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf +++ b/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf @@ -49,14 +49,14 @@ UefiLib [Guids] - gEfiHashAlgorithmSha1Guid - gEfiHashAlgorithmSha256Guid - gEfiHashAlgorithmSha384Guid - gEfiHashAlgorithmSha512Guid + gEfiHashAlgorithmSha1Guid ## CONSUMES ## GUID + gEfiHashAlgorithmSha256Guid ## CONSUMES ## GUID + gEfiHashAlgorithmSha384Guid ## CONSUMES ## GUID + gEfiHashAlgorithmSha512Guid ## CONSUMES ## GUID [Protocols] - gEfiHash2ProtocolGuid - gEfiHash2ServiceBindingProtocolGuid + gEfiHash2ProtocolGuid ## PRODUCES + gEfiHash2ServiceBindingProtocolGuid ## PRODUCES [UserExtensions.TianoCore."ExtraFiles"] Hash2DxeCryptoExtra.uni \ No newline at end of file -- 2.39.2