]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
Add UEFI2.5 HASH protocol implementation.
[mirror_edk2.git] / SecurityPkg / Hash2DxeCrypto / Hash2DxeCrypto.inf
diff --git a/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf b/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
new file mode 100644 (file)
index 0000000..c4e6271
--- /dev/null
@@ -0,0 +1,62 @@
+## @file\r
+#  Produces the UEFI HASH2 protocol\r
+#\r
+#  This module will use EDKII crypto libary to HASH2 protocol.\r
+#\r
+#  Copyright (c) 2015, 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
+#  http://opensource.org/licenses/bsd-license.php\r
+#\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = Hash2DxeCrypto\r
+  FILE_GUID                      = 63E3BDCF-2AC7-4ac0-9B92-03A7541422FF\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = Hash2DriverEntryPoint\r
+  MODULE_UNI_FILE                = Hash2DxeCrypto.uni\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#\r
+\r
+[Sources.common]\r
+  Hash2DxeCrypto.c\r
+  Driver.h\r
+  Driver.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  CryptoPkg/CryptoPkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiBootServicesTableLib\r
+  BaseLib\r
+  BaseMemoryLib\r
+  BaseCryptLib\r
+  MemoryAllocationLib\r
+  UefiDriverEntryPoint\r
+  DebugLib\r
+  UefiLib\r
+\r
+[Guids]\r
+  gEfiHashAlgorithmSha1Guid\r
+  gEfiHashAlgorithmSha256Guid\r
+  gEfiHashAlgorithmSha384Guid\r
+  gEfiHashAlgorithmSha512Guid\r
+\r
+[Protocols]\r
+  gEfiHash2ProtocolGuid\r
+  gEfiHash2ServiceBindingProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Hash2DxeCryptoExtra.uni
\ No newline at end of file