summaryrefslogtreecommitdiff
path: root/MdeModulePkg/MdeModulePkg.dec
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-08 06:55:15 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-08 06:55:15 +0000
commit11232773acbeb117e9c2cf11d4ca65f1404c9ab0 (patch)
treee4f1bff4fe17bb2d18a4da9a741e9c2c91e13e26 /MdeModulePkg/MdeModulePkg.dec
parent81da6ef925f234f66ceb8af1598127260ed5d09e (diff)
downloadedk2-platforms-11232773acbeb117e9c2cf11d4ca65f1404c9ab0.tar.xz
Do the following enhancement for SetupBrowser:
1. Support Scroll up and down. When hit the top, the last page will be showed. When hit the bottom, the first page will be showed. 2. Show forms page by page based on the option (including unselected and selected). 3. Add PCD to configure whether TEXT statement is set to Grayout option. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11355 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r--MdeModulePkg/MdeModulePkg.dec5
1 files changed, 5 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec
index ae0d6527be..c1e46fa356 100644
--- a/MdeModulePkg/MdeModulePkg.dec
+++ b/MdeModulePkg/MdeModulePkg.dec
@@ -302,6 +302,11 @@
# If FALSE, then unaligned I/O, MMIO, and PCI Configuration cycles through the PCI I/O Protocol are disabled.
# The default value for this PCD is to disable support for unaligned PCI I/O Protocol requests.
gEfiMdeModulePkgTokenSpaceGuid.PcdUnalignedPciIoEnable|FALSE|BOOLEAN|0x0001003e
+
+ ## This PCD specifies whether TEXT statement is always set to GrayOut statement in HII Form Browser.
+ # If TRUE, TEXT statement will always be set to GrayOut.
+ # If FALSE, TEXT statement will be set to GrayOut only when GrayOut condition is TRUE.
+ gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement|FALSE|BOOLEAN|0x0001004f
[PcdsFeatureFlag.IA32, PcdsFeatureFlag.X64]
##