[TIZEN] ContainerClient Application.
authorarya.k <arya.kumar@samsung.com>
Tue, 6 Oct 2015 04:06:39 +0000 (09:36 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Tue, 6 Oct 2015 12:05:31 +0000 (12:05 +0000)
commit4e6808de140c38984aa6320b00e421b5fbfa36e1
tree6ffdf39b8ace92ad5a962227a44d516b6c28f578
parente61925e8c86df5e9abfbc11bfa7b4831e4d2c97d
[TIZEN] ContainerClient Application.
- Removed container module from RESampleClient Application.

Change-Id: I0ae7f346b1dfdd1313109b0741676828f7a654af
Signed-off-by: arya.k <arya.kumar@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3567
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
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