|
TianoCore EDK2 master
|
#include <MdePkg/Include/Pi/PiFirmwareFile.h>
Data Fields | |
| EFI_COMMON_SECTION_HEADER | CommonHeader |
| UINT32 | UncompressedLength |
| UINT8 | CompressionType |
An encapsulation section type in which the section data is compressed.
Definition at line 274 of file PiFirmwareFile.h.
| EFI_COMMON_SECTION_HEADER EFI_COMPRESSION_SECTION::CommonHeader |
Usual common section header. CommonHeader.Type = EFI_SECTION_COMPRESSION.
Definition at line 278 of file PiFirmwareFile.h.
| UINT8 EFI_COMPRESSION_SECTION::CompressionType |
Indicates which compression algorithm is used.
Definition at line 286 of file PiFirmwareFile.h.
| UINT32 EFI_COMPRESSION_SECTION::UncompressedLength |
The UINT32 that indicates the size of the section data after decompression.
Definition at line 282 of file PiFirmwareFile.h.