From 79e1ffbdd4cb6ea4d1ec8c25a1f6c905a57458f0 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Tue, 21 Oct 2014 05:48:00 +0000 Subject: Clean up the code. Action statement should not have text two opcode. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16221 6f19259b-4bc3-4df7-8a09-765794883524 --- .../PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr | 3 +-- .../UserIdentifyManagerDxe/UserIdentifyManagerVfr.Vfr | 1 - .../UserIdentification/UserProfileManagerDxe/UserProfileManagerVfr.Vfr | 1 - .../VariableAuthenticated/SecureBootConfigDxe/SecureBootConfig.vfr | 2 -- 4 files changed, 1 insertion(+), 6 deletions(-) (limited to 'SecurityPkg') diff --git a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr index 69f4be8c23..60972203b0 100644 --- a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr +++ b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr @@ -24,9 +24,8 @@ formset title = STRING_TOKEN(STR_FORM_TITLE); text - help = STRING_TOKEN(STR_NULL_STRING), + help = STRING_TOKEN(STR_NULL_STRING), text = STRING_TOKEN(STR_INPUT_PASSWORD), - text = STRING_TOKEN(STR_NULL_STRING), flags = INTERACTIVE, key = KEY_GET_PASSWORD; diff --git a/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerVfr.Vfr b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerVfr.Vfr index ebe8195c73..306679776d 100644 --- a/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerVfr.Vfr +++ b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerVfr.Vfr @@ -27,7 +27,6 @@ formset text help = STRING_TOKEN(STR_NULL_STRING), text = STRING_TOKEN(STR_NULL_STRING), - text = STRING_TOKEN(STR_NULL_STRING), flags = INTERACTIVE, key = FORM_OPEN_QUESTION_ID; endif; diff --git a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerVfr.Vfr b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerVfr.Vfr index fa6d9e4a87..59fb348651 100644 --- a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerVfr.Vfr +++ b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerVfr.Vfr @@ -35,7 +35,6 @@ formset text help = STRING_TOKEN(STR_NULL_STRING), text = STRING_TOKEN(STR_NULL_STRING), - text = STRING_TOKEN(STR_NULL_STRING), flags = INTERACTIVE, key = QUESTIONID_USER_MANAGE; endif; diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfig.vfr b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfig.vfr index 9685a9e0c2..aab321e402 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfig.vfr +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfig.vfr @@ -495,14 +495,12 @@ formset text help = STRING_TOKEN(STR_SAVE_AND_EXIT), text = STRING_TOKEN(STR_SAVE_AND_EXIT), - text = STRING_TOKEN(STR_NULL), flags = INTERACTIVE, key = KEY_VALUE_SAVE_AND_EXIT_PK; text help = STRING_TOKEN(STR_NO_SAVE_AND_EXIT), text = STRING_TOKEN(STR_NO_SAVE_AND_EXIT), - text = STRING_TOKEN(STR_NULL), flags = INTERACTIVE, key = KEY_VALUE_NO_SAVE_AND_EXIT_PK; -- cgit v1.2.3