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
This commit is contained in:
@@ -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]
|
||||
##
|
||||
|
Reference in New Issue
Block a user