]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
MdeModulePkg: BaseSortLib and UefiBootManagerLib support DXE_RUNTIME_DRIVER.
[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
4# It is based on the LZMA SDK 4.65.\r
5# LZMA SDK 4.65 was placed in the public domain on 2009-02-03.\r
6# It was released on the http://www.7-zip.org/sdk.html website.\r
7#\r
8# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>\r
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
46 Sdk/C/Types.h \r
47 UefiLzma.h\r
48 LzmaDecompressLibInternal.h\r
49\r
50[Sources.Ia32, Sources.X64]\r
51 Sdk/C/Bra86.c\r
52 F86GuidedSectionExtraction.c\r
53\r
54[Packages]\r
55 MdePkg/MdePkg.dec\r
56 MdeModulePkg/MdeModulePkg.dec\r
57\r
58[Guids.Ia32, Guids.X64]\r
59 gLzmaF86CustomDecompressGuid ## PRODUCES ## GUID # specifies LZMA custom decompress algorithm with converter for x86 code.\r
60\r
61[LibraryClasses]\r
62 BaseLib\r
63 DebugLib\r
64 BaseMemoryLib\r
65 ExtractGuidedSectionLib\r
66\r