]> sjero.net Git - linphone/commit
Add check in lpc2xml
authorYann Diorcet <yann.diorcet@belledonne-communications.com>
Tue, 5 Feb 2013 09:02:32 +0000 (10:02 +0100)
committerYann Diorcet <yann.diorcet@belledonne-communications.com>
Tue, 5 Feb 2013 09:02:32 +0000 (10:02 +0100)
commitbf0953eb1d3c83471c6950eea505bea4e67f93e6
tree16d0741fe1fb5320d810fbfb13243d5c28e1ca16
parentf65e26aa186167ac6ec051b61e86dffd3d93055e
Add check in lpc2xml
Add jni for lpc2xml and xml2lpc
Add some jni for LPConfigImpl
14 files changed:
build/android/Android.mk
build/android/lpc2xml.mk [new file with mode: 0644]
build/android/xml2lpc.mk [new file with mode: 0644]
coreapi/linphonecore_jni.cc
java/common/org/linphone/core/LinphoneCoreFactory.java
java/impl/org/linphone/core/LinphoneCoreFactoryImpl.java
java/impl/org/linphone/core/LpConfigImpl.java
java/impl/org/linphone/tools/Lpc2Xml.java [new file with mode: 0644]
java/impl/org/linphone/tools/Xml2Lpc.java [new file with mode: 0644]
tools/Makefile.am
tools/lpc2xml.c
tools/lpc2xml_jni.cc [new file with mode: 0644]
tools/my_jni.h [new file with mode: 0644]
tools/xml2lpc_jni.cc [new file with mode: 0644]