[TIZEN] Enabled Resource Encapsulation build for Tizen platform with sample applications.
authorJay Sharma <jay.sharma@samsung.com>
Wed, 26 Aug 2015 06:47:14 +0000 (12:17 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Thu, 27 Aug 2015 01:48:03 +0000 (01:48 +0000)
commit20ddce3604fecc8a99fe0a8e28a813e475f65dd0
treef2abe9768e2715e62844b60e469c43b39c798b8f
parentbb3f851bcc8fa5a1b89a724a3942fa2da9049828
[TIZEN] Enabled Resource Encapsulation build for Tizen platform with sample applications.

Change-Id: I1cdd77f53c959ac4825bafe1d31cfcb39aff4975
Signed-off-by: Jay Sharma <jay.sharma@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2255
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Rami Jung <rami.jung@samsung.com>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
23 files changed:
service/SConscript
service/resource-encapsulation/examples/tizen/RESampleClientApp/.cproject [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleClientApp/.exportMap [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleClientApp/.project [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleClientApp/edc_resource/re_client_control.edc [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleClientApp/inc/reclient.h [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleClientApp/inc/reclientmain.h [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleClientApp/res/ui_controls.edc [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleClientApp/shared/res/resampleapp.png [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleClientApp/src/reclient.cpp [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleClientApp/src/reclientmain.cpp [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleClientApp/tizen-manifest.xml [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/.cproject [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/.exportMap [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/.project [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/edc_resource/re_server_control.edc [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/inc/reserver.h [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/inc/reservermain.h [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/res/ui_controls.edc [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/shared/res/resampleapp.png [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/src/reserver.cpp [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/src/reservermain.cpp [new file with mode: 0644]
service/resource-encapsulation/examples/tizen/RESampleServerApp/tizen-manifest.xml [new file with mode: 0644]