blob: c384dacbef78fe5dbdd5bbc9aaab309a5be3041f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// /** @file
// This library instance produces UefiDecompressLib and Tiano Custom decompression algorithm.
//
// Tiano custom decompression algorithm shares most of code with Uefi Decompress algorithm.
//
// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
// **/
#string STR_MODULE_ABSTRACT #language en-US "Produces UefiDecompressLib and Tiano Custom decompression algorithm"
#string STR_MODULE_DESCRIPTION #language en-US "Tiano custom decompression algorithm shares most of the code with the UEFI Decompress algorithm."
|