]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[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
c0a00b14 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
306bf4e2 11#\r
12#\r
6bfbb5f0 13##\r
306bf4e2 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
19a4a0a0 17 BASE_NAME = LzmaDecompressLib\r
f9841f04 18 MODULE_UNI_FILE = LzmaDecompressLib.uni\r
306bf4e2 19 FILE_GUID = 35194660-7421-44ad-9636-e44885f092d1\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
14e436f9 22 LIBRARY_CLASS = NULL\r
306bf4e2 23 CONSTRUCTOR = LzmaDecompressLibConstructor\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
39bbbc87 28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
306bf4e2 29#\r
30\r
6bfbb5f0 31[Sources]\r
19a4a0a0 32 LzmaDecompress.c\r
33 Sdk/C/LzFind.c\r
34 Sdk/C/LzmaDec.c\r
d9a743c6
ED
35 Sdk/C/7zVersion.h\r
36 Sdk/C/CpuArch.h\r
37 Sdk/C/LzFind.h\r
38 Sdk/C/LzHash.h\r
39 Sdk/C/LzmaDec.h\r
00f5e119
LG
40 Sdk/C/7zTypes.h\r
41 Sdk/C/Precomp.h\r
42 Sdk/C/Compiler.h\r
19a4a0a0 43 GuidedSectionExtraction.c\r
182b1d16
LG
44 UefiLzma.h\r
45 LzmaDecompressLibInternal.h\r
306bf4e2 46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
584ea2c8 49 MdeModulePkg/MdeModulePkg.dec\r
306bf4e2 50\r
51[Guids]\r
f9841f04 52 gLzmaCustomDecompressGuid ## PRODUCES ## UNDEFINED # specifies LZMA custom decompress algorithm.\r
306bf4e2 53\r
54[LibraryClasses]\r
55 BaseLib\r
56 DebugLib\r
57 BaseMemoryLib\r
306bf4e2 58 ExtractGuidedSectionLib\r
59\r