aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-10-11 12:25:27 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 12:27:24 +0000
commit1b3655d85cfb9cc143c9e7f0d3506e6b004f835e (patch)
tree08ddc01f3692fce7972b6f3a436cd9b774eb958d /conf.d
parent3331cf98d09874f6d480e17538ebb6a53a4adf71 (diff)
Migration to binding v3
Change-Id: I0bcccb15200064bd7d83edbf06c1e7202069189a Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/cmake/config.cmake2
-rw-r--r--conf.d/wgt/config.xml.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 924833b3..3fbc3ef6 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -119,7 +119,7 @@ set(CXX_COMPILE_OPTIONS -pthread CACHE STRING "Compilation flags for C++ languag
# -D_FORTIFY_SOURCE=2
# CACHE STRING "Compilation flags for RELEASE build type.")
-add_definitions(-DAFB_BINDING_VERSION=2)
+add_definitions(-DAFB_BINDING_VERSION=3)
# Optional location for config.xml.in
# -----------------------------------
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 9050690c..0ddccec8 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -14,10 +14,10 @@
</feature>
<feature name="urn:AGL:widget:provided-api">
- <param name="low-can" value="ws" />
+ <param name="@API_NAME@" value="ws" />
</feature>
- <feature name="urn:AGL:widget:required-binding">
- <param name="lib/afb-low-can.so" value="local" />
+ <feature name="urn:AGL:widget:required-api">
+ <param name="@WIDGET_ENTRY_POINT@" value="local" />
</feature>
</widget>