Reformat the resource/csdk SConscripts to be more Pythonic 1/4
authorMats Wichmann <mats@linux.com>
Sat, 3 Jun 2017 18:54:54 +0000 (12:54 -0600)
committerC.J. Collier <cjcollier@linuxfoundation.org>
Wed, 14 Jun 2017 23:46:29 +0000 (23:46 +0000)
commitef06102929d6245471f82965ee9ee7e21a9980d5
tree84d312f0fb7deaece07eea751e8141b5f1951e80
parent33e4e766feb7bf126ae2c6dddb4f483373a1acdc
Reformat the resource/csdk SConscripts to be more Pythonic 1/4

This is now part 1 of 4, containing the sconscripts not
in connectivity, stack or security (see other three parts for those)

There are not intended to be any functional changes.

In a couple of places, for general consistency, changed
  SConscript('#foo') to SConscript('#/foo') - these are equivalent
"help vars" assignments formatted so messages can be improved later
  without changing formatting
all EnumVariable usage now calls out allowed_values= to be more clear

The test harness is now consistently imported as:
  from tools.scons.RunTest import run_test
rather than import * - should normally avoid importing whole
namespace unqualified unless it is really needed

The test harness is now consistently imported as:
  from tools.scons.RunTest import run_test
rather than import * - should normally avoid importing whole
namespace unqualified unless it is really needed

Change-Id: I3f818ef972a9c84f9d0aec27348ec6da07f49e02
Signed-off-by: Mats Wichmann <mats@linux.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/20817
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: C.J. Collier <cjcollier@linuxfoundation.org>
resource/csdk/connectivity/build/tizen/scons/SConscript
resource/csdk/logger/SConscript
resource/csdk/resource-directory/SConscript
resource/csdk/resource-directory/samples/SConscript
resource/csdk/resource-directory/unittests/SConscript
resource/csdk/routing/SConscript