MdeModulePkg: Remove PcdFrameworkCompatibilitySupport

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464

Currently Framework compatibility support is not needed and
PcdFrameworkCompatibilitySupport will be removed from edk2.
So remove the usage of this PCD firstly.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
This commit is contained in:
Dandan Bi 2019-04-28 21:44:39 +08:00 committed by Liming Gao
parent 2c835dee82
commit 4acc5750f0
2 changed files with 0 additions and 14 deletions

View File

@ -737,14 +737,6 @@
# @Prompt Disable default keyboard layout in USB KeyBoard Driver.
gEfiMdeModulePkgTokenSpaceGuid.PcdDisableDefaultKeyboardLayoutInUsbKbDriver|FALSE|BOOLEAN|0x00010200
## Indicates if backward compatibility to Framework HII and Framework FvHob is supported.<BR><BR>
# TRUE - Setup Browser supports GUID opcodes generated from Framework HII VFR file by VFR compiler.
# the PeiCore will handle the framework FvHob and install FvInfo PPI for it.<BR>
# FALSE - Setup Browser doesn't support GUID opcodes generated from Framework HII VFR file by VFR compiler.
# the PeiCore will not handle the framework FvHob and install FvInfo PPI for it.<BR>
# @Prompt Enable framework backward compatibility support.
gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport|FALSE|BOOLEAN|0x00012009
## Indicates if HelloWorld Application will print the verbose information.
# This PCD is a sample to explain FeatureFlag PCD usage.<BR><BR>
# TRUE - HelloWorld Application will print the verbose information.<BR>

View File

@ -711,12 +711,6 @@
"TRUE - disable<BR>\n"
"FALSE - enable<BR>"
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFrameworkCompatibilitySupport_PROMPT #language en-US "Enable framework backward compatibility support"
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFrameworkCompatibilitySupport_HELP #language en-US "Indicates if backward compatibility to Framework HII and Framework FvHob is supported.<BR><BR>\n"
"TRUE - Setup Browser supports GUID opcodes generated from Framework HII VFR file by VFR compiler. the PeiCore will handle the framework FvHob and install FvInfo PPI for it.<BR>\n"
"FALSE - Setup Browser doesn't support GUID opcodes generated from Framework HII VFR file by VFR compiler. the PeiCore will not handle the framework FvHob and install FvInfo PPI for it.<BR>"
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHelloWorldPrintEnable_PROMPT #language en-US "Enable HelloWorld print"
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHelloWorldPrintEnable_HELP #language en-US "Indicates if HelloWorld Application will print the verbose information. This PCD is a sample to explain FeatureFlag PCD usage.<BR><BR>\n"