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