]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Library / LzmaCustomDecompressLib / LzmaCustomDecompressLib.inf
CommitLineData
11ff2c71
LG
1## @file\r
2# LzmaCustomDecompressLib produces LZMA custom decompression algorithm.\r
3#\r
1e230224
LG
4# It is based on the LZMA SDK 16.04.\r
5# LZMA SDK 16.04 was placed in the public domain on 2016-10-04.\r
11ff2c71
LG
6# It was released on the http://www.7-zip.org/sdk.html website.\r
7#\r
de005223 8# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
11ff2c71
LG
9#\r
10# This program and the accompanying materials\r
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
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = LzmaDecompressLib\r
23 MODULE_UNI_FILE = LzmaDecompressLib.uni\r
24 FILE_GUID = 35194660-7421-44ad-9636-e44885f092d1\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = NULL\r
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
de005223 33# VALID_ARCHITECTURES = IA32 X64 EBC\r
11ff2c71
LG
34#\r
35\r
36[Sources]\r
37 LzmaDecompress.c\r
38 Sdk/C/LzFind.c\r
39 Sdk/C/LzmaDec.c\r
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
1e230224
LG
45 Sdk/C/7zTypes.h\r
46 Sdk/C/Precomp.h\r
47 Sdk/C/Compiler.h\r
11ff2c71
LG
48 GuidedSectionExtraction.c\r
49 UefiLzma.h\r
50 LzmaDecompressLibInternal.h\r
51\r
52[Packages]\r
53 MdePkg/MdePkg.dec\r
54 MdeModulePkg/MdeModulePkg.dec\r
55\r
56[Guids]\r
57 gLzmaCustomDecompressGuid ## PRODUCES ## UNDEFINED # specifies LZMA custom decompress algorithm.\r
58\r
59[LibraryClasses]\r
60 BaseLib\r
61 DebugLib\r
62 BaseMemoryLib\r
63 ExtractGuidedSectionLib\r
64\r