|
TianoCore EDK2 master
|
#include <MdePkg/Include/Pi/PiPeiCis.h>
Data Fields | |
| EFI_GUID | FileName |
| EFI_FV_FILETYPE | FileType |
| EFI_FV_FILE_ATTRIBUTES | FileAttributes |
| VOID * | Buffer |
| UINT32 | BufferSize |
| UINT32 | AuthenticationStatus |
The information with authentication status of the FV file.
Definition at line 686 of file PiPeiCis.h.
| UINT32 EFI_FV_FILE_INFO2::AuthenticationStatus |
Authentication status for this file.
Definition at line 712 of file PiPeiCis.h.
| VOID* EFI_FV_FILE_INFO2::Buffer |
Points to the file's data (not the header). Not valid if EFI_FV_FILE_ATTRIB_MEMORY_MAPPED is zero.
Definition at line 704 of file PiPeiCis.h.
| UINT32 EFI_FV_FILE_INFO2::BufferSize |
Size of the file's data.
Definition at line 708 of file PiPeiCis.h.
| EFI_FV_FILE_ATTRIBUTES EFI_FV_FILE_INFO2::FileAttributes |
Attributes of the file.
Definition at line 698 of file PiPeiCis.h.
| EFI_GUID EFI_FV_FILE_INFO2::FileName |
Name of the file.
Definition at line 690 of file PiPeiCis.h.
| EFI_FV_FILETYPE EFI_FV_FILE_INFO2::FileType |
File type.
Definition at line 694 of file PiPeiCis.h.