]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[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
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
1e230224 8# Copyright (c) 2012 - 2016, 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 = LzmaArchDecompressLib\r
23 MODULE_UNI_FILE = LzmaArchDecompressLib.uni\r
24 FILE_GUID = A853C1D2-E003-4cc4-9DD1-8824AD79FE48\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = NULL\r
28 CONSTRUCTOR = LzmaArchDecompressLibConstructor\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64\r
34#\r
35\r
36[Sources]\r
37 LzmaDecompress.c\r
38 Sdk/C/Bra.h\r
39 Sdk/C/LzFind.c\r
40 Sdk/C/LzmaDec.c\r
41 Sdk/C/7zVersion.h\r
42 Sdk/C/CpuArch.h\r
43 Sdk/C/LzFind.h\r
44 Sdk/C/LzHash.h\r
45 Sdk/C/LzmaDec.h\r
1e230224
LG
46 Sdk/C/7zTypes.h\r
47 Sdk/C/Precomp.h\r
48 Sdk/C/Compiler.h\r
11ff2c71
LG
49 UefiLzma.h\r
50 LzmaDecompressLibInternal.h\r
51\r
52[Sources.Ia32, Sources.X64]\r
53 Sdk/C/Bra86.c\r
54 F86GuidedSectionExtraction.c\r
55\r
56[Packages]\r
57 MdePkg/MdePkg.dec\r
58 MdeModulePkg/MdeModulePkg.dec\r
59\r
60[Guids.Ia32, Guids.X64]\r
61 gLzmaF86CustomDecompressGuid ## PRODUCES ## GUID # specifies LZMA custom decompress algorithm with converter for x86 code.\r
62\r
63[LibraryClasses]\r
64 BaseLib\r
65 DebugLib\r
66 BaseMemoryLib\r
67 ExtractGuidedSectionLib\r
68\r