]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/TianoDecompress.h
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / 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
5This program and the accompanying materials are licensed and made available under\r
6the terms and conditions of the BSD License that accompanies this distribution.\r
49fd8a35 7The full text of the license may be found at\r
0a6f4824
LG
8http://opensource.org/licenses/bsd-license.php.\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
d8c79a81
LG
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
3dbba770 13**/\r
d8c79a81 14\r
b4b6c8de
LG
15#ifndef __TIANO_CUSTOM_DECOMPRESS_GUID_H__\r
16#define __TIANO_CUSTOM_DECOMPRESS_GUID_H__\r
d8c79a81 17\r
0e0ab706 18///\r
0a6f4824
LG
19/// The Global ID used to identify a section of an FFS file of type\r
20/// EFI_SECTION_GUID_DEFINED, whose contents have been compressed using\r
0e0ab706 21/// Tiano Custom compression.\r
22///\r
ed7752ec 23#define TIANO_CUSTOM_DECOMPRESS_GUID \\r
d8c79a81
LG
24 { 0xA31280AD, 0x481E, 0x41B6, { 0x95, 0xE8, 0x12, 0x7F, 0x4C, 0x98, 0x47, 0x79 } }\r
25\r
26extern GUID gTianoCustomDecompressGuid;\r
27\r
dedfc3bb 28#endif\r