From 8a7cecb43ea8a3c887b3c7949ff512fadc756ae9 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Tue, 6 Jan 2015 11:03:06 +0100 Subject: Introduce Python bindings These bindings for the parameter-framework generic connector use "SWIG" to generate: - a C++ file providing a basic bridge between C++ and Python (must be compiled to a shared library named "_PyPfw.so" - the name is important) - a Python module wrapping it inside a Proxy class, re-creating the same classes as the parameter-framework generic connector. See http://www.swig.org for the full SWIG documentation. They are generated and compiled on-the-fly as part of the build process. Change-Id: If7c67f1178dcc9f438cf037246eb77bbd74b689a Signed-off-by: David Wagner Signed-off-by: Sebastien Gonzalve --- bindings/Android.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bindings/Android.mk (limited to 'bindings/Android.mk') diff --git a/bindings/Android.mk b/bindings/Android.mk new file mode 100644 index 0000000..f5f1064 --- /dev/null +++ b/bindings/Android.mk @@ -0,0 +1,5 @@ +# Recursive call sub-folder Android.mk +# + +include $(call all-subdir-makefiles) + -- cgit v1.2.3