]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Include/Protocol/Crc32GuidedSectionExtraction.h
f6f156a6ea57e56980d560d7d06cc4504f8259d2
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / Crc32GuidedSectionExtraction.h
1 /** @file
2 This file declares GUIDed section extraction protocol.
3
4 This interface provides a means of decoding a GUID defined encapsulation
5 section. There may be multiple different GUIDs associated with the GUIDed
6 section extraction protocol. That is, all instances of the GUIDed section
7 extraction protocol must have the same interface structure.
8
9 Copyright (c) 2006, Intel Corporation
10 All rights reserved. This program and the accompanying materials
11 are licensed and made available under the terms and conditions of the BSD License
12 which accompanies this distribution. The full text of the license may be found at
13 http://opensource.org/licenses/bsd-license.php
14
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17
18 Module Name: GuidedSectionExtraction.h
19
20 @par Revision Reference:
21 This protocol is defined in Firmware Volume Specification.
22 Version 0.9
23
24 **/
25
26 #ifndef __CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_H__
27 #define __CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_H__
28
29
30 //
31 // Protocol GUID definition. Each GUIDed section extraction protocol has the
32 // same interface but with different GUID. All the GUIDs is defined here.
33 // May add multiple GUIDs here.
34 //
35 #define EFI_CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_GUID \
36 { \
37 0xFC1BCDB0, 0x7D31, 0x49aa, {0x93, 0x6A, 0xA4, 0x60, 0x0D, 0x9D, 0xD0, 0x83 } \
38 }
39
40 //
41 // may add other GUID here
42 //
43 extern EFI_GUID gEfiCrc32GuidedSectionExtractionProtocolGuid;
44
45 #endif