From: Philippe Coval Date: Mon, 12 Jun 2017 14:51:37 +0000 (+0200) Subject: simulator: Disable SECURED mode X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4ff6e4047db0aa42291f2e3b93a0808b3c945f8;p=platform%2Fupstream%2Fiotivity.git simulator: Disable SECURED mode Simulator will be built only in Unsecured mode on IP transport. Bug: https://jira.iotivity.org/browse/IOT-2239 Change-Id: I1bf19643c7ffe53ea995ca4b1dfd5a713fbe864a Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/20703 Tested-by: jenkins-iotivity Reviewed-by: Senthil Kumar G S Reviewed-by: Larry Sachs Reviewed-by: Harish Marappa (cherry picked from commit d398ef7e4d4c41ce739c18d18012a88c7cbc7c3d) Reviewed-on: https://gerrit.iotivity.org/gerrit/21091 Reviewed-by: Dan Mihai --- diff --git a/auto_build.py b/auto_build.py index cf82336..a9768a5 100755 --- a/auto_build.py +++ b/auto_build.py @@ -499,6 +499,8 @@ def build_simulator(flag, extra_option_str): build_options = { 'SIMULATOR':1, 'RELEASE':flag, + 'SECURED':0, + 'TARGET_TRANSPORT':'IP', } call_scons(build_options, extra_option_str)