From: Philippe Coval Date: Wed, 1 Feb 2017 14:15:31 +0000 (+0100) Subject: tizen: Enable CLOUD and ship ES lib X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f4c71c33dca4b0b6eeb1a9a3f3eb8f986e2b6a3;p=contrib%2Fiotivity.git tizen: Enable CLOUD and ship ES lib Change-Id: I84ce3dd94e1a90f13f0ff875221ca5061828618e Forwarded: https://gerrit.iotivity.org/gerrit/#/q/I84ce3dd94e1a90f13f0ff875221ca5061828618e Origin: https://review.tizen.org/gerrit/112583 Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/16965 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi Reviewed-on: https://gerrit.iotivity.org/gerrit/17019 --- diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index dd2c376..cb82d62 100644 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -78,7 +78,7 @@ BuildRequires: python-accel-aarch64-cross-aarch64 %{!?TARGET_OS: %define TARGET_OS tizen} %{!?TARGET_TRANSPORT: %define TARGET_TRANSPORT IP} %{!?VERBOSE: %define VERBOSE 1} -%{!?WITH_CLOUD: %define WITH_CLOUD 0} +%{!?WITH_CLOUD: %define WITH_CLOUD 1} %{!?WITH_MQ: %define WITH_MQ OFF} %{!?WITH_PROXY: %define WITH_PROXY 0} %{!?WITH_TCP: %define WITH_TCP 0} @@ -308,6 +308,7 @@ rm -rfv out %{buildroot}/out %{buildroot}/${HOME} ||: %{_libdir}/librcs_server.so %{_libdir}/libresource_directory.so %{_libdir}/libESEnrolleeSDK.so +%{_libdir}/libESMediatorRich.so %{_libdir}/libnotification*.so %if 0%{?WITH_PROXY} == 1 %{_libdir}/libcoap_http_proxy.so