Initial commit of the Bridging Project's Mini Plugin Manager + 1 plugin.
authorGaganpreet Kaur <gaganpreetx.kaur@intel.com>
Thu, 23 Feb 2017 04:19:48 +0000 (09:49 +0530)
committerTodd Malsbary <todd.malsbary@intel.com>
Fri, 24 Feb 2017 00:08:16 +0000 (00:08 +0000)
commit373e21b8105fc608971c4b51fa255f92f0f3c39a
tree81297008fbb43cdaf066d5a15e215eec63d074de
parentb92faaa834423bb97f615ec0c679c5157fd9078d
Initial commit of the Bridging Project's Mini Plugin Manager + 1 plugin.

This commit is comprised of the Mini Plugin Manager framework along with
1 plugin and 1 stubbed plugin. This commit allows a user to test the full
end-to-end story of the MPM.

Change-Id: I3914963442cb175b438c3e3d8ff2d244f8eb339b
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Signed-off-by: vijendrx <vijendrax.kumar@intel.com>
Signed-off-by: Mandeep Shetty <mandeep.shetty@intel.com>
Signed-off-by: skambalx <srikarx.kambaluru@intel.com>
Signed-off-by: Gaganpreet Kaur <gaganpreetx.kaur@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16707
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-by: Todd Malsbary <todd.malsbary@intel.com>
36 files changed:
.gitignore
Readme.scons.txt
SConstruct
bridging/SConscript [new file with mode: 0644]
bridging/common/ConcurrentIotivityUtils.cpp [new file with mode: 0644]
bridging/common/SConscript [new file with mode: 0644]
bridging/common/curlClient.cpp [new file with mode: 0644]
bridging/common/messageHandler.cpp [new file with mode: 0644]
bridging/common/pipeHandler.cpp [new file with mode: 0644]
bridging/common/pluginIf.cpp [new file with mode: 0644]
bridging/common/pluginProcess.cpp [new file with mode: 0644]
bridging/common/pluginServer.cpp [new file with mode: 0644]
bridging/include/ConcurrentIotivityUtils.h [new file with mode: 0644]
bridging/include/IotivityWorkItem.h [new file with mode: 0644]
bridging/include/JsonHelper.h [new file with mode: 0644]
bridging/include/WorkQueue.h [new file with mode: 0644]
bridging/include/curlClient.h [new file with mode: 0644]
bridging/include/messageHandler.h [new file with mode: 0644]
bridging/include/mpmErrorCode.h [new file with mode: 0644]
bridging/include/pluginIf.h [new file with mode: 0644]
bridging/include/pluginServer.h [new file with mode: 0644]
bridging/mini_plugin_manager/SConscript [new file with mode: 0644]
bridging/mini_plugin_manager/miniPluginManager.cpp [new file with mode: 0644]
bridging/mini_plugin_manager/miniPluginManager.h [new file with mode: 0644]
bridging/mpm_client/MPMSampleClient.cpp [new file with mode: 0644]
bridging/mpm_client/README [new file with mode: 0644]
bridging/mpm_client/SConscript [new file with mode: 0644]
bridging/plugins/lifx_plugin/README [new file with mode: 0644]
bridging/plugins/lifx_plugin/SConscript [new file with mode: 0644]
bridging/plugins/lifx_plugin/lifx.cnf.sample [new file with mode: 0644]
bridging/plugins/lifx_plugin/lifxResource.cpp [new file with mode: 0644]
bridging/plugins/lifx_plugin/lifx_objects/lifx.cpp [new file with mode: 0644]
bridging/plugins/lifx_plugin/lifx_objects/lifx.h [new file with mode: 0644]
bridging/plugins/stub_plugin/stub_plugin.cpp [new file with mode: 0644]
extlibs/rapidjson/SConscript [new file with mode: 0644]
resource/c_common/platform_features.h