diff options
Diffstat (limited to 'roms/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompressLib.uni')
-rw-r--r-- | roms/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompressLib.uni | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompressLib.uni b/roms/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompressLib.uni new file mode 100644 index 000000000..89e20c14b --- /dev/null +++ b/roms/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompressLib.uni @@ -0,0 +1,18 @@ +// /** @file
+// LzmaCustomDecompressLib produces LZMA custom decompression algorithm.
+//
+// It is based on the LZMA SDK 4.65.
+// LZMA SDK 4.65 was placed in the public domain on 2009-02-03.
+// It was released on the http://www.7-zip.org/sdk.html website.
+//
+// Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "LzmaCustomDecompressLib produces LZMA custom decompression algorithm"
+
+#string STR_MODULE_DESCRIPTION #language en-US "It is based on the LZMA SDK 4.65. LZMA SDK 4.65 was placed in the public domain on 2009-02-03. It was released on the website http://www.7-zip.org/sdk.html ."
+
|