XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_FFS_FILE_HEADER Struct Reference

#include <PiFirmwareFile.h>

Collaboration diagram for EFI_FFS_FILE_HEADER:
Collaboration graph
[legend]

Public Attributes

EFI_GUID Name
 
EFI_FFS_INTEGRITY_CHECK IntegrityCheck
 
EFI_FV_FILETYPE Type
 
EFI_FFS_FILE_ATTRIBUTES Attributes
 
UINT8 Size [3]
 
EFI_FFS_FILE_STATE State
 

Detailed Description

Each file begins with the header that describe the contents and state of the files.

Member Data Documentation

◆ Attributes

EFI_FFS_FILE_ATTRIBUTES EFI_FFS_FILE_HEADER::Attributes

Declares various file attribute bits.

◆ IntegrityCheck

EFI_FFS_INTEGRITY_CHECK EFI_FFS_FILE_HEADER::IntegrityCheck

Used to verify the integrity of the file.

◆ Name

EFI_GUID EFI_FFS_FILE_HEADER::Name

This GUID is the file name. It is used to uniquely identify the file.

◆ Size

UINT8 EFI_FFS_FILE_HEADER::Size[3]

The length of the file in bytes, including the FFS header.

◆ State

EFI_FFS_FILE_STATE EFI_FFS_FILE_HEADER::State

Used to track the state of the file throughout the life of the file from creation to deletion.

◆ Type

EFI_FV_FILETYPE EFI_FFS_FILE_HEADER::Type

Identifies the type of file.


The documentation for this struct was generated from the following file: