[TIZEN] Added Resource Container Sample Application.
authorarya.k <arya.kumar@samsung.com>
Thu, 1 Oct 2015 09:40:37 +0000 (15:10 +0530)
committerUze Choi <uzchoi@samsung.com>
Fri, 2 Oct 2015 02:09:17 +0000 (02:09 +0000)
commitc332e217753c8ce352b1ab3bc91b7b41b786cc28
tree67f9867ecd6ee8013eed27e427f8c4d3420f8bc8
parentb0561c06cdcaa5ce4a7b480988ef283307559d71
[TIZEN] Added Resource Container Sample Application.
- Removed Contianer module from RESampleServer Application.

Change-Id: Ie2226d0235aa893f00c9bd63b343d2ec0c69c6b3
Signed-off-by: arya.k <arya.kumar@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3359
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Abhishek Pandey <abhi.siso@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
17 files changed:
service/resource-container/examples/tizen/ContainerServerApp/.cproject [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerServerApp/.exportMap [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerServerApp/.project [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerServerApp/edc_resource/container_control.edc [moved from service/resource-encapsulation/examples/tizen/RESampleServerApp/edc_resource/re_container_control.edc with 58% similarity]
service/resource-container/examples/tizen/ContainerServerApp/inc/container.h [moved from service/resource-encapsulation/examples/tizen/RESampleServerApp/inc/recontainer.h with 89% similarity]
service/resource-container/examples/tizen/ContainerServerApp/inc/rcmain.h [moved from service/resource-encapsulation/examples/tizen/RESampleServerApp/inc/reservermain.h with 73% similarity]
service/resource-container/examples/tizen/ContainerServerApp/lib/ResourceContainerConfig.xml [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerServerApp/res/ui_controls.edc [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerServerApp/shared/res/containerServer.png [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerServerApp/src/container.cpp [moved from service/resource-encapsulation/examples/tizen/RESampleServerApp/src/recontainer.cpp with 93% similarity]
service/resource-container/examples/tizen/ContainerServerApp/src/rcmain.cpp [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerServerApp/tizen-manifest.xml [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/.cproject
service/resource-encapsulation/examples/tizen/RESampleServerApp/inc/remain.h
service/resource-encapsulation/examples/tizen/RESampleServerApp/res/ui_controls.edc
service/resource-encapsulation/examples/tizen/RESampleServerApp/src/remain.cpp
service/resource-encapsulation/examples/tizen/RESampleServerApp/src/reservermain.cpp [deleted file]