Change name and version
[apps/agl-service-can-low-level.git] / CAN-binder / conf.d / config.cmake
index a4a5714..d27b386 100644 (file)
 
 # Project Info
 # ------------------
-set(PROJECT_NAME low-can-project)
-set(VERSION "1.0")
+set(PROJECT_NAME low-can-service)
+set(PROJECT_VERSION "2.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")
 set(PROJECT_AUTHOR "Romain Forlot")
 set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh")
 set(PROJECT_ICON "icon.png")
+set(PROJECT_LICENCE "APL2.0")
 set(PROJECT_LANGUAGES,"C")
 
 # Where are stored default templates files from submodule or subtree app-templates in your project tree
@@ -45,7 +46,7 @@ set(CMAKE_BUILD_TYPE "DEBUG")
 
 # Kernel selection if needed. Overload the detected compiler.
 # -----------------------------------------------
-set (kernel_minimal_version 4.8)
+#set (kernel_minimal_version 4.8)
 
 # Compiler selection if needed. Overload the detected compiler.
 # -----------------------------------------------