]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / LzmaCustomDecompressLib / LzmaArchCustomDecompressLib.inf
CommitLineData
5aab2d50 1## @file\r
f9841f04 2# LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for the different arch code.\r
5aab2d50 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
5aab2d50
LG
6# It was released on the http://www.7-zip.org/sdk.html website.\r
7#\r
39bbbc87 8# Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>\r
5aab2d50 9#\r
c0a00b14 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
5aab2d50
LG
11#\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = LzmaArchDecompressLib\r
f9841f04 18 MODULE_UNI_FILE = LzmaArchDecompressLib.uni\r
5aab2d50
LG
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
00f5e119
LG
41 Sdk/C/7zTypes.h\r
42 Sdk/C/Precomp.h\r
43 Sdk/C/Compiler.h\r
5aab2d50
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
584ea2c8 53 MdeModulePkg/MdeModulePkg.dec\r
5aab2d50
LG
54\r
55[Guids.Ia32, Guids.X64]\r
f9841f04 56 gLzmaF86CustomDecompressGuid ## PRODUCES ## GUID # specifies LZMA custom decompress algorithm with converter for x86 code.\r
5aab2d50
LG
57\r
58[LibraryClasses]\r
59 BaseLib\r
60 DebugLib\r
61 BaseMemoryLib\r
62 ExtractGuidedSectionLib\r
63\r