Initial commit of "Plugin Interface" & supporting directory structure.
authorJoseph Morrow <joseph.l.morrow@intel.com>
Sat, 19 Sep 2015 03:24:11 +0000 (20:24 -0700)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Sat, 19 Sep 2015 16:52:02 +0000 (16:52 +0000)
commit385e9d292344ba6239ae186a6e0d231bd9dd7e21
tree0c8059185763d6b9ab64c42e5d533c7c1688828b
parente66ec533de0d7b24565b20cc335d0ffe35321679
Initial commit of "Plugin Interface" & supporting directory structure.

This commit will allow follow-up contributions between contributors to
this new feature to IoTivity.

Change-Id: I41b812c048e44dded31a7fefa75f1e3830fc8daf
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2091
Reviewed-by: Erich Keane <erich.keane@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2765
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
Tested-by: Patrick Lankswert <patrick.lankswert@intel.com>
22 files changed:
SConstruct
extlibs/zigbee/SConscript [new file with mode: 0644]
plugins/README.txt [new file with mode: 0644]
plugins/SConscript [new file with mode: 0644]
plugins/include/internal/plugininterfaceinternal.h [new file with mode: 0644]
plugins/include/internal/plugintranslator.h [new file with mode: 0644]
plugins/include/internal/plugintranslatortypes.h [new file with mode: 0644]
plugins/include/plugininterface.h [new file with mode: 0644]
plugins/include/plugintypes.h [new file with mode: 0644]
plugins/samples/linux/IotivityandZigbee.c [new file with mode: 0644]
plugins/samples/linux/IotivityandZigbee.h [new file with mode: 0644]
plugins/samples/linux/SConscript [new file with mode: 0644]
plugins/src/SConscript [new file with mode: 0644]
plugins/src/plugininterface.c [new file with mode: 0644]
plugins/unittests/SConscript [new file with mode: 0644]
plugins/unittests/gtest_helper.h [new file with mode: 0644]
plugins/unittests/plugininterfacetest.cpp [new file with mode: 0644]
plugins/zigbee_wrapper/SConscript [new file with mode: 0644]
plugins/zigbee_wrapper/telegesis_wrapper/SConscript [new file with mode: 0644]
plugins/zigbee_wrapper/telegesis_wrapper/include/telegesis_wrapper.h [new file with mode: 0644]
plugins/zigbee_wrapper/telegesis_wrapper/src/SConscript [new file with mode: 0644]
plugins/zigbee_wrapper/telegesis_wrapper/src/telegesis_wrapper.c [new file with mode: 0644]