27// This PPI carries prehashsed data for one FV. Platform should ensure 1:1 mapping between pre-hashed PPI and corresponding FV.
28// The Count field in PPI is followed by Count number of FV hash info entries, which can be extended to PCR and logged to TCG event log directly by TCG modules.
29// TCG module checks TPM required hash algorithms(PcdTpm2HashMask) with each pre-hashed PPIs
30// For each pre-hashed PPI
31// If PPI carries hash generated by equivalent or larger algorithm set than TPM required, directly use PPI
32// else, drops PPI data and calculate all hash again