]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
IntelFrameworkModulePkg Lzma: Update LZMA SDK version to 18.05
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / LzmaCustomDecompressLib / LzmaCustomDecompressLib.inf
CommitLineData
6bfbb5f0 1## @file\r
182b1d16 2# LzmaCustomDecompressLib produces LZMA custom decompression algorithm.\r
306bf4e2 3#\r
39bbbc87
LG
4# It is based on the LZMA SDK 18.05.\r
5# LZMA SDK 18.05 was placed in the public domain on 2018-04-30.\r
182b1d16
LG
6# It was released on the http://www.7-zip.org/sdk.html website.\r
7#\r
64bbf1de 8# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
306bf4e2 9#\r
180a5a35 10# This program and the accompanying materials\r
306bf4e2 11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
6bfbb5f0 18##\r
306bf4e2 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
19a4a0a0 22 BASE_NAME = LzmaDecompressLib\r
f9841f04 23 MODULE_UNI_FILE = LzmaDecompressLib.uni\r
306bf4e2 24 FILE_GUID = 35194660-7421-44ad-9636-e44885f092d1\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
14e436f9 27 LIBRARY_CLASS = NULL\r
306bf4e2 28 CONSTRUCTOR = LzmaDecompressLibConstructor\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
39bbbc87 33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
306bf4e2 34#\r
35\r
6bfbb5f0 36[Sources]\r
19a4a0a0 37 LzmaDecompress.c\r
38 Sdk/C/LzFind.c\r
39 Sdk/C/LzmaDec.c\r
d9a743c6
ED
40 Sdk/C/7zVersion.h\r
41 Sdk/C/CpuArch.h\r
42 Sdk/C/LzFind.h\r
43 Sdk/C/LzHash.h\r
44 Sdk/C/LzmaDec.h\r
00f5e119
LG
45 Sdk/C/7zTypes.h\r
46 Sdk/C/Precomp.h\r
47 Sdk/C/Compiler.h\r
19a4a0a0 48 GuidedSectionExtraction.c\r
182b1d16
LG
49 UefiLzma.h\r
50 LzmaDecompressLibInternal.h\r
306bf4e2 51\r
52[Packages]\r
53 MdePkg/MdePkg.dec\r
584ea2c8 54 MdeModulePkg/MdeModulePkg.dec\r
306bf4e2 55\r
56[Guids]\r
f9841f04 57 gLzmaCustomDecompressGuid ## PRODUCES ## UNDEFINED # specifies LZMA custom decompress algorithm.\r
306bf4e2 58\r
59[LibraryClasses]\r
60 BaseLib\r
61 DebugLib\r
62 BaseMemoryLib\r
306bf4e2 63 ExtractGuidedSectionLib\r
64\r