diff --git a/jni/Application.mk b/jni/Application.mk index 8759e6865466949ef970b1c84efe2bae1e94399d..fe48fa8ad3e473afe09c655831d5a7edbd951090 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,41 +1,41 @@ APP_OPTIM := debug -#APP_MODULES := libccgnu2 -#APP_MODULES += libyaml -#APP_MODULES += libsamplerate -#APP_MODULES += libexpat_static -#APP_MODULES += libexpat_shared -#APP_MODULES += libccrtp1 -#APP_MODULES += libcutils-static -#APP_MODULES += libcutils-shared -#APP_MODULES += libdbus -#APP_MODULES += libdbus-tools-common -#APP_MODULES += dbus-daemon -#APP_MODULES += dbus-monitor -#APP_MODULES += dbus-send -#APP_MODULES += libdbus -#APP_MODULES += libdbus-tools-common +APP_MODULES := libccgnu2 +APP_MODULES += libyaml +APP_MODULES += libsamplerate +APP_MODULES += libexpat_static +APP_MODULES += libexpat_shared +APP_MODULES += libccrtp1 +APP_MODULES += libcutils-static +APP_MODULES += libcutils-shared +APP_MODULES += libdbus +APP_MODULES += libdbus-tools-common +APP_MODULES += dbus-daemon +APP_MODULES += dbus-monitor +APP_MODULES += dbus-send +APP_MODULES += libdbus +APP_MODULES += libdbus-tools-common -#APP_MODULES += libdbus-c++-1 -#APP_MODULES += libdbus-glue -#APP_MODULES += libsiplink -#APP_MODULES += libconfig +APP_MODULES += libdbus-c++-1 +APP_MODULES += libdbus-glue +APP_MODULES += libsiplink +APP_MODULES += libconfig -#APP_MODULES += libcrypto -#APP_MODULES += libssl -#APP_MODULES += openssl +# APP_MODULES += libcrypto +# APP_MODULES += libssl +# APP_MODULES += openssl -#APP_MODULES += libspeex -#APP_MODULES += libspeexresampler -#APP_MODULES += libopensl -#APP_MODULES += libsound -#APP_MODULES += libcodec_ulaw -#APP_MODULES += libcodec_alaw -#APP_MODULES += libcodecfactory -#APP_MODULES += librtp -#APP_MODULES += libaudio -#APP_MODULES += libhistory -#APP_MODULES += libhooks +APP_MODULES += libspeex +APP_MODULES += libspeexresampler +APP_MODULES += libopensl +APP_MODULES += libsound +APP_MODULES += libcodec_ulaw +APP_MODULES += libcodec_alaw +APP_MODULES += libcodecfactory +APP_MODULES += librtp +APP_MODULES += libaudio +APP_MODULES += libhistory +APP_MODULES += libhooks APP_MODULES += libsflphone APP_MODULES += sflphoned diff --git a/jni/sflphone b/jni/sflphone index c0a81a7da156e66a2ff20080ae674e240858388b..ddd93dcff024275ffaa52ab172bbe5c528e15f3a 160000 --- a/jni/sflphone +++ b/jni/sflphone @@ -1 +1 @@ -Subproject commit c0a81a7da156e66a2ff20080ae674e240858388b +Subproject commit ddd93dcff024275ffaa52ab172bbe5c528e15f3a diff --git a/make-swig.sh b/make-swig.sh index 6facb3865b17ada4d8cff8ff99772aff158ff9e9..7f679480f39bd6a8e3bca34d7e5569889ec71c27 100755 --- a/make-swig.sh +++ b/make-swig.sh @@ -105,6 +105,16 @@ python JavaJNI2CJNI_Load.py \ echo "Appending callmanager_wrap.cpp..." cat $NATIVE/sflphoneservice_loader.c >> dbus/callmanager_wrap.cpp + +#if [ "" != "$(find -iname sflphoneservice_loader.c)" ]; then + # +#fi +# callmanager_wrap.cpp +# callmanager_wrap.cpp +# sflphoneservice.java +# sflphoneserviceJNI.java +# ManagerImpl.java + echo -n "in " && popd echo "Done" exit 0 diff --git a/src/com/savoirfairelinux/sflphone/service/ConfigurationManagerJNI.java b/src/com/savoirfairelinux/sflphone/service/ConfigurationManagerJNI.java index 6e38495bfbb96c4bc4735b6f28e4be6ef7391954..33940a3373cfaae6af5ef5feee5827a1a5495b1d 100644 --- a/src/com/savoirfairelinux/sflphone/service/ConfigurationManagerJNI.java +++ b/src/com/savoirfairelinux/sflphone/service/ConfigurationManagerJNI.java @@ -1,6 +1,6 @@ /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). - * Version 2.0.8 + * Version 2.0.7 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. @@ -219,30 +219,6 @@ public class ConfigurationManagerJNI { return SFLPhoneserviceJNI.ConfigurationManagerJNI_getAudioManager(swigCPtr, this); } - public void setMailNotify() { - SFLPhoneserviceJNI.ConfigurationManagerJNI_setMailNotify(swigCPtr, this); - } - - public SWIGTYPE_p_int32_t getMailNotify() { - return new SWIGTYPE_p_int32_t(SFLPhoneserviceJNI.ConfigurationManagerJNI_getMailNotify(swigCPtr, this), true); - } - - public SWIGTYPE_p_std__mapT_std__string_int32_t_t getAddressbookSettings() { - return new SWIGTYPE_p_std__mapT_std__string_int32_t_t(SFLPhoneserviceJNI.ConfigurationManagerJNI_getAddressbookSettings(swigCPtr, this), true); - } - - public void setAddressbookSettings(SWIGTYPE_p_std__mapT_std__string_int32_t_t settings) { - SFLPhoneserviceJNI.ConfigurationManagerJNI_setAddressbookSettings(swigCPtr, this, SWIGTYPE_p_std__mapT_std__string_int32_t_t.getCPtr(settings)); - } - - public StringVect getAddressbookList() { - return new StringVect(SFLPhoneserviceJNI.ConfigurationManagerJNI_getAddressbookList(swigCPtr, this), true); - } - - public void setAddressbookList(StringVect list) { - SFLPhoneserviceJNI.ConfigurationManagerJNI_setAddressbookList(swigCPtr, this, StringVect.getCPtr(list), list); - } - public StringMap getHookSettings() { return new StringMap(SFLPhoneserviceJNI.ConfigurationManagerJNI_getHookSettings(swigCPtr, this), true); }