From 5e5083d7cea3aa252fb0c248f8eb5284218f9900 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 20 Jun 2017 08:11:17 +0000 Subject: Align with AGL version And unify prefix with audio binding and others bindings Change-Id: I685afd2e4c75c813ac9af8ab3281fedc04b9289e Signed-off-by: Romain Forlot --- CAN-binder/conf.d/config.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CAN-binder/conf.d') diff --git a/CAN-binder/conf.d/config.cmake b/CAN-binder/conf.d/config.cmake index 0b0cfa02..527cd261 100644 --- a/CAN-binder/conf.d/config.cmake +++ b/CAN-binder/conf.d/config.cmake @@ -19,7 +19,7 @@ # Project Info # ------------------ set(PROJECT_NAME low-can-service) -set(PROJECT_VERSION "2.0") +set(PROJECT_VERSION "4.0") set(PROJECT_PRETTY_NAME "Low level CAN binding") set(PROJECT_DESCRIPTION "Expose CAN Low Level APIs through AGL Framework") set(PROJECT_URL "https://github.com/iotbzh/CAN_signaling") @@ -71,7 +71,7 @@ set(CMAKE_CXX_FLAGS "-std=c++11") # Print a helper message when every thing is finished # ---------------------------------------------------- -set(CLOSING_MESSAGE "Test with: afb-daemon --rootdir=\$\$(pwd)/package --ldpaths=\$\$(pwd)/package/lib --port=1234 --roothttp=\$\$(pwd)/package/htdocs --tracereq=common --token=\"1\" --verbose") +set(CLOSING_MESSAGE "Test with: afb-daemon --rootdir=\$\$(pwd)/package --binding=\$\$(pwd)/package/lib/afb-low-can.so --port=1234 --tracereq=common --token=\"1\" --verbose") set(WIDGET_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") # (BUG!!!) as PKG_CONFIG_PATH does not work [should be an env variable] @@ -103,7 +103,7 @@ set(WIDGET_TYPE application/vnd.agl.service) # the WIDGET_ENTRY_POINT "lib" which is the default directory # that holds the bindings. # -set(WIDGET_ENTRY_POINT lib/afs-low-can.so) +set(WIDGET_ENTRY_POINT lib/afb-low-can.so) # Optional dependencies order # --------------------------- -- cgit 1.2.3-korg