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 +++--- CAN-binder/low-can-binding/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'CAN-binder') 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 # --------------------------- diff --git a/CAN-binder/low-can-binding/CMakeLists.txt b/CAN-binder/low-can-binding/CMakeLists.txt index 6f6e11fd..cd38fca3 100644 --- a/CAN-binder/low-can-binding/CMakeLists.txt +++ b/CAN-binder/low-can-binding/CMakeLists.txt @@ -46,7 +46,7 @@ PROJECT_TARGET_ADD(low-can) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES - PREFIX "afs-" + PREFIX "afb-" LABELS "BINDING" LINK_FLAGS ${BINDINGS_LINK_FLAG} OUTPUT_NAME ${TARGET_NAME} -- cgit 1.2.3-korg