diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-10-25 16:11:21 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-10-25 16:11:21 +0200 |
commit | 19063b9ccf1cdf7471f7ac88ae82b391f48eae6f (patch) | |
tree | f817f997a1e2b1afcedc43739d4d73385e080a7a | |
parent | c063b14530bad81d664a4505742d20d39cdb130f (diff) |
database: fill widget data
Change-Id: Ifdd50760cc4dd46f1d032dc8b25c93ca54a39f54
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | ll-database-binding/conf.d/cmake/config.cmake | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/ll-database-binding/conf.d/cmake/config.cmake b/ll-database-binding/conf.d/cmake/config.cmake index d1b473f..2005ddb 100644 --- a/ll-database-binding/conf.d/cmake/config.cmake +++ b/ll-database-binding/conf.d/cmake/config.cmake @@ -18,8 +18,8 @@ # Project Info # ------------------ -set(PROJECT_NAME ll-database-binding) -set(PROJECT_VERSION "0.0") +set(PROJECT_NAME ll-database) +set(PROJECT_VERSION "0.1") set(PROJECT_PRETTY_NAME "Low Level Database Binding") set(PROJECT_DESCRIPTION "") set(PROJECT_URL "") @@ -43,10 +43,6 @@ set(PROJECT_APP_TEMPLATES_DIR "../conf.d/app-templates") # Which directories inspect to find CMakeLists.txt target files # set(PROJECT_SRC_DIR_PATTERN "*") -# Compilation Mode (DEBUG, RELEASE) -# ---------------------------------- -set(CMAKE_BUILD_TYPE "DEBUG") - # Kernel selection if needed. You can choose between a # mandatory version to impose a minimal version. # Or check Kernel minimal version and just print a Warning @@ -69,9 +65,7 @@ set (gcc_minimal_version 4.9) # ----------------------------- set (PKG_REQUIRED_LIST json-c - libsystemd>=222 afb-daemon - libmicrohttpd>=0.9.55 ) # Prefix path where will be installed the files @@ -150,14 +144,14 @@ set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) # content.src designates the relative path of the binary. # For such application, only security setup is made. # -set(WIDGET_TYPE MimeType_Not_Set) +set(WIDGET_TYPE application/vnd.agl.service) # Mandatory Widget entry point file of the main unit # -------------------------------------------------------------- # This is the file that will be executed, loaded, # at launch time by the application framework. # -set(WIDGET_ENTRY_POINT EntryPoint_Path_Not_Set) +set(WIDGET_ENTRY_POINT irrelevant) # Optional dependencies order # --------------------------- |