Add sample code for vfr opcode "guidop"

Signed-off-by: ydong10
Reviewed-by: lgao4



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11870 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10 2011-06-21 02:43:14 +00:00
parent 18ad26da31
commit 8f766f6eec
1 changed files with 9 additions and 0 deletions

View File

@ -483,6 +483,15 @@ formset
prompt = STRING_TOKEN(STR_GOTO_FORM4), //FourthSetupPage // this too has no end-op and basically it's a jump to a form ONLY
help = STRING_TOKEN(STR_GOTO_HELP);
guidop
guid = FORMSET_GUID,
datatype = MY_DATA2,
data.Field8 = 0x21,
data.Field16 = 0x2121,
data.OrderedList[0] = 0x21,
endguidop;
endform;
suppressif ideqval MyIfrNVData.BootOrderLarge == 0;