]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/Crc32GuidedSectionExtraction.h
1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be defined in...
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / Crc32GuidedSectionExtraction.h
diff --git a/IntelFrameworkPkg/Include/Protocol/Crc32GuidedSectionExtraction.h b/IntelFrameworkPkg/Include/Protocol/Crc32GuidedSectionExtraction.h
deleted file mode 100644 (file)
index 5c8b61f..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-/** @file\r
-  This file declares GUIDed section extraction protocol.\r
-\r
-  This interface provides a means of decoding a GUID defined encapsulation\r
-  section. There may be multiple different GUIDs associated with the GUIDed\r
-  section extraction protocol. That is, all instances of the GUIDed section\r
-  extraction protocol must have the same interface structure.\r
-\r
-  Copyright (c) 2006, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-  Module Name:  GuidedSectionExtraction.h\r
-\r
-  @par Revision Reference:\r
-  This protocol is defined in Firmware Volume Specification.\r
-  Version 0.9\r
-\r
-**/\r
-\r
-#ifndef __CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_H__\r
-#define __CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_H__\r
-\r
-#include <PiPei.h>\r
-\r
-//\r
-// Protocol GUID definition. Each GUIDed section extraction protocol has the\r
-// same interface but with different GUID. All the GUIDs is defined here.\r
-// May add multiple GUIDs here.\r
-//\r
-#define EFI_CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_GUID \\r
-  { \\r
-    0xFC1BCDB0, 0x7D31, 0x49aa, {0x93, 0x6A, 0xA4, 0x60, 0x0D, 0x9D, 0xD0, 0x83 } \\r
-  }\r
-\r
-//\r
-// may add other GUID here\r
-//\r
-extern EFI_GUID gEfiCrc32GuidedSectionExtractionProtocolGuid;\r
-\r
-#endif\r