X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FInclude%2FProtocol%2FGuidedSectionExtraction.h;h=83d7466586a52bdbb9220604ff58fbc27ed0e297;hp=597601a7f427fabe95489dedd677afa9fc5ed857;hb=f7496d717357b9af78414d19679b073403812340;hpb=39456d00f36e04b7e7efb208f350f4e83b6c3531 diff --git a/BaseTools/Source/C/Include/Protocol/GuidedSectionExtraction.h b/BaseTools/Source/C/Include/Protocol/GuidedSectionExtraction.h index 597601a7f4..83d7466586 100644 --- a/BaseTools/Source/C/Include/Protocol/GuidedSectionExtraction.h +++ b/BaseTools/Source/C/Include/Protocol/GuidedSectionExtraction.h @@ -1,15 +1,15 @@ /** @file This file declares GUIDed section extraction protocol. - This interface provides a means of decoding a GUID defined encapsulation + This interface provides a means of decoding a GUID defined encapsulation section. There may be multiple different GUIDs associated with the GUIDed section extraction protocol. That is, all instances of the GUIDed section extraction protocol must have the same interface structure. - + @par Revision Reference: PI Version 1.00. - - Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+ + Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this @@ -56,10 +56,10 @@ typedef struct _EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL EFI_GUIDED_SECTION_EXTRAC EFI_TPL above TPL_NOTIFY is undefined. Type EFI_TPL is defined in RaiseTPL() in the UEFI 2.0 specification. - + @param This Indicates the EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL instance. - + @param InputSection Buffer containing the input GUIDed section to be processed. OutputBuffer OutputBuffer is allocated from boot services pool @@ -124,7 +124,7 @@ EFI_STATUS /** - + Takes the GUIDed section as input and produces the section stream data. See the ExtractSection() function description.