]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
MdeModulePkg Lzma: Update LZMA SDK version to 19.00
[mirror_edk2.git] / MdeModulePkg / Library / LzmaCustomDecompressLib / LzmaArchCustomDecompressLib.inf
CommitLineData
11ff2c71
LG
1## @file\r
2# LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for the different arch code.\r
3#\r
7e6776de
LW
4# It is based on the LZMA SDK 19.00\r
5# LZMA SDK 19.00 was placed in the public domain on 2019-02-21.\r
11ff2c71
LG
6# It was released on the http://www.7-zip.org/sdk.html website.\r
7#\r
7e6776de 8# Copyright (c) 2012 - 2020, Intel Corporation. All rights reserved.<BR>\r
11ff2c71 9#\r
9d510e61 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
11ff2c71
LG
11#\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = LzmaArchDecompressLib\r
18 MODULE_UNI_FILE = LzmaArchDecompressLib.uni\r
19 FILE_GUID = A853C1D2-E003-4cc4-9DD1-8824AD79FE48\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = NULL\r
23 CONSTRUCTOR = LzmaArchDecompressLibConstructor\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64\r
29#\r
30\r
31[Sources]\r
32 LzmaDecompress.c\r
33 Sdk/C/Bra.h\r
34 Sdk/C/LzFind.c\r
35 Sdk/C/LzmaDec.c\r
36 Sdk/C/7zVersion.h\r
37 Sdk/C/CpuArch.h\r
38 Sdk/C/LzFind.h\r
39 Sdk/C/LzHash.h\r
40 Sdk/C/LzmaDec.h\r
1e230224
LG
41 Sdk/C/7zTypes.h\r
42 Sdk/C/Precomp.h\r
43 Sdk/C/Compiler.h\r
11ff2c71
LG
44 UefiLzma.h\r
45 LzmaDecompressLibInternal.h\r
46\r
47[Sources.Ia32, Sources.X64]\r
48 Sdk/C/Bra86.c\r
49 F86GuidedSectionExtraction.c\r
50\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
53 MdeModulePkg/MdeModulePkg.dec\r
54\r
55[Guids.Ia32, Guids.X64]\r
56 gLzmaF86CustomDecompressGuid ## PRODUCES ## GUID # specifies LZMA custom decompress algorithm with converter for x86 code.\r
57\r
58[LibraryClasses]\r
59 BaseLib\r
60 DebugLib\r
61 BaseMemoryLib\r
62 ExtractGuidedSectionLib\r
63\r