diff options
author | Yao, Jiewen <Jiewen.Yao@intel.com> | 2015-05-19 03:16:09 +0000 |
---|---|---|
committer | jyao1 <jyao1@Edk2> | 2015-05-19 03:16:09 +0000 |
commit | 0e44e86191db803becf31626addcaf1a866cc8ad (patch) | |
tree | 61de28ef28e5bf18c9b924d52abda3991a1f4c40 /SecurityPkg | |
parent | c7b897519e710487e82e08e37516a7cf73647c69 (diff) | |
download | edk2-platforms-0e44e86191db803becf31626addcaf1a866cc8ad.tar.xz |
Add comments for INF file to declare guid/protocol usage.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <Jiewen.Yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17469 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf | 12 |
1 files 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 |