Implementation of JNI for publishing resource to RD
authorhyuna0213.jo <hyuna0213.jo@samsung.com>
Sun, 7 Aug 2016 23:44:12 +0000 (08:44 +0900)
committerAshok Babu Channa <ashok.channa@samsung.com>
Tue, 16 Aug 2016 11:05:39 +0000 (11:05 +0000)
commite6f20ff11ffd7a5be76ed951e0bcb69ef73a13f1
tree57bf2e84efb72b1b18444e4acb6d3970ed8f47ac
parent5e69045c8d66ad0b51c9f1d2cf9e142e361736cb
Implementation of JNI for publishing resource to RD

Added JNI code for publishResourceToRD() of OCPlatform for converting
from Java to C++ and vice versa.

Change-Id: Ieb941ab2ce37c1aa39f44c8e51bbf49e3025a273
Signed-off-by: hyuna0213.jo <hyuna0213.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9911
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-by: jihwan seo <jihwan.seo@samsung.com>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
android/android_api/SConscript
android/android_api/base/build.gradle
android/android_api/base/jni/Android.mk
android/android_api/base/jni/JniOcPlatform.cpp
android/android_api/base/jni/JniOcPlatform.h
android/android_api/base/jni/JniOnPublishResourceListener.cpp [new file with mode: 0644]
android/android_api/base/jni/JniOnPublishResourceListener.h [new file with mode: 0644]
android/android_api/base/src/main/java/org/iotivity/base/OcPlatform.java