Hi Eric,

Thanks for your response. I looked through the patch and everything looks 
like it works. I do have a question regarding the use of the  curly braces 
around the values. While I understand why they are useful, I think they 
are departure from the syntax of ideqvallist items, which are example of 
vfr supporting lists. The below example is pulled from 
MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr:


        inconsistentif prompt = STRING_TOKEN(STR_ERROR_POPUP),
        ideqval Date.Day == 0x1D
        AND
        ideqval Date.Month == 2
        AND
        NOT
       ideqvallist Date.Year == 2004 2008 20012 20016 2020 2024 2028 2032 
2036
     endif

Should the syntax for lists be consistent across all of vfr?

Best Regards,
Aaron



From:   "Dong, Eric" <eric.d...@intel.com>
To:     "aaron....@congatec.com" <aaron....@congatec.com>, "Liu, Yingke D" 
<yingke.d....@intel.com>, 
Cc:     "edk2-devel@lists.sourceforge.net" 
<edk2-devel@lists.sourceforge.net>
Date:   04/21/2015 07:58 PM
Subject:        RE: [Patch] VfrCompile Support Default statement for 
OrderedList controls



Aaron,
 
Thanks for your contribution. We are also just finished this task.  We 
enhance the default and oneofoption opcode to support default value for 
orderedlist opcode. So our code format is a little difference with yours, 
please check the patch from ours.
 
Also  I updated your sample file to show our code format.  One change need 
to declare is if one oneofoption used as a default value for orderedlist 
opcode, this option will not be showed as a normal option.
 
Thanks,
Eric
From: aaron....@congatec.com [mailto:aaron....@congatec.com] 
Sent: Wednesday, April 22, 2015 7:25 AM
To: Dong, Eric; Liu, Yingke D
Cc: edk2-devel@lists.sourceforge.net
Subject: [Patch] VfrCompile Support Default statement for OrderedList 
controls
 
Hi Eric and Yingke, 


Please find attached a potential path for allowing ordered lists to have 
default statements that are more than one element. I've also attached the 
test VFR used to demonstrate the syntax. 

Please let me know your opinions on if the change in the syntax will be 
allowable. 

Best Regards, 
Aaron 
[attachment "Tool update for orderedlist opcode v3.patch" deleted by Aaron 
Pop/cus/congatec] [attachment "text.vfr" deleted by Aaron 
Pop/cus/congatec] 
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to