summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Hash2DxeCrypto
diff options
context:
space:
mode:
authorYao, Jiewen <Jiewen.Yao@intel.com>2015-05-19 03:16:09 +0000
committerjyao1 <jyao1@Edk2>2015-05-19 03:16:09 +0000
commit0e44e86191db803becf31626addcaf1a866cc8ad (patch)
tree61de28ef28e5bf18c9b924d52abda3991a1f4c40 /SecurityPkg/Hash2DxeCrypto
parentc7b897519e710487e82e08e37516a7cf73647c69 (diff)
downloadedk2-0e44e86191db803becf31626addcaf1a866cc8ad.tar.gz
edk2-0e44e86191db803becf31626addcaf1a866cc8ad.tar.bz2
edk2-0e44e86191db803becf31626addcaf1a866cc8ad.zip
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/Hash2DxeCrypto')
-rw-r--r--SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf12
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