]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/TianoDecompress.h
MdeModulePkg: Move BaseUefiTianoCustomDecompressLib to
[mirror_edk2.git] / MdeModulePkg / Include / Guid / TianoDecompress.h
diff --git a/MdeModulePkg/Include/Guid/TianoDecompress.h b/MdeModulePkg/Include/Guid/TianoDecompress.h
new file mode 100644 (file)
index 0000000..40f74f8
--- /dev/null
@@ -0,0 +1,22 @@
+/** @file\r
+  Tiano Custom decompress Guid definition.\r
+\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
+**/\r
+\r
+#ifndef __TIANO_CUSTOM_DECOMPRESS_GUID_H__\r
+#define __TIANO_CUSTOM_DECOMPRESS_GUID_H__\r
+\r
+///\r
+/// The Global ID used to identify a section of an FFS file of type\r
+/// EFI_SECTION_GUID_DEFINED, whose contents have been compressed using\r
+/// Tiano Custom compression.\r
+///\r
+#define TIANO_CUSTOM_DECOMPRESS_GUID  \\r
+  { 0xA31280AD, 0x481E, 0x41B6, { 0x95, 0xE8, 0x12, 0x7F, 0x4C, 0x98, 0x47, 0x79 } }\r
+\r
+extern GUID gTianoCustomDecompressGuid;\r
+\r
+#endif\r