Data Fields | |
UINTN | Flags |
EFI_GUID * | Guid |
VOID * | Ppi |
This field is a set of flags describing the characteristics of this imported table entry. All flags are defined as EFI_PEI_PPI_DESCRIPTOR_***, which can also be combined into one.
Referenced by InternalPeiServicesInstallFvInfoPpi().
The address of the EFI_GUID that names the interface.
Referenced by InternalPeiServicesInstallFvInfoPpi().
A pointer to the PPI. It contains the information necessary to install a service.
Referenced by InternalPeiServicesInstallFvInfoPpi().