summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
diff options
context:
space:
mode:
authorLiu, WeiX C <weix.c.liu@intel.com>2021-01-05 14:14:03 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-01-08 10:03:53 +0000
commit7e6776deaf87e73fb283ab6ea6fb08ef3a097bcf (patch)
treed90e4dae036a4881de58e189e8d210fe3eb12f7e /MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
parent4e38bb607a75f9e7846a6cf8d04e451cf19c2d8b (diff)
downloadedk2-7e6776deaf87e73fb283ab6ea6fb08ef3a097bcf.tar.gz
edk2-7e6776deaf87e73fb283ab6ea6fb08ef3a097bcf.tar.bz2
edk2-7e6776deaf87e73fb283ab6ea6fb08ef3a097bcf.zip
MdeModulePkg Lzma: Update LZMA SDK version to 19.00
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3101 New formal release in https://www.7-zip.org/sdk.html is 19.00. Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Wei Liu <weix.c.liu@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf')
-rw-r--r--MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
index d789e7dc42..3a0647e7f8 100644
--- a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
+++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
@@ -1,11 +1,11 @@
## @file
# LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for the different arch code.
#
-# It is based on the LZMA SDK 18.05
-# LZMA SDK 18.05 was placed in the public domain on 2018-04-30.
+# It is based on the LZMA SDK 19.00
+# LZMA SDK 19.00 was placed in the public domain on 2019-02-21.
# It was released on the http://www.7-zip.org/sdk.html website.
#
-# Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2012 - 2020, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#