X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FSectionExtraction.h;h=2210887d35fb893e992f28f18f98a16cd5313f0f;hp=adc03f598541e884aab94b714b8dd195c23e102c;hb=ba2377328775b10caa4c2091a8997eb8685c39b8;hpb=0647c9adf92c6a8712091607a73b2768327a865d diff --git a/MdePkg/Include/Protocol/SectionExtraction.h b/MdePkg/Include/Protocol/SectionExtraction.h index adc03f5985..2210887d35 100644 --- a/MdePkg/Include/Protocol/SectionExtraction.h +++ b/MdePkg/Include/Protocol/SectionExtraction.h @@ -1,8 +1,8 @@ /** @file - This file declares Section Extraction protocols. + This file declares Section Extraction protocol. - This interface provides a means of decoding a set of sections into a linked list of - leaf sections. This provides for an extensible and flexible file format. + The section extraction protocol is referenced in the PI 1.0 specification, but + not defined. It will likely be added in an eratta update. Copyright (c) 2006, Intel Corporation All rights reserved. This program and the materials @@ -13,25 +13,12 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - Module Name: SectionExtraction.h - - @par Revision Reference: - This protocol is defined in Firmware Volume Specification. - Version 0.9 - **/ #ifndef __SECTION_EXTRACTION_PROTOCOL_H__ #define __SECTION_EXTRACTION_PROTOCOL_H__ -// -// Protocol GUID definition -// -#define EFI_SECTION_EXTRACTION_PROTOCOL_GUID \ - { \ - 0x448F5DA4, 0x6DD7, 0x4FE1, {0x93, 0x07, 0x69, 0x22, 0x41, 0x92, 0x21, 0x5D } \ - } typedef struct _EFI_SECTION_EXTRACTION_PROTOCOL EFI_SECTION_EXTRACTION_PROTOCOL; @@ -130,9 +117,6 @@ EFI_STATUS IN UINTN SectionStreamHandle ); -// -// Protocol definition -// /** @par Protocol Description: The Section Extraction Protocol provides a simple method of extracting @@ -155,6 +139,4 @@ struct _EFI_SECTION_EXTRACTION_PROTOCOL { EFI_CLOSE_SECTION_STREAM CloseSectionStream; }; -extern EFI_GUID gEfiSectionExtractionProtocolGuid; - #endif