]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / BaseUefiTianoCustomDecompressLib / BaseUefiTianoCustomDecompressLib.inf
CommitLineData
6bfbb5f0 1## @file\r
b4b6c8de
LG
2# This library instance produces UefiDecompressLib and Tiano Custom decompression algorithm.\r
3# Tiano custom decompression algorithm shares most of code with Uefi Decompress algorithm.\r
54bd896e 4#\r
64bbf1de 5# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
54bd896e 6#\r
180a5a35 7# This program and the accompanying materials\r
54bd896e 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
6bfbb5f0 14##\r
54bd896e 15\r
54bd896e 16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = BaseUefiTianoDecompressLib\r
f9841f04 19 MODULE_UNI_FILE = BaseUefiTianoDecompressLib.uni\r
54bd896e 20 FILE_GUID = d774c4d9-c121-4da3-a5e2-0f317e3c630c\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
30bb4749 23 LIBRARY_CLASS = UefiDecompressLib\r
18fd8d65
LG
24 CONSTRUCTOR = TianoDecompressLibConstructor\r
25\r
54bd896e 26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
64bbf1de 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
54bd896e 30#\r
31\r
6bfbb5f0 32[Sources]\r
54bd896e 33 BaseUefiTianoCustomDecompressLibInternals.h\r
34 BaseUefiTianoCustomDecompressLib.c\r
54bd896e 35\r
54bd896e 36[Packages]\r
37 MdePkg/MdePkg.dec\r
d8c79a81 38 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
54bd896e 39\r
54bd896e 40[LibraryClasses]\r
e69a0629 41 BaseLib\r
54bd896e 42 DebugLib\r
e6c560aa 43 BaseMemoryLib\r
18fd8d65 44 ExtractGuidedSectionLib\r
54bd896e 45\r
d8c79a81 46[Guids]\r
f9841f04
SZ
47 gTianoCustomDecompressGuid ## PRODUCES ## UNDEFINED # specifies tiano custom decompress algorithm.\r
48\r