MdeModulePkg:Support orderedList with default value
Our tool can support OrderedList which has default value,but doesn't update the source code in HiiDatabase when parse the ifr data.Now update the code and add test case in DriverSample. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18388 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -234,6 +234,7 @@ formset
|
||||
option text = STRING_TOKEN(STR_ONE_OF_TEXT1), value = 3, flags = 0;
|
||||
option text = STRING_TOKEN(STR_ONE_OF_TEXT2), value = 2, flags = 0;
|
||||
option text = STRING_TOKEN(STR_ONE_OF_TEXT3), value = 1, flags = 0;
|
||||
default = {1,2,3},
|
||||
endlist;
|
||||
endif;
|
||||
|
||||
|
Reference in New Issue
Block a user