[RE] Added Secure Resource Linux Sample Apps to the RE Layer
authorJay Sharma <jay.sharma@samsung.com>
Fri, 4 Dec 2015 13:42:04 +0000 (19:12 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Mon, 7 Dec 2015 06:15:33 +0000 (06:15 +0000)
commit485eee50dee924bc64a727bab3b8c34008e912b3
tree062d8beec33a638876599bf6acf6324c34f463ce
parent057930d21941589a7aec5462c91631347322ba8c
[RE] Added Secure Resource Linux Sample Apps to the RE Layer

- Added API to RCSResourceObject to support OC_SECURE property for
  resource creation.
- Added Secure Resource Linux Applications.

Change-Id: I97fb97387c1c03c44a6a5ff123729107bd28681d
Signed-off-by: Jay Sharma <jay.sharma@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/4399
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/resource-encapsulation/examples/linux/SConscript
service/resource-encapsulation/examples/linux/secureResourceExample/README [new file with mode: 0644]
service/resource-encapsulation/examples/linux/secureResourceExample/SConscript [new file with mode: 0644]
service/resource-encapsulation/examples/linux/secureResourceExample/SampleAuthorizedClient.cpp [new file with mode: 0644]
service/resource-encapsulation/examples/linux/secureResourceExample/SampleSecureServer.cpp [new file with mode: 0644]
service/resource-encapsulation/examples/linux/secureResourceExample/oic_svr_db_client.json [new file with mode: 0644]
service/resource-encapsulation/examples/linux/secureResourceExample/oic_svr_db_server.json [new file with mode: 0644]
service/resource-encapsulation/include/RCSResourceObject.h
service/resource-encapsulation/src/serverBuilder/src/RCSResourceObject.cpp