NetworkPkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
VFR file used by the iSCSI configuration component.
|
||||
|
||||
Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||
|
||||
Copyright (c) 2004 - 2018, 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
|
||||
@@ -113,7 +113,7 @@ formset
|
||||
text = STRING_TOKEN (STR_NO_SAVE_AND_EXIT),
|
||||
flags = INTERACTIVE,
|
||||
key = KEY_IGNORE_DELETE_ATTEMPT;
|
||||
endform;
|
||||
endform;
|
||||
|
||||
form formid = FORMID_ATTEMPT_FORM,
|
||||
title = STRING_TOKEN(STR_ISCSI_ATTEMPT_FORM_TITLE);
|
||||
@@ -157,8 +157,8 @@ formset
|
||||
minimum = CONNECT_MIN_RETRY,
|
||||
maximum = CONNECT_MAX_RETRY,
|
||||
step = 0,
|
||||
endnumeric;
|
||||
|
||||
endnumeric;
|
||||
|
||||
numeric varid = ISCSI_CONFIG_IFR_NVDATA.ConnectTimeout,
|
||||
prompt = STRING_TOKEN(STR_ISCSI_CONFIG_TIMEOUT),
|
||||
help = STRING_TOKEN(STR_ISCSI_CONFIG_TIMEOUT_HELP),
|
||||
@@ -171,7 +171,7 @@ formset
|
||||
|
||||
subtitle text = STRING_TOKEN(STR_NULL);
|
||||
|
||||
string varid = ISCSI_CONFIG_IFR_NVDATA.IsId,
|
||||
string varid = ISCSI_CONFIG_IFR_NVDATA.IsId,
|
||||
prompt = STRING_TOKEN(STR_ISCSI_CONFIG_ISID),
|
||||
help = STRING_TOKEN(STR_ISCSI_CONFIG_ISID_HELP),
|
||||
flags = INTERACTIVE,
|
||||
@@ -191,9 +191,9 @@ formset
|
||||
endcheckbox;
|
||||
endif;
|
||||
|
||||
suppressif ideqval ISCSI_CONFIG_IFR_NVDATA.IpMode == IP_MODE_IP6 OR
|
||||
suppressif ideqval ISCSI_CONFIG_IFR_NVDATA.IpMode == IP_MODE_IP6 OR
|
||||
ideqval ISCSI_CONFIG_IFR_NVDATA.IpMode == IP_MODE_AUTOCONFIG;
|
||||
|
||||
|
||||
grayoutif ideqval ISCSI_CONFIG_IFR_NVDATA.InitiatorInfoFromDhcp == 0x01;
|
||||
string varid = ISCSI_CONFIG_IFR_NVDATA.LocalIp,
|
||||
prompt = STRING_TOKEN(STR_ISCSI_LOCAL_IP_ADDRESS),
|
||||
@@ -222,12 +222,12 @@ formset
|
||||
maxsize = IP4_MAX_SIZE,
|
||||
endstring;
|
||||
endif;
|
||||
|
||||
|
||||
endif;
|
||||
|
||||
suppressif ideqval ISCSI_CONFIG_IFR_NVDATA.IpMode == IP_MODE_AUTOCONFIG;
|
||||
subtitle text = STRING_TOKEN(STR_NULL);
|
||||
endif;
|
||||
endif;
|
||||
|
||||
suppressif ideqval ISCSI_CONFIG_IFR_NVDATA.IpMode == IP_MODE_AUTOCONFIG OR
|
||||
ideqval ISCSI_CONFIG_IFR_NVDATA.InitiatorInfoFromDhcp == 0x00;
|
||||
@@ -276,22 +276,22 @@ formset
|
||||
minsize = LUN_MIN_SIZE,
|
||||
maxsize = LUN_MAX_SIZE,
|
||||
endstring;
|
||||
|
||||
|
||||
endif;
|
||||
|
||||
suppressif ideqval ISCSI_CONFIG_IFR_NVDATA.IpMode == IP_MODE_AUTOCONFIG;
|
||||
subtitle text = STRING_TOKEN(STR_NULL);
|
||||
endif;
|
||||
endif;
|
||||
|
||||
oneof varid = ISCSI_CONFIG_IFR_NVDATA.AuthenticationType,
|
||||
questionid = KEY_AUTH_TYPE,
|
||||
questionid = KEY_AUTH_TYPE,
|
||||
prompt = STRING_TOKEN(STR_AUTHEN_TYPE_PROMPT),
|
||||
help = STRING_TOKEN(STR_AUTHEN_TYPE_HELP),
|
||||
option text = STRING_TOKEN(STR_AUTHEN_TYPE_CHAP), value = ISCSI_AUTH_TYPE_CHAP, flags = 0;
|
||||
option text = STRING_TOKEN(STR_AUTHEN_TYPE_NONE), value = ISCSI_AUTH_TYPE_NONE, flags = DEFAULT;
|
||||
endoneof;
|
||||
|
||||
suppressif NOT ideqval ISCSI_CONFIG_IFR_NVDATA.AuthenticationType == ISCSI_AUTH_TYPE_CHAP;
|
||||
suppressif NOT ideqval ISCSI_CONFIG_IFR_NVDATA.AuthenticationType == ISCSI_AUTH_TYPE_CHAP;
|
||||
oneof varid = ISCSI_CONFIG_IFR_NVDATA.CHAPType,
|
||||
prompt = STRING_TOKEN(STR_CHAP_TYPE_PROMPT),
|
||||
help = STRING_TOKEN(STR_CHAP_TYPE_HELP),
|
||||
@@ -393,7 +393,7 @@ formset
|
||||
text = STRING_TOKEN (STR_SAVE_CHANGES),
|
||||
flags = INTERACTIVE,
|
||||
key = KEY_SAVE_ATTEMPT_CONFIG;
|
||||
|
||||
|
||||
goto FORMID_MAIN_FORM,
|
||||
prompt = STRING_TOKEN (STR_RETURN_MAIN_FORM),
|
||||
help = STRING_TOKEN (STR_RETURN_MAIN_FORM),
|
||||
|
Reference in New Issue
Block a user