Remove hide TPM support.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dong Guo <guo.dong@intel.com> Reviewed-by: Yao Jiewen <jiewen.yao@intel.com> Reviewed-by: Ni, Ruiyu <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15405 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
VFR file used by the TCG configuration component.
|
||||
|
||||
Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2011 - 2014, 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
|
||||
@@ -44,13 +44,6 @@ formset
|
||||
endcheckbox;
|
||||
endif;
|
||||
|
||||
suppressif TRUE;
|
||||
checkbox varid = TCG_CONFIGURATION.OriginalHideTpm,
|
||||
prompt = STRING_TOKEN(STR_NULL),
|
||||
help = STRING_TOKEN(STR_NULL),
|
||||
endcheckbox;
|
||||
endif;
|
||||
|
||||
text
|
||||
help = STRING_TOKEN(STR_TPM_STATE_HELP),
|
||||
text = STRING_TOKEN(STR_TPM_STATE_PROMPT),
|
||||
@@ -58,18 +51,6 @@ formset
|
||||
|
||||
subtitle text = STRING_TOKEN(STR_NULL);
|
||||
|
||||
label LABEL_TCG_CONFIGURATION_HIDETPM;
|
||||
|
||||
checkbox varid = TCG_CONFIGURATION.HideTpm,
|
||||
questionid = KEY_HIDE_TPM,
|
||||
prompt = STRING_TOKEN(STR_HIDE_TPM_PROMPT),
|
||||
help = STRING_TOKEN(STR_HIDE_TPM_HELP),
|
||||
flags = RESET_REQUIRED,
|
||||
endcheckbox;
|
||||
|
||||
label LABEL_END;
|
||||
|
||||
grayoutif ideqval TCG_CONFIGURATION.OriginalHideTpm == 1;
|
||||
oneof varid = TCG_CONFIGURATION.TpmOperation,
|
||||
questionid = KEY_TPM_ACTION,
|
||||
prompt = STRING_TOKEN(STR_TPM_OPERATION),
|
||||
@@ -102,8 +83,6 @@ formset
|
||||
|
||||
subtitle text = STRING_TOKEN(STR_NULL);
|
||||
|
||||
endif;
|
||||
|
||||
endform;
|
||||
|
||||
endformset;
|
||||
|
Reference in New Issue
Block a user