VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf@ 81344

Last change on this file since 81344 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.6 KB
Line 
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 18.05
5# LZMA SDK 18.05 was placed in the public domain on 2018-04-30.
6# It was released on the http://www.7-zip.org/sdk.html website.
7#
8# Copyright (c) 2012 - 2018, 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
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette