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