summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Hash2DxeCrypto
diff options
context:
space:
mode:
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