[TIZEN] Enriched RE Sample Application with nested resource attribute.
authorarya.k <arya.kumar@samsung.com>
Wed, 16 Sep 2015 11:37:01 +0000 (17:07 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Thu, 17 Sep 2015 02:27:40 +0000 (02:27 +0000)
commit0c29256050564b18a8cd1c202ba92ccbadc8c650
treeb194c4d71fe091d2e552d95b28c8a6489733ad83
parent57d8a92c6553b6bb9c4e10c57c915d1f29e20015
[TIZEN] Enriched RE Sample Application with nested resource attribute.

Change-Id: I2b32519b1f107421c834e4bd8ac22467cd3b1c7f
Signed-off-by: arya.k <arya.kumar@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2587
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
25 files changed:
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/.cproject [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/.exportMap [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/.project [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/edc_resource/re_client_control.edc [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/edc_resource/re_container_control.edc [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/inc/reclient.h [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/inc/reclientmain.h [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/inc/recontainerclient.h [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/res/ui_controls.edc [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/shared/res/resampleapp.png [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/src/reclient.cpp [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/src/reclientmain.cpp [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/src/recontainerclient.cpp [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeClientApp/tizen-manifest.xml [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeServerApp/.cproject [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeServerApp/.exportMap [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeServerApp/.project [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeServerApp/edc_resource/re_server_control.edc [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeServerApp/inc/reserver.h [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeServerApp/inc/reservermain.h [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeServerApp/res/ui_controls.edc [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeServerApp/shared/res/resampleapp.png [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeServerApp/src/reserver.cpp [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeServerApp/src/reservermain.cpp [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/NestedAttributeServerApp/tizen-manifest.xml [new file with mode: 0644]