]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Guid/TianoDecompress.h
40f74f88f303085149deeb5f6e8a85828d6e8549
[mirror_edk2.git] / MdeModulePkg / Include / Guid / TianoDecompress.h
1 /** @file
2 Tiano Custom decompress Guid definition.
3
4 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __TIANO_CUSTOM_DECOMPRESS_GUID_H__
10 #define __TIANO_CUSTOM_DECOMPRESS_GUID_H__
11
12 ///
13 /// The Global ID used to identify a section of an FFS file of type
14 /// EFI_SECTION_GUID_DEFINED, whose contents have been compressed using
15 /// Tiano Custom compression.
16 ///
17 #define TIANO_CUSTOM_DECOMPRESS_GUID \
18 { 0xA31280AD, 0x481E, 0x41B6, { 0x95, 0xE8, 0x12, 0x7F, 0x4C, 0x98, 0x47, 0x79 } }
19
20 extern GUID gTianoCustomDecompressGuid;
21
22 #endif