change location of resource container directory
authorMinji Park <minjii.park@samsung.com>
Wed, 30 Sep 2015 07:45:24 +0000 (16:45 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Wed, 30 Sep 2015 13:34:36 +0000 (13:34 +0000)
commita3321ff49845c27675d005faa2cf2e98bed8f743
tree32a327be8afd5feeb59060fcd7d0f16351258ccc
parent65552dc7ccb251e6ea69f9dedf6c8706c50b4683
change location of resource container directory

- relocate the directory of resource container out of resource-encapsulation directory
- change sconscript for changed directory location

Change-Id: I912149cb7f3fe6b640b07108570c2fe9dd78fd1d
Signed-off-by: Minji Park <minjii.park@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3301
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
93 files changed:
service/SConscript
service/resource-container/SConscript [moved from service/resource-encapsulation/src/resourceContainer/SConscript with 50% similarity]
service/resource-container/bundle-api/include/BundleActivator.h [moved from service/resource-encapsulation/src/resourceContainer/bundle-api/include/BundleActivator.h with 100% similarity]
service/resource-container/bundle-api/include/BundleResource.h [moved from service/resource-encapsulation/src/resourceContainer/bundle-api/include/BundleResource.h with 100% similarity]
service/resource-container/bundle-api/include/NotificationReceiver.h [moved from service/resource-encapsulation/src/resourceContainer/bundle-api/include/NotificationReceiver.h with 100% similarity]
service/resource-container/bundle-api/include/ProtocolBridgeConnector.h [moved from service/resource-encapsulation/src/resourceContainer/bundle-api/include/ProtocolBridgeConnector.h with 100% similarity]
service/resource-container/bundle-api/include/ProtocolBridgeResource.h [moved from service/resource-encapsulation/src/resourceContainer/bundle-api/include/ProtocolBridgeResource.h with 100% similarity]
service/resource-container/bundle-api/include/ResourceContainerBundleAPI.h [moved from service/resource-encapsulation/src/resourceContainer/bundle-api/include/ResourceContainerBundleAPI.h with 100% similarity]
service/resource-container/bundle-api/include/SoftSensorResource.h [moved from service/resource-encapsulation/src/resourceContainer/bundle-api/include/SoftSensorResource.h with 100% similarity]
service/resource-container/bundle-java-api/pom.xml [moved from service/resource-encapsulation/src/resourceContainer/bundle-java-api/pom.xml with 100% similarity]
service/resource-container/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BaseActivator.java [moved from service/resource-encapsulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BaseActivator.java with 100% similarity]
service/resource-container/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BundleActivator.java [moved from service/resource-encapsulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BundleActivator.java with 100% similarity]
service/resource-container/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BundleResource.java [moved from service/resource-encapsulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BundleResource.java with 100% similarity]
service/resource-container/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/ProtocolBridgeConnector.java [moved from service/resource-encapsulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/ProtocolBridgeConnector.java with 100% similarity]
service/resource-container/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/ResourceConfig.java [moved from service/resource-encapsulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/ResourceConfig.java with 100% similarity]
service/resource-container/examples/BMISensorBundle/include/BMISensor.h [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/include/BMISensor.h with 100% similarity]
service/resource-container/examples/BMISensorBundle/include/BMISensorBundleActivator.h [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/include/BMISensorBundleActivator.h with 100% similarity]
service/resource-container/examples/BMISensorBundle/include/BMISensorResource.h [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/include/BMISensorResource.h with 100% similarity]
service/resource-container/examples/BMISensorBundle/include/SysTimer.h [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/include/SysTimer.h with 100% similarity]
service/resource-container/examples/BMISensorBundle/src/BMISensor.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/BMISensor.cpp with 100% similarity]
service/resource-container/examples/BMISensorBundle/src/BMISensorBundleActivator.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/BMISensorBundleActivator.cpp with 100% similarity]
service/resource-container/examples/BMISensorBundle/src/BMISensorResource.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/BMISensorResource.cpp with 100% similarity]
service/resource-container/examples/BMISensorBundle/src/SysTimer.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/SysTimer.cpp with 100% similarity]
service/resource-container/examples/BMISensorBundle/src/inputSensors/HeightSensorApp/SConscript [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/HeightSensorApp/SConscript with 100% similarity]
service/resource-container/examples/BMISensorBundle/src/inputSensors/HeightSensorApp/include/HeightSensorApp.h [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/HeightSensorApp/include/HeightSensorApp.h with 100% similarity]
service/resource-container/examples/BMISensorBundle/src/inputSensors/HeightSensorApp/src/HeightSensorApp.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/HeightSensorApp/src/HeightSensorApp.cpp with 100% similarity]
service/resource-container/examples/BMISensorBundle/src/inputSensors/SConscript [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/SConscript with 100% similarity]
service/resource-container/examples/BMISensorBundle/src/inputSensors/WeightSensorApp/SConscript [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/WeightSensorApp/SConscript with 100% similarity]
service/resource-container/examples/BMISensorBundle/src/inputSensors/WeightSensorApp/include/WeightSensorApp.h [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/WeightSensorApp/include/WeightSensorApp.h with 100% similarity]
service/resource-container/examples/BMISensorBundle/src/inputSensors/WeightSensorApp/src/WeightSensorApp.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/inputSensors/WeightSensorApp/src/WeightSensorApp.cpp with 100% similarity]
service/resource-container/examples/ContainerSample.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/ContainerSample.cpp with 98% similarity]
service/resource-container/examples/ContainerSampleClient.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/ContainerSampleClient.cpp with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/include/DISensorBundleActivator.h [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/include/DISensorBundleActivator.h with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/include/DiscomfortIndexSensor.h [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/include/DiscomfortIndexSensor.h with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/include/DiscomfortIndexSensorResource.h [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/include/DiscomfortIndexSensorResource.h with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/include/SysTimer.h [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/include/SysTimer.h with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/src/DISensorBundleActivator.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/DISensorBundleActivator.cpp with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/src/DiscomfortIndexSensor.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/DiscomfortIndexSensor.cpp with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/src/DiscomfortIndexSensorResource.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/DiscomfortIndexSensorResource.cpp with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/src/SysTimer.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/BMISensorBundle/src/SysTimer.cpp with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/src/inputSensors/SConscript [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/SConscript with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp/SConscript [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp/SConscript with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp/include/ThingResourceServer.h [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp/include/ThingResourceServer.h with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp/src/ThingResourceServer.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp/src/ThingResourceServer.cpp with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp1/SConscript [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp1/SConscript with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp1/include/ThingResourceServer1.h [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp1/include/ThingResourceServer1.h with 100% similarity]
service/resource-container/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp1/src/ThingResourceServer1.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/DiscomfortIndexSensorBundle/src/inputSensors/THSensorApp1/src/ThingResourceServer1.cpp with 100% similarity]
service/resource-container/examples/HueJavaSampleBundle/hue/pom.xml [moved from service/resource-encapsulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/pom.xml with 100% similarity]
service/resource-container/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueBundleActivator.java [moved from service/resource-encapsulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueBundleActivator.java with 100% similarity]
service/resource-container/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueConnector.java [moved from service/resource-encapsulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueConnector.java with 100% similarity]
service/resource-container/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueLightResource.java [moved from service/resource-encapsulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueLightResource.java with 100% similarity]
service/resource-container/examples/HueSampleBundle/include/HueConnector.h [moved from service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/include/HueConnector.h with 100% similarity]
service/resource-container/examples/HueSampleBundle/include/HueLight.h [moved from service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/include/HueLight.h with 100% similarity]
service/resource-container/examples/HueSampleBundle/include/HueSampleBundleActivator.h [moved from service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/include/HueSampleBundleActivator.h with 100% similarity]
service/resource-container/examples/HueSampleBundle/src/HueConnector.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/src/HueConnector.cpp with 100% similarity]
service/resource-container/examples/HueSampleBundle/src/HueLight.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/src/HueLight.cpp with 100% similarity]
service/resource-container/examples/HueSampleBundle/src/HueSampleBundleActivator.cpp [moved from service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/src/HueSampleBundleActivator.cpp with 100% similarity]
service/resource-container/examples/ResourceContainerConfig.xml [moved from service/resource-encapsulation/src/resourceContainer/examples/ResourceContainerConfig.xml with 95% similarity]
service/resource-container/include/RCSBundleInfo.h [moved from service/resource-encapsulation/include/RCSBundleInfo.h with 100% similarity]
service/resource-container/include/RCSResourceContainer.h [moved from service/resource-encapsulation/include/RCSResourceContainer.h with 100% similarity]
service/resource-container/src/BaseActivator.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/BaseActivator.cpp with 100% similarity]
service/resource-container/src/BundleActivator.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/BundleActivator.cpp with 100% similarity]
service/resource-container/src/BundleInfoInternal.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/BundleInfoInternal.cpp with 100% similarity]
service/resource-container/src/BundleInfoInternal.h [moved from service/resource-encapsulation/src/resourceContainer/include/BundleInfoInternal.h with 100% similarity]
service/resource-container/src/BundleResource.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/BundleResource.cpp with 100% similarity]
service/resource-container/src/Configuration.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/Configuration.cpp with 100% similarity]
service/resource-container/src/Configuration.h [moved from service/resource-encapsulation/src/resourceContainer/include/Configuration.h with 100% similarity]
service/resource-container/src/DiscoverResourceUnit.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/DiscoverResourceUnit.cpp with 100% similarity]
service/resource-container/src/DiscoverResourceUnit.h [moved from service/resource-encapsulation/src/resourceContainer/include/DiscoverResourceUnit.h with 100% similarity]
service/resource-container/src/InternalTypes.h [moved from service/resource-encapsulation/src/resourceContainer/include/InternalTypes.h with 100% similarity]
service/resource-container/src/JavaBundleResource.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/JavaBundleResource.cpp with 100% similarity]
service/resource-container/src/JavaBundleResource.h [moved from service/resource-encapsulation/src/resourceContainer/include/JavaBundleResource.h with 100% similarity]
service/resource-container/src/ProtocolBridgeConnector.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/ProtocolBridgeConnector.cpp with 100% similarity]
service/resource-container/src/ProtocolBridgeResource.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/ProtocolBridgeResource.cpp with 100% similarity]
service/resource-container/src/RCSBundleInfo.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/RCSBundleInfo.cpp with 100% similarity]
service/resource-container/src/RCSResourceContainer.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/RCSResourceContainer.cpp with 100% similarity]
service/resource-container/src/RemoteResourceUnit.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/RemoteResourceUnit.cpp with 100% similarity]
service/resource-container/src/RemoteResourceUnit.h [moved from service/resource-encapsulation/src/resourceContainer/include/RemoteResourceUnit.h with 100% similarity]
service/resource-container/src/ResourceContainerBundleAPI.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/ResourceContainerBundleAPI.cpp with 100% similarity]
service/resource-container/src/ResourceContainerImpl.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/ResourceContainerImpl.cpp with 99% similarity]
service/resource-container/src/ResourceContainerImpl.h [moved from service/resource-encapsulation/src/resourceContainer/include/ResourceContainerImpl.h with 100% similarity]
service/resource-container/src/SoftSensorResource.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/SoftSensorResource.cpp with 100% similarity]
service/resource-container/src/org_iotivity_resourcecontainer_bundle_api_BaseActivator.h [moved from service/resource-encapsulation/src/resourceContainer/include/org_iotivity_resourcecontainer_bundle_api_BaseActivator.h with 100% similarity]
service/resource-container/unittests/ResourceContainerInvalidConfig.xml [moved from service/resource-encapsulation/src/resourceContainer/unittests/ResourceContainerInvalidConfig.xml with 100% similarity]
service/resource-container/unittests/ResourceContainerTest.cpp [moved from service/resource-encapsulation/src/resourceContainer/unittests/ResourceContainerTest.cpp with 100% similarity]
service/resource-container/unittests/ResourceContainerTestConfig.xml [moved from service/resource-encapsulation/src/resourceContainer/unittests/ResourceContainerTestConfig.xml with 100% similarity]
service/resource-container/unittests/ResourceContainerTestSimulator.h [moved from service/resource-encapsulation/src/resourceContainer/unittests/ResourceContainerTestSimulator.h with 100% similarity]
service/resource-container/unittests/SConscript [moved from service/resource-encapsulation/src/resourceContainer/unittests/SConscript with 66% similarity]
service/resource-container/unittests/TestBundle/include/TestBundleActivator.h [moved from service/resource-encapsulation/src/resourceContainer/unittests/TestBundle/include/TestBundleActivator.h with 100% similarity]
service/resource-container/unittests/TestBundle/src/TestBundleActivator.cpp [moved from service/resource-encapsulation/src/resourceContainer/unittests/TestBundle/src/TestBundleActivator.cpp with 100% similarity]
service/resource-container/unittests/TestBundleJava/hue-0.1-jar-with-dependencies.jar [moved from service/resource-encapsulation/src/resourceContainer/unittests/TestBundleJava/hue-0.1-jar-with-dependencies.jar with 100% similarity]
service/resource-encapsulation/SConscript
tools/tizen/iotivity.spec