IntelFrameworkPkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@ -4,13 +4,13 @@
|
||||
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.
|
||||
|
||||
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials are licensed and made available under
|
||||
the terms and conditions of the BSD License that accompanies this distribution.
|
||||
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials are licensed and made available under
|
||||
the terms and conditions of the BSD License that accompanies this distribution.
|
||||
The full text of the license may be found at
|
||||
http://opensource.org/licenses/bsd-license.php.
|
||||
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
http://opensource.org/licenses/bsd-license.php.
|
||||
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
@par Revision Reference:
|
||||
@ -66,15 +66,15 @@ EFI_STATUS
|
||||
|
||||
@param This Indicates the EFI_SECTION_EXTRACTION_PROTOCOL instance.
|
||||
@param SectionStreamHandle Indicates from which section stream to read.
|
||||
@param SectionType The pointer to an EFI_SECTION_TYPE. If SectionType == NULL,
|
||||
the contents of the entire section stream are returned
|
||||
in Buffer. If SectionType is not NULL, only the
|
||||
requested section is returned. EFI_SECTION_ALL
|
||||
matches all section types and can be used as a
|
||||
@param SectionType The pointer to an EFI_SECTION_TYPE. If SectionType == NULL,
|
||||
the contents of the entire section stream are returned
|
||||
in Buffer. If SectionType is not NULL, only the
|
||||
requested section is returned. EFI_SECTION_ALL
|
||||
matches all section types and can be used as a
|
||||
wild card to extract all sections in order.
|
||||
@param SectionDefinitionGuid The pointer to an EFI_GUID. If SectionType ==
|
||||
EFI_SECTION_GUID_DEFINED, SectionDefinitionGuid
|
||||
indicates what section GUID to search for. If
|
||||
EFI_SECTION_GUID_DEFINED, SectionDefinitionGuid
|
||||
indicates what section GUID to search for. If
|
||||
SectionType !=EFI_SECTION_GUID_DEFINED, then
|
||||
SectionDefinitionGuid is unused and is ignored.
|
||||
@param SectionInstance Indicates which instance of the requested section
|
||||
@ -85,23 +85,23 @@ EFI_STATUS
|
||||
contents are returned.
|
||||
@param BufferSize A pointer to a caller-allocated UINTN.
|
||||
@param AuthenticationStatus A pointer to a caller-allocated UINT32 in
|
||||
which any meta-data from encapsulation GUID-defined
|
||||
which any meta-data from encapsulation GUID-defined
|
||||
sections is returned.
|
||||
|
||||
@retval EFI_SUCCESS The SectionStream was successfully processed and
|
||||
the section contents were returned in Buffer.
|
||||
@retval EFI_PROTOCOL_ERROR A GUID-defined section was encountered inthe section
|
||||
stream with its EFI_GUIDED_SECTION_PROCESSING_REQUIRED
|
||||
bit set, but there was no corresponding GUIDed
|
||||
stream with its EFI_GUIDED_SECTION_PROCESSING_REQUIRED
|
||||
bit set, but there was no corresponding GUIDed
|
||||
Section Extraction Protocol in the handle database.
|
||||
@retval EFI_NOT_FOUND An error was encountered when parsing the SectionStream,
|
||||
which indicates that the SectionStream is not
|
||||
which indicates that the SectionStream is not
|
||||
correctly formatted. Or, the requested section does not exist.
|
||||
@retval EFI_OUT_OF_RESOURCES The system has insufficient resources to process
|
||||
the request.
|
||||
@retval EFI_INVALID_PARAMETER The SectionStreamHandle does not exist.
|
||||
@retval EFI_WARN_BUFFER_TOO_SMALL The size of the input buffer is insufficient
|
||||
to contain the requested section. The input
|
||||
@retval EFI_WARN_BUFFER_TOO_SMALL The size of the input buffer is insufficient
|
||||
to contain the requested section. The input
|
||||
buffer is filled and section contents are truncated.
|
||||
|
||||
**/
|
||||
|
Reference in New Issue
Block a user