]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
UefiCpuPkg/MpInitLib: Relocate uCode to memory to save time.
[mirror_edk2.git] / SecurityPkg / Hash2DxeCrypto / Hash2DxeCrypto.inf
index c4e6271e8996d6871d23324695c734d4d5fed75c..35bf66f44d228dc278491c6d674076c92780bed2 100644 (file)
@@ -3,7 +3,8 @@
 #\r
 #  This module will use EDKII crypto libary to HASH2 protocol.\r
 #\r
-#  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+#  (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
+#  Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
@@ -26,7 +27,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources.common]\r
   UefiLib\r
 \r
 [Guids]\r
-  gEfiHashAlgorithmSha1Guid\r
-  gEfiHashAlgorithmSha256Guid\r
-  gEfiHashAlgorithmSha384Guid\r
-  gEfiHashAlgorithmSha512Guid\r
+  gEfiHashAlgorithmMD5Guid              ## CONSUMES               ## GUID\r
+  gEfiHashAlgorithmSha1Guid             ## CONSUMES               ## GUID\r
+  gEfiHashAlgorithmSha256Guid           ## CONSUMES               ## GUID\r
+  gEfiHashAlgorithmSha384Guid           ## CONSUMES               ## GUID\r
+  gEfiHashAlgorithmSha512Guid           ## CONSUMES               ## GUID\r
 \r
 [Protocols]\r
-  gEfiHash2ProtocolGuid\r
-  gEfiHash2ServiceBindingProtocolGuid\r
+  gEfiHash2ProtocolGuid                 ## PRODUCES\r
+  gEfiHash2ServiceBindingProtocolGuid   ## PRODUCES\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
-  Hash2DxeCryptoExtra.uni
\ No newline at end of file
+  Hash2DxeCryptoExtra.uni\r