[TIZEN] ContainerClient Application.
authorarya.k <arya.kumar@samsung.com>
Thu, 1 Oct 2015 10:36:32 +0000 (16:06 +0530)
committerUze Choi <uzchoi@samsung.com>
Fri, 2 Oct 2015 02:10:47 +0000 (02:10 +0000)
commita5b1da81dca86879e13213089097cfb634007d58
treefdd0018d63e9ac76450b9aeffd417b8c314a4ae5
parentc332e217753c8ce352b1ab3bc91b7b41b786cc28
[TIZEN] ContainerClient Application.
- Removed container module from RESampleClient Application.

Change-Id: I8c0cd3488f4b7c92432dc8d5c56735d0055e032f
Signed-off-by: arya.k <arya.kumar@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3367
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
16 files changed:
service/resource-container/examples/tizen/ContainerClientApp/.cproject [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerClientApp/.exportMap [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerClientApp/.project [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerClientApp/edc_resource/container_control.edc [moved from service/resource-encapsulation/examples/tizen/RESampleClientApp/edc_resource/re_container_control.edc with 51% similarity]
service/resource-container/examples/tizen/ContainerClientApp/inc/clientmain.h [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerClientApp/inc/containerclient.h [moved from service/resource-encapsulation/examples/tizen/RESampleClientApp/inc/recontainerclient.h with 85% similarity]
service/resource-container/examples/tizen/ContainerClientApp/res/ui_controls.edc [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerClientApp/shared/res/containerclient.png [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerClientApp/src/clientmain.cpp [new file with mode: 0644]
service/resource-container/examples/tizen/ContainerClientApp/src/containerclient.cpp [moved from service/resource-encapsulation/examples/tizen/RESampleClientApp/src/recontainerclient.cpp with 66% similarity]
service/resource-container/examples/tizen/ContainerClientApp/tizen-manifest.xml [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleClientApp/.cproject
service/resource-encapsulation/examples/tizen/RESampleClientApp/inc/reclientmain.h
service/resource-encapsulation/examples/tizen/RESampleClientApp/res/ui_controls.edc
service/resource-encapsulation/examples/tizen/RESampleClientApp/src/reclient.cpp
service/resource-encapsulation/examples/tizen/RESampleClientApp/src/reclientmain.cpp