]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h
Remove the additional build options.
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / CustomDecompress.h
CommitLineData
3dbba770 1/** @file\r
ed7752ec 2 Custom decompress Guid definitions\r
3 \r
d8c79a81
LG
4Copyright (c) 2006 - 2007, Intel Corporation\r
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
3dbba770 13**/\r
d8c79a81
LG
14\r
15#ifndef __EFI_CUSTOM_DECOMPRESS_GUID_H__\r
16#define __EFI_CUSTOM_DECOMPRESS_GUID_H__\r
17\r
ed7752ec 18#define TIANO_CUSTOM_DECOMPRESS_GUID \\r
d8c79a81
LG
19 { 0xA31280AD, 0x481E, 0x41B6, { 0x95, 0xE8, 0x12, 0x7F, 0x4C, 0x98, 0x47, 0x79 } }\r
20\r
21extern GUID gTianoCustomDecompressGuid;\r
22\r
dedfc3bb 23#endif\r