Add sample use case for IFR security op-code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10255 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -424,6 +424,15 @@ formset
|
||||
maxsize = 20,
|
||||
endpassword;
|
||||
|
||||
//
|
||||
// Sample use case for IFR Security op-code
|
||||
//
|
||||
grayoutif NOT security (EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID);
|
||||
text
|
||||
help = STRING_TOKEN(STR_TEXT_SECRUITY_TEST_HELP),
|
||||
text = STRING_TOKEN(STR_TEXT_SECRUITY_TEST_TEXT);
|
||||
endif;
|
||||
|
||||
goto 2,
|
||||
prompt = STRING_TOKEN(STR_GOTO_FORM2), //SecondSetupPage // this too has no end-op and basically it's a jump to a form ONLY
|
||||
help = STRING_TOKEN(STR_GOTO_HELP);
|
||||
|
Reference in New Issue
Block a user