mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/DriverSampleDxe: Remove the non-interactive password
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:
parent
a275df8f9a
commit
87f04621ad
|
@ -34,7 +34,6 @@ Revision History:
|
|||
|
||||
#pragma pack(1)
|
||||
typedef struct {
|
||||
UINT16 WhatIsThePassword[20];
|
||||
UINT16 WhatIsThePassword2[20];
|
||||
UINT16 MyStringData[40];
|
||||
UINT16 PasswordClearText[20];
|
||||
|
|
|
@ -458,16 +458,6 @@ formset
|
|||
help = STRING_TOKEN(STR_MANUFACTURE_DEFAULT_HELP),
|
||||
endresetbutton;
|
||||
|
||||
//
|
||||
// Non-interactive password, validate by Setup Browser
|
||||
//
|
||||
password varid = MyIfrNVData.WhatIsThePassword,
|
||||
prompt = STRING_TOKEN(STR_PASSWORD_PROMPT),
|
||||
help = STRING_TOKEN(STR_PASSWORD_HELP),
|
||||
minsize = 6,
|
||||
maxsize = 20,
|
||||
endpassword;
|
||||
|
||||
string varid = MyIfrNVData.PasswordClearText,
|
||||
prompt = STRING_TOKEN(STR_MY_STRING_PROMPT),
|
||||
help = STRING_TOKEN(STR_MY_STRING_HELP),
|
||||
|
|
Loading…
Reference in New Issue