]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/LzmaDecompress.h
Update comments
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / LzmaDecompress.h
CommitLineData
b4b6c8de
LG
1/** @file\r
2 Lzma Custom decompress algorithm Guid definition\r
306bf4e2 3\r
b4b6c8de 4Copyright (c) 2009, Intel Corporation\r
306bf4e2 5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
b4b6c8de 13**/\r
306bf4e2 14\r
15#ifndef __LZMA_DECOMPRESS_GUID_H__\r
16#define __LZMA_DECOMPRESS_GUID_H__\r
17\r
0e0ab706 18///\r
19/// 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 LZMA.\r
21///\r
306bf4e2 22#define LZMA_CUSTOM_DECOMPRESS_GUID \\r
23 { 0xEE4E5898, 0x3914, 0x4259, { 0x9D, 0x6E, 0xDC, 0x7B, 0xD7, 0x94, 0x03, 0xCF } }\r
24\r
25extern GUID gLzmaCustomDecompressGuid;\r
26\r
27#endif\r