Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII and FvHob.
Remove patchable type Flash related PCD. Simplify single one PcdPeiFullPcdDatabaseEnable to produce full or minimal Pei PCD services. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7678 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -204,7 +204,7 @@ CreateQuestion (
|
||||
// Take a look at next OpCode to see whether it is a GUIDed opcode to support
|
||||
// Framework Compatibility
|
||||
//
|
||||
if (FeaturePcdGet (PcdFrameworkHiiCompatibilitySupport)) {
|
||||
if (FeaturePcdGet (PcdFrameworkCompatibilitySupport)) {
|
||||
if ((*OpCodeData == EFI_IFR_NUMERIC_OP) && IsNextOpCodeGuidedVarEqName (OpCodeData)) {
|
||||
Status = UpdateCheckBoxStringToken (FormSet, Statement);
|
||||
if (EFI_ERROR (Status)) {
|
||||
|
Reference in New Issue
Block a user