diff options
Diffstat (limited to 'roms/edk2/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni')
-rw-r--r-- | roms/edk2/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/edk2/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni b/roms/edk2/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni new file mode 100644 index 000000000..9e168373f --- /dev/null +++ b/roms/edk2/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni @@ -0,0 +1,16 @@ +// /** @file
+// Produces the UEFI HASH2 protocol
+//
+// This module will use EDKII crypto library to HASH2 protocol.
+//
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Produces UEFI HASH2 protocol"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This module will use EDKII crypto library to HASH2 protocol."
+
|