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:
@ -1,6 +1,6 @@
|
||||
/** @file
|
||||
|
||||
Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@ -84,7 +84,6 @@ typedef struct {
|
||||
EFI_HII_HANDLE HiiHandle[2];
|
||||
DRIVER_SAMPLE_CONFIGURATION Configuration;
|
||||
MY_EFI_VARSTORE_DATA VarStoreConfig;
|
||||
UINT8 PasswordState;
|
||||
|
||||
//
|
||||
// Name/Value storage Name list
|
||||
|
Reference in New Issue
Block a user