[Resource-Manipulation] Renamed Resource-Manipulation to Resource-Encapsulation
authorJay Sharma <jay.sharma@samsung.com>
Fri, 24 Jul 2015 14:23:09 +0000 (19:53 +0530)
committerUze Choi <uzchoi@samsung.com>
Fri, 24 Jul 2015 14:51:43 +0000 (14:51 +0000)
Change-Id: I2520ee961d6556b26c3ba52be8e6d16238615d30
Signed-off-by: Jay Sharma <jay.sharma@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1888
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
134 files changed:
service/SConscript
service/notification-manager/SConscript
service/resource-encapsulation/README [moved from service/resource-manipulation/README with 72% similarity]
service/resource-encapsulation/SConscript [moved from service/resource-manipulation/SConscript with 99% similarity]
service/resource-encapsulation/examples/SConscript [moved from service/resource-manipulation/examples/SConscript with 100% similarity]
service/resource-encapsulation/examples/linux/SConscript [moved from service/resource-manipulation/examples/linux/SConscript with 100% similarity]
service/resource-encapsulation/examples/linux/SampleResourceClient.cpp [moved from service/resource-manipulation/examples/linux/SampleResourceClient.cpp with 100% similarity]
service/resource-encapsulation/examples/linux/SampleResourceServer.cpp [moved from service/resource-manipulation/examples/linux/SampleResourceServer.cpp with 100% similarity]
service/resource-encapsulation/include/BundleInfo.h [moved from service/resource-manipulation/include/BundleInfo.h with 100% similarity]
service/resource-encapsulation/include/RCSAddress.h [moved from service/resource-manipulation/include/RCSAddress.h with 100% similarity]
service/resource-encapsulation/include/RCSException.h [moved from service/resource-manipulation/include/RCSException.h with 96% similarity]
service/resource-encapsulation/include/RCSRequest.h [moved from service/resource-manipulation/include/RCSRequest.h with 100% similarity]
service/resource-encapsulation/include/RCSResponse.h [moved from service/resource-manipulation/include/RCSResponse.h with 100% similarity]
service/resource-encapsulation/include/ResourceAttributes.h [moved from service/resource-manipulation/include/ResourceAttributes.h with 99% similarity]
service/resource-encapsulation/include/ResourceClient.h [moved from service/resource-manipulation/include/ResourceClient.h with 99% similarity]
service/resource-encapsulation/include/ResourceContainer.h [moved from service/resource-manipulation/include/ResourceContainer.h with 100% similarity]
service/resource-encapsulation/include/ResourceObject.h [moved from service/resource-manipulation/include/ResourceObject.h with 100% similarity, mode: 0644]
service/resource-encapsulation/src/ResourceClient.cpp [moved from service/resource-manipulation/src/ResourceClient.cpp with 100% similarity]
service/resource-encapsulation/src/common/SConscript [moved from service/resource-manipulation/src/common/SConscript with 100% similarity]
service/resource-encapsulation/src/common/expiryTimer/include/ExpiryTimer.h [moved from service/resource-manipulation/src/common/expiryTimer/include/ExpiryTimer.h with 100% similarity]
service/resource-encapsulation/src/common/expiryTimer/src/ExpiryTimer.cpp [moved from service/resource-manipulation/src/common/expiryTimer/src/ExpiryTimer.cpp with 100% similarity]
service/resource-encapsulation/src/common/expiryTimer/src/ExpiryTimerImpl.cpp [moved from service/resource-manipulation/src/common/expiryTimer/src/ExpiryTimerImpl.cpp with 100% similarity]
service/resource-encapsulation/src/common/expiryTimer/src/ExpiryTimerImpl.h [moved from service/resource-manipulation/src/common/expiryTimer/src/ExpiryTimerImpl.h with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/include/AssertUtils.h [moved from service/resource-manipulation/src/common/primitiveResource/include/AssertUtils.h with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/include/PresenceSubscriber.h [moved from service/resource-manipulation/src/common/primitiveResource/include/PresenceSubscriber.h with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/include/PrimitiveResource.h [moved from service/resource-manipulation/src/common/primitiveResource/include/PrimitiveResource.h with 100% similarity, mode: 0644]
service/resource-encapsulation/src/common/primitiveResource/include/PrimitiveResourceImpl.h [moved from service/resource-manipulation/src/common/primitiveResource/include/PrimitiveResourceImpl.h with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/include/RCSAddressDetail.h [moved from service/resource-manipulation/src/common/primitiveResource/include/RCSAddressDetail.h with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/include/ResourceAttributesConverter.h [moved from service/resource-manipulation/src/common/primitiveResource/include/ResourceAttributesConverter.h with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/include/ResourceAttributesUtils.h [moved from service/resource-manipulation/src/common/primitiveResource/include/ResourceAttributesUtils.h with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/include/ResponseStatement.h [moved from service/resource-manipulation/src/common/primitiveResource/include/ResponseStatement.h with 100% similarity, mode: 0644]
service/resource-encapsulation/src/common/primitiveResource/src/PresenceSubscriber.cpp [moved from service/resource-manipulation/src/common/primitiveResource/src/PresenceSubscriber.cpp with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/src/PrimitiveResource.cpp [moved from service/resource-manipulation/src/common/primitiveResource/src/PrimitiveResource.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/common/primitiveResource/src/RCSAddress.cpp [moved from service/resource-manipulation/src/common/primitiveResource/src/RCSAddress.cpp with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/src/RCSException.cpp [moved from service/resource-manipulation/src/common/primitiveResource/src/RCSException.cpp with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/src/ResourceAttributes.cpp [moved from service/resource-manipulation/src/common/primitiveResource/src/ResourceAttributes.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/common/primitiveResource/src/ResponseStatement.cpp [moved from service/resource-manipulation/src/common/primitiveResource/src/ResponseStatement.cpp with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/unittests/PresenceSubscriberTest.cpp [moved from service/resource-manipulation/src/common/primitiveResource/unittests/PresenceSubscriberTest.cpp with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/unittests/PrimitiveResourceTest.cpp [moved from service/resource-manipulation/src/common/primitiveResource/unittests/PrimitiveResourceTest.cpp with 100% similarity]
service/resource-encapsulation/src/common/primitiveResource/unittests/ResourceAttributesTest.cpp [moved from service/resource-manipulation/src/common/primitiveResource/unittests/ResourceAttributesTest.cpp with 100% similarity]
service/resource-encapsulation/src/common/utils/include/UnitTestHelper.h [moved from service/resource-manipulation/src/common/utils/include/UnitTestHelper.h with 100% similarity]
service/resource-encapsulation/src/resourceBroker/include/BrokerTypes.h [moved from service/resource-manipulation/src/resourceBroker/include/BrokerTypes.h with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/include/DeviceAssociation.h [moved from service/resource-manipulation/src/resourceBroker/include/DeviceAssociation.h with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/include/DevicePresence.h [moved from service/resource-manipulation/src/resourceBroker/include/DevicePresence.h with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/include/ResourceBroker.h [moved from service/resource-manipulation/src/resourceBroker/include/ResourceBroker.h with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/include/ResourcePresence.h [moved from service/resource-manipulation/src/resourceBroker/include/ResourcePresence.h with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/src/DeviceAssociation.cpp [moved from service/resource-manipulation/src/resourceBroker/src/DeviceAssociation.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/src/DevicePresence.cpp [moved from service/resource-manipulation/src/resourceBroker/src/DevicePresence.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/src/ResourceBroker.cpp [moved from service/resource-manipulation/src/resourceBroker/src/ResourceBroker.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/src/ResourcePresence.cpp [moved from service/resource-manipulation/src/resourceBroker/src/ResourcePresence.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/unittest/DeviceAssociationUnitTest.cpp [moved from service/resource-manipulation/src/resourceBroker/unittest/DeviceAssociationUnitTest.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/unittest/DevicePresenceUnitTest.cpp [moved from service/resource-manipulation/src/resourceBroker/unittest/DevicePresenceUnitTest.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/unittest/ResourceBrokerUnitTest.cpp [moved from service/resource-manipulation/src/resourceBroker/unittest/ResourceBrokerUnitTest.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/unittest/ResourcePresenceUnitTest.cpp [moved from service/resource-manipulation/src/resourceBroker/unittest/ResourcePresenceUnitTest.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/resourceBroker/unittest/SConscript [moved from service/resource-manipulation/src/resourceBroker/unittest/SConscript with 100% similarity]
service/resource-encapsulation/src/resourceCache/include/CacheTypes.h [moved from service/resource-manipulation/src/resourceCache/include/CacheTypes.h with 100% similarity]
service/resource-encapsulation/src/resourceCache/include/DataCache.h [moved from service/resource-manipulation/src/resourceCache/include/DataCache.h with 100% similarity]
service/resource-encapsulation/src/resourceCache/include/ResourceCacheManager.h [moved from service/resource-manipulation/src/resourceCache/include/ResourceCacheManager.h with 100% similarity]
service/resource-encapsulation/src/resourceCache/src/DataCache.cpp [moved from service/resource-manipulation/src/resourceCache/src/DataCache.cpp with 100% similarity]
service/resource-encapsulation/src/resourceCache/src/ResourceCacheManager.cpp [moved from service/resource-manipulation/src/resourceCache/src/ResourceCacheManager.cpp with 100% similarity]
service/resource-encapsulation/src/resourceCache/unittests/DataCacheTest.cpp [moved from service/resource-manipulation/src/resourceCache/unittests/DataCacheTest.cpp with 100% similarity]
service/resource-encapsulation/src/resourceCache/unittests/ResourceCacheTest.cpp [moved from service/resource-manipulation/src/resourceCache/unittests/ResourceCacheTest.cpp with 100% similarity]
service/resource-encapsulation/src/resourceCache/unittests/SConscript [moved from service/resource-manipulation/src/resourceCache/unittests/SConscript with 100% similarity]
service/resource-encapsulation/src/resourceContainer/SConscript [moved from service/resource-manipulation/src/resourceContainer/SConscript with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-api/include/BundleActivator.h [moved from service/resource-manipulation/src/resourceContainer/bundle-api/include/BundleActivator.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-api/include/BundleResource.h [moved from service/resource-manipulation/src/resourceContainer/bundle-api/include/BundleResource.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-api/include/NotificationReceiver.h [moved from service/resource-manipulation/src/resourceContainer/bundle-api/include/NotificationReceiver.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-api/include/ProtocolBridgeConnector.h [moved from service/resource-manipulation/src/resourceContainer/bundle-api/include/ProtocolBridgeConnector.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-api/include/ProtocolBridgeResource.h [moved from service/resource-manipulation/src/resourceContainer/bundle-api/include/ProtocolBridgeResource.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-api/include/ResourceContainerBundleAPI.h [moved from service/resource-manipulation/src/resourceContainer/bundle-api/include/ResourceContainerBundleAPI.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-api/include/SoftSensorResource.h [moved from service/resource-manipulation/src/resourceContainer/bundle-api/include/SoftSensorResource.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-java-api/pom.xml [moved from service/resource-manipulation/src/resourceContainer/bundle-java-api/pom.xml with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BaseActivator.java [moved from service/resource-manipulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BaseActivator.java with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BundleActivator.java [moved from service/resource-manipulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BundleActivator.java with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BundleResource.java [moved from service/resource-manipulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BundleResource.java with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/ProtocolBridgeConnector.java [moved from service/resource-manipulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/ProtocolBridgeConnector.java with 100% similarity]
service/resource-encapsulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/ResourceConfig.java [moved from service/resource-manipulation/src/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/ResourceConfig.java with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/pom.xml [moved from service/resource-manipulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/pom.xml with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueBundleActivator.java [moved from service/resource-manipulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueBundleActivator.java with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueConnector.java [moved from service/resource-manipulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueConnector.java with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueLightResource.java [moved from service/resource-manipulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueLightResource.java with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/include/HueConnector.h [moved from service/resource-manipulation/src/resourceContainer/examples/HueSampleBundle/include/HueConnector.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/include/HueLight.h [moved from service/resource-manipulation/src/resourceContainer/examples/HueSampleBundle/include/HueLight.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/include/HueSampleBundleActivator.h [moved from service/resource-manipulation/src/resourceContainer/examples/HueSampleBundle/include/HueSampleBundleActivator.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/src/HueConnector.cpp [moved from service/resource-manipulation/src/resourceContainer/examples/HueSampleBundle/src/HueConnector.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/src/HueLight.cpp [moved from service/resource-manipulation/src/resourceContainer/examples/HueSampleBundle/src/HueLight.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/src/HueSampleBundleActivator.cpp [moved from service/resource-manipulation/src/resourceContainer/examples/HueSampleBundle/src/HueSampleBundleActivator.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/ResourceContainerConfig.xml [moved from service/resource-manipulation/src/resourceContainer/examples/ResourceContainerConfig.xml with 93% similarity]
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/DiscomfortIndexSensor.h [moved from service/resource-manipulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/DiscomfortIndexSensor.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/DiscomfortIndexSensorResource.h [moved from service/resource-manipulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/DiscomfortIndexSensorResource.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/SoftSensorBundleActivator.h [moved from service/resource-manipulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/SoftSensorBundleActivator.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/SysTimer.h [moved from service/resource-manipulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/SysTimer.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/DiscomfortIndexSensor.cpp [moved from service/resource-manipulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/DiscomfortIndexSensor.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/DiscomfortIndexSensorResource.cpp [moved from service/resource-manipulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/DiscomfortIndexSensorResource.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/SoftSensorBundleActivator.cpp [moved from service/resource-manipulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/SoftSensorBundleActivator.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/SysTimer.cpp [moved from service/resource-manipulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/SysTimer.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/include/BundleInfoInternal.h [moved from service/resource-manipulation/src/resourceContainer/include/BundleInfoInternal.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/include/Configuration.h [moved from service/resource-manipulation/src/resourceContainer/include/Configuration.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/include/JavaBundleResource.h [moved from service/resource-manipulation/src/resourceContainer/include/JavaBundleResource.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/include/ResourceContainerImpl.h [moved from service/resource-manipulation/src/resourceContainer/include/ResourceContainerImpl.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/include/org_iotivity_resourcecontainer_bundle_api_BaseActivator.h [moved from service/resource-manipulation/src/resourceContainer/include/org_iotivity_resourcecontainer_bundle_api_BaseActivator.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/BaseActivator.cpp [moved from service/resource-manipulation/src/resourceContainer/src/BaseActivator.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/BundleActivator.cpp [moved from service/resource-manipulation/src/resourceContainer/src/BundleActivator.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/BundleInfo.cpp [moved from service/resource-manipulation/src/resourceContainer/src/BundleInfo.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/BundleInfoInternal.cpp [moved from service/resource-manipulation/src/resourceContainer/src/BundleInfoInternal.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/BundleResource.cpp [moved from service/resource-manipulation/src/resourceContainer/src/BundleResource.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/Configuration.cpp [moved from service/resource-manipulation/src/resourceContainer/src/Configuration.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/ContainerSample.cpp [moved from service/resource-manipulation/src/resourceContainer/src/ContainerSample.cpp with 98% similarity]
service/resource-encapsulation/src/resourceContainer/src/ContainerSampleClient.cpp [moved from service/resource-manipulation/src/resourceContainer/src/ContainerSampleClient.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/JavaBundleResource.cpp [moved from service/resource-manipulation/src/resourceContainer/src/JavaBundleResource.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/ProtocolBridgeConnector.cpp [moved from service/resource-manipulation/src/resourceContainer/src/ProtocolBridgeConnector.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/ProtocolBridgeResource.cpp [moved from service/resource-manipulation/src/resourceContainer/src/ProtocolBridgeResource.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/ResourceContainer.cpp [moved from service/resource-manipulation/src/resourceContainer/src/ResourceContainer.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/ResourceContainerBundleAPI.cpp [moved from service/resource-manipulation/src/resourceContainer/src/ResourceContainerBundleAPI.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/ResourceContainerImpl.cpp [moved from service/resource-manipulation/src/resourceContainer/src/ResourceContainerImpl.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/src/SoftSensorResource.cpp [moved from service/resource-manipulation/src/resourceContainer/src/SoftSensorResource.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/unittests/ResourceContainerInvalidConfig.xml [moved from service/resource-manipulation/src/resourceContainer/unittests/ResourceContainerInvalidConfig.xml with 100% similarity]
service/resource-encapsulation/src/resourceContainer/unittests/ResourceContainerTest.cpp [moved from service/resource-manipulation/src/resourceContainer/unittests/ResourceContainerTest.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/unittests/ResourceContainerTestConfig.xml [moved from service/resource-manipulation/src/resourceContainer/unittests/ResourceContainerTestConfig.xml with 100% similarity]
service/resource-encapsulation/src/resourceContainer/unittests/SConscript [moved from service/resource-manipulation/src/resourceContainer/unittests/SConscript with 100% similarity]
service/resource-encapsulation/src/resourceContainer/unittests/TestBundle/include/TestBundleActivator.h [moved from service/resource-manipulation/src/resourceContainer/unittests/TestBundle/include/TestBundleActivator.h with 100% similarity]
service/resource-encapsulation/src/resourceContainer/unittests/TestBundle/src/TestBundleActivator.cpp [moved from service/resource-manipulation/src/resourceContainer/unittests/TestBundle/src/TestBundleActivator.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/unittests/TestBundleJava/hue-0.1-jar-with-dependencies.jar [moved from service/resource-manipulation/src/resourceContainer/unittests/TestBundleJava/hue-0.1-jar-with-dependencies.jar with 100% similarity]
service/resource-encapsulation/src/serverBuilder/SConscript [moved from service/resource-manipulation/src/serverBuilder/SConscript with 100% similarity]
service/resource-encapsulation/src/serverBuilder/include/RequestHandler.h [moved from service/resource-manipulation/src/serverBuilder/include/RequestHandler.h with 100% similarity]
service/resource-encapsulation/src/serverBuilder/src/RCSRequest.cpp [moved from service/resource-manipulation/src/serverBuilder/src/RCSRequest.cpp with 100% similarity]
service/resource-encapsulation/src/serverBuilder/src/RCSResponse.cpp [moved from service/resource-manipulation/src/serverBuilder/src/RCSResponse.cpp with 100% similarity]
service/resource-encapsulation/src/serverBuilder/src/RequestHandler.cpp [moved from service/resource-manipulation/src/serverBuilder/src/RequestHandler.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/serverBuilder/src/ResourceObject.cpp [moved from service/resource-manipulation/src/serverBuilder/src/ResourceObject.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/src/serverBuilder/unittests/RCSResponseTest.cpp [moved from service/resource-manipulation/src/serverBuilder/unittests/RCSResponseTest.cpp with 100% similarity]
service/resource-encapsulation/src/serverBuilder/unittests/RequestHandlerTest.cpp [moved from service/resource-manipulation/src/serverBuilder/unittests/RequestHandlerTest.cpp with 100% similarity]
service/resource-encapsulation/src/serverBuilder/unittests/ResourceObjectTest.cpp [moved from service/resource-manipulation/src/serverBuilder/unittests/ResourceObjectTest.cpp with 100% similarity, mode: 0644]
service/resource-encapsulation/unittests/ResourceClient_Test.cpp [moved from service/resource-manipulation/unittests/ResourceClient_Test.cpp with 100% similarity]
service/resource-encapsulation/unittests/SConscript [moved from service/resource-manipulation/unittests/SConscript with 100% similarity]

index 70baa22..5389725 100644 (file)
@@ -42,9 +42,9 @@ if target_os not in ['arduino','darwin','ios']:
        if target_os not in ['android', 'tizen']:
                SConscript('notification-manager/SConscript')
 
-       # Build resource-manipulation project
+       # Build resource-encapsulation project
        if target_os not in ['android', 'tizen']:
-               SConscript('resource-manipulation/SConscript')
+               SConscript('resource-encapsulation/SConscript')
 #else:
 #      SConscript('notification-manager/SampleApp/arduino/SConscript')
 
index 0949530..666d0ba 100644 (file)
@@ -42,13 +42,13 @@ target_os = env.get('TARGET_OS')
 # Build flags
 ######################################################################
 notimgr_env.AppendUnique(CPPPATH = ['NotificationManager/include'])
-notimgr_env.AppendUnique(CPPPATH = ['../resource-manipulation/include'])
-notimgr_env.AppendUnique(CPPPATH = ['../resource-manipulation/src/common/primitiveResource/include'])
-notimgr_env.AppendUnique(CPPPATH = ['../resource-manipulation/src/serverBuilder/include'])
-notimgr_env.AppendUnique(CPPPATH = ['../resource-manipulation/src/resourceBroker/include'])
-notimgr_env.AppendUnique(CPPPATH = ['../resource-manipulation/src/resourceCache/include'])
-notimgr_env.AppendUnique(CPPPATH = ['../resource-manipulation/src/common/expiryTimer/include'])
-notimgr_env.AppendUnique(CPPPATH = ['../resource-manipulation/src/common/expiryTimer/src'])
+notimgr_env.AppendUnique(CPPPATH = ['../resource-encapsulation/include'])
+notimgr_env.AppendUnique(CPPPATH = ['../resource-encapsulation/src/common/primitiveResource/include'])
+notimgr_env.AppendUnique(CPPPATH = ['../resource-encapsulation/src/serverBuilder/include'])
+notimgr_env.AppendUnique(CPPPATH = ['../resource-encapsulation/src/resourceBroker/include'])
+notimgr_env.AppendUnique(CPPPATH = ['../resource-encapsulation/src/resourceCache/include'])
+notimgr_env.AppendUnique(CPPPATH = ['../resource-encapsulation/src/common/expiryTimer/include'])
+notimgr_env.AppendUnique(CPPPATH = ['../resource-encapsulation/src/common/expiryTimer/src'])
 #notimgr_env.AppendUnique(CPPPATH = ['../../extlibs/cjson'])
 #notimgr_env.AppendUnique(CPPPATH = ['../../resource/csdk/logger/include'])
 notimgr_env.PrependUnique(LIBS = [
similarity index 72%
rename from service/resource-manipulation/README
rename to service/resource-encapsulation/README
index 1c65801..b482100 100644 (file)
@@ -1,6 +1,6 @@
 == Brief Guide to Service Basis 
 
-Service Basis provides common functions such as resource broker, cache, resource container.
+resource encapsulation provides common functions such as resource broker, cache, resource container.
 
 1. resourceBroker 
 resourceBroker checks and monitors the status of resources. 
@@ -8,7 +8,7 @@ This module notifies the change of reachability of selected resource to users.
 
 2. resourceCache
 resourceCache provides the up-to-date "DATA" of remote resource to users.
-It tracks the most recent value of the selected resource and notifies to users according to the request notifying policy.
+It tracks the most recent value of the selected resource and notifies to users according to called API
 
 3. resourceContainer
 Need to be updated.
similarity index 99%
rename from service/resource-manipulation/SConscript
rename to service/resource-encapsulation/SConscript
index e3c69ff..d7275f5 100644 (file)
@@ -19,7 +19,7 @@
 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
 ######################################################################
-#  Resource-manipulation build script
+#  Resource-encapsulation build script
 ######################################################################
 import platform
 Import('env')
 /**
  * @file
  *
- * This file defines a class to handle exception thrown for resource manipulation.
+ * This file defines a class to handle exception thrown for resource encapsulation.
  */
 
-#ifndef RES_MANIPULATION_RCSEXCEPTION_H
-#define RES_MANIPULATION_RCSEXCEPTION_H
+#ifndef RES_ENCAPSULATION_RCSEXCEPTION_H
+#define RES_ENCAPSULATION_RCSEXCEPTION_H
 
 #include <string>
 
@@ -119,4 +119,4 @@ namespace OIC
     }
 }
 
-#endif // RES_MANIPULATION_RCSEXCEPTION_H
+#endif // RES_ENCAPSULATION_RCSEXCEPTION_H
@@ -18,8 +18,8 @@
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-#ifndef RES_MANIPULATION_RESOURCEATTRIBUTES_H
-#define RES_MANIPULATION_RESOURCEATTRIBUTES_H
+#ifndef RES_ENCAPSULATION_RESOURCEATTRIBUTES_H
+#define RES_ENCAPSULATION_RESOURCEATTRIBUTES_H
 
 // To avoid conflict using different boost::variant configuration with OC.
 // It causes compile errors.
@@ -750,4 +750,4 @@ namespace OIC
     }
 }
 
-#endif // RES_MANIPULATION_RESOURCEATTRIBUTES_H
+#endif // RES_ENCAPSULATION_RESOURCEATTRIBUTES_H
@@ -23,7 +23,7 @@
  *
  * This file contains the Resource Client APIs provided to the developers.
  * It is a common API layer for the Resource Broker and Resource Cache module of Resource
- * Manipulation layer.
+ * Encapsulation layer.
  */
 
 #ifndef RESOURCE_CLIENT_H_
@@ -59,7 +59,7 @@
     </bundle>
     <!--<bundle>
         <id>oic.bundle.hueJavaSample</id>
-        <path>../../../../../../../../service/resource-manipulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/target/hue-0.1-jar-with-dependencies.jar</path>
+        <path>../../../../../../../../service/resource-encapsulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/target/hue-0.1-jar-with-dependencies.jar</path>
         <libraryPath>.</libraryPath>
         <uri>/hueJava</uri>
         <activator>org.iotivity.bundle.hue.HueBundleActivator</activator>
@@ -120,7 +120,7 @@ int main()
     bundleParams["libraryPath"] = ".";
     bundleParams["activator"] = "org.iotivity.bundle.hue.HueBundleActivator";
     container->addBundle("oic.bundle.hueJavaSample", "/hueJava",
-                         "../../../../../../../../service/resource-manipulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/target/hue-0.1-jar-with-dependencies.jar",
+                         "../../../../../../../../service/resource-encapsulation/src/resourceContainer/examples/HueJavaSampleBundle/hue/target/hue-0.1-jar-with-dependencies.jar",
                          bundleParams);
 
     bundles = container->listBundles();