aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-07-11 09:46:08 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-07-17 12:53:14 +0000
commit85cffa37d79330a2df53ef8d79c70b8bb70a289e (patch)
tree6c598044f2a137ecf8bdced0a4203854086ec116
parentde3438a1e6522c6eb239b5642116a8652df3de23 (diff)
Fix: wrong values in config.xml template file
Also set the same APIs name for all configurations Change-Id: If565418b552adaeaa767e9c37dd8a65d212ab093 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--conf.d/cmake/00-debian-osconfig.cmake1
-rw-r--r--conf.d/cmake/config.cmake4
-rw-r--r--conf.d/wgt/config.xml.in6
3 files changed, 4 insertions, 7 deletions
diff --git a/conf.d/cmake/00-debian-osconfig.cmake b/conf.d/cmake/00-debian-osconfig.cmake
deleted file mode 100644
index 2ce0ad3..0000000
--- a/conf.d/cmake/00-debian-osconfig.cmake
+++ /dev/null
@@ -1 +0,0 @@
-list(APPEND PKG_REQUIRED_LIST lua-5.3>=5.3)
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index a7f932e..661995c 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -19,7 +19,7 @@
# Project Info
# ------------------
set(PROJECT_NAME afb-test)
-set(PROJECT_VERSION "5.0")
+set(PROJECT_VERSION "6.0")
set(PROJECT_PRETTY_NAME "Application Framework Test")
set(PROJECT_DESCRIPTION "Binding used to test other binding")
set(PROJECT_URL "https://github.com/iotbzh/afb-test")
@@ -163,7 +163,7 @@ set(WIDGET_TYPE application/vnd.agl.service)
# This is the file that will be executed, loaded,
# at launch time by the application framework.
#
-set(WIDGET_ENTRY_POINT lib/afb-test.so)
+set(WIDGET_ENTRY_POINT lib/aft.so)
# Optional dependencies order
# ---------------------------
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 863ee05..fc29847 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -13,12 +13,10 @@
</feature>
<feature name="urn:AGL:widget:provided-api">
- <param name="signal-composer" value="ws" />
+ <param name="afTest" value="ws" />
</feature>
<feature name="urn:AGL:widget:required-api">
- <param name="lib/afb-signal-composer.so" value="local" />
- <param name="low-can" value="ws" />
- <param name="gps" value="ws" />
+ <param name="lib/aft.so" value="local" />
</feature>
</widget>