|
TianoCore EDK2 master
|
#include <MdePkg/Include/Pi/PiFirmwareFile.h>
Data Fields | |
| EFI_COMMON_SECTION_HEADER | CommonHeader |
| EFI_GUID | SectionDefinitionGuid |
| UINT16 | DataOffset |
| UINT16 | Attributes |
The leaf section which is encapsulation defined by specific GUID.
Definition at line 361 of file PiFirmwareFile.h.
| UINT16 EFI_GUID_DEFINED_SECTION::Attributes |
The bit field that declares some specific characteristics of the section contents.
Definition at line 377 of file PiFirmwareFile.h.
| EFI_COMMON_SECTION_HEADER EFI_GUID_DEFINED_SECTION::CommonHeader |
The common section header. CommonHeader.Type = EFI_SECTION_GUID_DEFINED.
Definition at line 365 of file PiFirmwareFile.h.
| UINT16 EFI_GUID_DEFINED_SECTION::DataOffset |
Contains the offset in bytes from the beginning of the common header to the first byte of the data.
Definition at line 373 of file PiFirmwareFile.h.
| EFI_GUID EFI_GUID_DEFINED_SECTION::SectionDefinitionGuid |
The GUID that defines the format of the data that follows. It is a vendor-defined section type.
Definition at line 369 of file PiFirmwareFile.h.