Initial plugin "Lyric Plugin" for bridging project.
authorGaganpreet Kaur <gaganpreetx.kaur@intel.com>
Wed, 15 Feb 2017 10:41:15 +0000 (16:11 +0530)
committerTodd Malsbary <todd.malsbary@intel.com>
Fri, 24 Feb 2017 00:15:57 +0000 (00:15 +0000)
commitca840821c8e67e4fb85ceb55349ce97c3ee26c7e
treea9eb2ca42a18adcccb917528b3c458c4f1e42d28
parent373e21b8105fc608971c4b51fa255f92f0f3c39a
Initial plugin "Lyric Plugin" for bridging project.

Change-Id: I3bc2ef0bd0d86f0e307a5648a3a252513c694a5d
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Signed-off-by: Gaganpreet Kaur <gaganpreetx.kaur@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16865
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Todd Malsbary <todd.malsbary@intel.com>
14 files changed:
bridging/SConscript
bridging/plugins/lyric_plugin/README [new file with mode: 0644]
bridging/plugins/lyric_plugin/SConscript [new file with mode: 0644]
bridging/plugins/lyric_plugin/honeywellHelpers.cpp [new file with mode: 0644]
bridging/plugins/lyric_plugin/honeywellHelpers.h [new file with mode: 0644]
bridging/plugins/lyric_plugin/honeywellResource.cpp [new file with mode: 0644]
bridging/plugins/lyric_plugin/honeywell_objects/honeywell.cpp [new file with mode: 0644]
bridging/plugins/lyric_plugin/honeywell_objects/honeywell.h [new file with mode: 0644]
bridging/plugins/lyric_plugin/honeywell_objects/honeywellDefs.h [new file with mode: 0644]
bridging/plugins/lyric_plugin/honeywell_objects/honeywellDefsLyric.h [new file with mode: 0644]
bridging/plugins/lyric_plugin/honeywell_objects/honeywellLyric.cpp [new file with mode: 0644]
bridging/plugins/lyric_plugin/honeywell_objects/honeywellLyric.h [new file with mode: 0644]
bridging/plugins/lyric_plugin/honeywell_objects/honeywellThermostat.cpp [new file with mode: 0644]
bridging/plugins/lyric_plugin/honeywell_objects/honeywellThermostat.h [new file with mode: 0644]