|
XenevaOS
|
#include <PiFirmwareFile.h>

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 |
Each file begins with the header that describe the contents and state of the files.
| EFI_FFS_FILE_ATTRIBUTES EFI_FFS_FILE_HEADER::Attributes |
Declares various file attribute bits.
| EFI_FFS_INTEGRITY_CHECK EFI_FFS_FILE_HEADER::IntegrityCheck |
Used to verify the integrity of the file.
| EFI_GUID EFI_FFS_FILE_HEADER::Name |
This GUID is the file name. It is used to uniquely identify the file.
| UINT8 EFI_FFS_FILE_HEADER::Size[3] |
The length of the file in bytes, including the FFS header.
| 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.
| EFI_FV_FILETYPE EFI_FFS_FILE_HEADER::Type |
Identifies the type of file.