Needed feature to make binder load the binding
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 21 Jun 2017 10:01:12 +0000 (12:01 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 22 Jun 2017 14:43:42 +0000 (16:43 +0200)
Change-Id: I5c312e082bc710f3d3f381d09be055af4950cd1a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CMakeLists.txt
conf.d/cmake/config.cmake [moved from conf.d/config.cmake with 100% similarity]
conf.d/wgt/config.xml.in

index 2a97f85..816932c 100644 (file)
@@ -18,7 +18,7 @@
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3)
 
-include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.cmake)
+include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake)
 include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/app-templates/cmake/common.cmake)
 
 # Bindings to compile
index 7e14751..2906723 100644 (file)
@@ -17,4 +17,8 @@
                <param name="#target" value="main" />
                <param name="low-can" value="ws" />
        </feature>
+
+       <feature name="urn:AGL:widget:required-api">
+               <param name="lib/afb-low-can.so" value="local" />
+       </feature>
 </widget>