MdeModulePkg/DriverSample: Remove the password related codes

In current DriverSampleDxe, the sample code of password is
not a good example, so we plan to remove it.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Dandan Bi
2016-11-17 13:15:33 +08:00
committed by Star Zeng
parent 87f04621ad
commit 6bfd7ea7d6
5 changed files with 1 additions and 294 deletions

View File

@@ -111,12 +111,8 @@
#string STR_NUMERIC_HELP3 #language en-US "This is the help for those who are curious about body height. Type how tall you are in a numeric value. The valid range in this case is from 0 to 190. Let's see if you actually read this help and figure that out."
#language fr-FR "Ésta es la ayuda para los que sean demasiado viejos entender la pregunta. Pulse cómo es viejo usted está en años."
#string STR_PASSWORD_CALLBACK_PROMPT #language en-US "Set the system password - Interactive"
#language fr-FR "Cuál es la palabra mágica? - Interactive"
#string STR_PASSWORD_PROMPT #language en-US "Set the system password"
#language fr-FR "Cuál es la palabra mágica?"
#string STR_PASSWORD_HELP #language en-US "This is a system password which will likely be used by the BDS architecture in its platform portion of the code. There is a very simple encryption in this sample and the password will be stored in NVRAM in its encrypted form."
#language fr-FR "Esto es analgous a mí que le pregunta cuál es su palabra de paso."
#string STR_TEXT_SECRUITY_TEST_TEXT #language en-US "Access only permitted for Admin"
#language fr-FR "Access only permitted for Admin"
#string STR_TEXT_SECRUITY_TEST_HELP #language en-US "If this label is not gray, then current user has admin access setup permission. If this label is gray, then current user has no admin access setup permission."
@@ -151,10 +147,6 @@
#language fr-FR "Éste es mi mensaje de error contrario."
#string STR_ERROR_POPUP #language en-US "You typed in something bad!"
#language fr-FR "Esto es un mensaje de error del popup."
#string STR_MY_STRING_PROMPT #language en-US "Password you typed in is"
#language fr-FR "Password you typed in is"
#string STR_MY_STRING_HELP #language en-US "This is my string help"
#language fr-FR "This is my string help"
#string STR_MY_STRING_DEFAULT #language en-US "my password"
#language fr-FR "my password"
#string STR_MY_STRING_PROMPT2 #language en-US "String - Interactive"