Add resource container bundle sample
authorMinji Park <minjii.park@samsung.com>
Fri, 11 Sep 2015 08:19:36 +0000 (17:19 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Fri, 11 Sep 2015 13:51:13 +0000 (13:51 +0000)
commit4434f481c1dd73a5846fea547778553dd9e61d6f
tree132f53ec48ad3b13d5763706d835145ecaca3583
parent7bf14047302b4ee7879d1255b6b96a4411c64966
Add resource container bundle sample

- Add BMI Sample Bundle
- Modify DiscomfortIndex sensor bundle and rename files and directory
- Add sample input sensors for BMI and DiscomfortIndex sensor bundle
- remove build warmings
- Enabled build for the Android Platform

Change-Id: I2f14a0acaf05fcf09f945f2046facb122a376f99
Signed-off-by: Minji Park <minjii.park@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2461
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Abhishek Pandey <abhi.siso@samsung.com>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
40 files changed:
service/resource-encapsulation/src/resourceContainer/SConscript
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/include/BMISensor.h [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/include/BMISensorBundleActivator.h [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/include/BMISensorResource.h [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/include/SysTimer.h [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/BMISensor.cpp [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/BMISensorBundleActivator.cpp [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/BMISensorResource.cpp [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/SysTimer.cpp [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/HeightSensorApp/SConscript [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/HeightSensorApp/include/HeightSensorApp.h [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/HeightSensorApp/src/HeightSensorApp.cpp [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/SConscript [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/WeightSensorApp/SConscript [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/WeightSensorApp/include/WeightSensorApp.h [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/WeightSensorApp/src/WeightSensorApp.cpp [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/ContainerSampleClient.cpp
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/include/DISensorBundleActivator.h [moved from service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/SoftSensorBundleActivator.h with 85% similarity]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/include/DiscomfortIndexSensor.h [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/include/DiscomfortIndexSensorResource.h [moved from service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/DiscomfortIndexSensorResource.h with 91% similarity]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/include/SysTimer.h [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/DISensorBundleActivator.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/SoftSensorBundleActivator.cpp with 86% similarity]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/DiscomfortIndexSensor.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/DiscomfortIndexSensor.cpp with 74% similarity]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/DiscomfortIndexSensorResource.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/DiscomfortIndexSensorResource.cpp with 58% similarity]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/SysTimer.cpp [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/SConscript [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp/SConscript [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp/include/ThingResourceServer.h [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp/src/ThingResourceServer.cpp [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp1/SConscript [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp1/include/ThingResourceServer1.h [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp1/src/ThingResourceServer1.cpp [new file with mode: 0644]
service/resource-encapsulation/src/resourceContainer/examples/ResourceContainerConfig.xml
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/DiscomfortIndexSensor.h [deleted file]
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/SysTimer.h [deleted file]
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/SysTimer.cpp [deleted file]
service/resource-encapsulation/src/resourceContainer/include/DiscoverResourceUnit.h
service/resource-encapsulation/src/resourceContainer/src/Configuration.cpp
service/resource-encapsulation/src/resourceContainer/src/DiscoverResourceUnit.cpp
service/resource-encapsulation/src/resourceContainer/src/SoftSensorResource.cpp