cmake: Remove build warnings
[apps/agl-service-can-low-level.git] / conf.d / cmake / config.cmake
1 ###########################################################################
2 # Copyright 2015, 2016, 2017 IoT.bzh
3 #
4 # author: Fulup Ar Foll <fulup@iot.bzh>
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #     http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 ###########################################################################
18
19 # Project Info
20 # ------------------
21 set(PROJECT_NAME agl-service-can-low-level)
22 set(PROJECT_PRETTY_NAME "Low level CAN binding")
23 set(PROJECT_DESCRIPTION "Expose CAN Low Level APIs through AGL Framework")
24 set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level")
25 set(PROJECT_ICON "icon.png")
26 set(PROJECT_AUTHOR "Romain Forlot")
27 set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh")
28 set(PROJECT_LICENSE "APL2.0")
29 set(PROJECT_LANGUAGES "C;CXX")
30 set(API_NAME "low-can")
31
32 # Where are stored the project configuration files
33 # relative to the root project directory
34 set(PROJECT_CMAKE_CONF_DIR "conf.d")
35
36 # Which directories inspect to find CMakeLists.txt target files
37 # set(PROJECT_SRC_DIR_PATTERN "*")
38
39 # Compilation Mode (DEBUG, RELEASE)
40 # ----------------------------------
41 set(BUILD_TYPE "RELEASE" CACHE STRING "Default Build variant chosen. (Overwritten by cli if given)")
42
43 # Activate J1939
44 # Need module in kernel
45 # --------------
46
47 execute_process(COMMAND ls /usr/include/linux/can/j1939.h RESULT_VARIABLE result OUTPUT_QUIET ERROR_QUIET)
48
49 if(result)
50         message("Feature J1939 disabled")
51         set(WITH_FEATURE_J1939 OFF)
52 else()
53         message("Feature J1939 enabled")
54         set(WITH_FEATURE_J1939 ON)
55         add_definitions(-DUSE_FEATURE_J1939)
56         # Define name for ECU
57         set(J1939_NAME_ECU 0x1239)
58         add_definitions(-DJ1939_NAME_ECU=${J1939_NAME_ECU})
59 endif()
60
61 # Activate ISO TP
62 # Need module in kernel
63 # --------------
64
65 execute_process(COMMAND ls /usr/include/linux/can/isotp.h RESULT_VARIABLE result2 OUTPUT_QUIET ERROR_QUIET)
66
67 if(result2)
68     message("Feature ISO TP disabled")
69     set(WITH_FEATURE_ISOTP OFF)
70 else()
71     message("Feature ISOTP enabled")
72     set(WITH_FEATURE_ISOTP ON)
73     add_definitions(-DUSE_FEATURE_ISOTP)
74 endif()
75
76
77
78 # Kernel selection if needed. You can choose between a
79 # mandatory version to impose a minimal version.
80 # Or check Kernel minimal version and just print a Warning
81 # about missing features and define a preprocessor variable
82 # to be used as preprocessor condition in code to disable
83 # incompatibles features. Preprocessor define is named
84 # KERNEL_MINIMAL_VERSION_OK.
85 #
86 # NOTE*** FOR NOW IT CHECKS KERNEL Yocto environment and
87 # Yocto SDK Kernel version.
88 # -----------------------------------------------
89 #set (kernel_mandatory_version 4.8)
90 set (kernel_minimal_version 4.8)
91
92 # Compiler selection if needed. Impose a minimal version.
93 # -----------------------------------------------
94 set (gcc_minimal_version 4.9)
95
96 # PKG_CONFIG required packages
97 # -----------------------------
98 set (PKG_REQUIRED_LIST
99         json-c
100         libsystemd>=222
101         afb-daemon
102         afb-helpers
103 )
104
105 # Prefix path where will be installed the files
106 # Default: /usr/local (need root permission to write in)
107 # ------------------------------------------------------
108 set(INSTALL_PREFIX $ENV{HOME}/opt)
109
110 # Customize link option
111 # -----------------------------
112 list (APPEND link_libraries -pthread)
113
114 # Compilation options definition
115 # Use CMake generator expressions to specify only for a specific language
116 # Values are prefilled with default options that is currently used.
117 # Either separate options with ";", or each options must be quoted separately
118 # DO NOT PUT ALL OPTION QUOTED AT ONCE , COMPILATION COULD FAILED !
119 # ----------------------------------------------------------------------------
120 set(COMPILE_OPTIONS
121  -Wall
122  -Wextra
123  -Wconversion
124  -Wno-unused-parameter
125  -Wno-sign-compare
126  -Wno-sign-conversion
127  -Werror=maybe-uninitialized
128  -ffunction-sections
129  -fdata-sections
130  -fPIC
131  -DPB_FIELD_16BIT
132  CACHE STRING "Compilation flags")
133 #set(C_COMPILE_OPTIONS "" CACHE STRING "Compilation flags for C language.")
134 set(CXX_COMPILE_OPTIONS -pthread CACHE STRING "Compilation flags for C++ language.")
135 #set(PROFILING_COMPILE_OPTIONS
136 # -g
137 # -O0
138 # -pg
139 # -Wp,-U_FORTIFY_SOURCE
140 # CACHE STRING "Compilation flags for PROFILING build type.")
141 #set(DEBUG_COMPILE_OPTIONS
142 # -Og
143 # -g
144 # -ggdb
145 # -D_FORTIFY_SOURCE=2
146 # CACHE STRING "Compilation flags for DEBUG build type.")
147 #set(COVERAGE_COMPILE_OPTIONS
148 # -g
149 # -O2
150 # --coverage
151 # CACHE STRING "Compilation flags for COVERAGE build type.")
152 #set(RELEASE_COMPILE_OPTIONS
153 # -O2
154 # -D_FORTIFY_SOURCE=2
155 # CACHE STRING "Compilation flags for RELEASE build type.")
156
157 add_definitions(-DAFB_BINDING_VERSION=3)
158
159 # Optional location for config.xml.in
160 # -----------------------------------
161 #set(WIDGET_ICON "\"${CMAKE_SOURCE_DIR}conf.d/wgt/${PROJECT_ICON}\"" CACHE PATH "Path to the widget icon")
162 set(WIDGET_CONFIG_TEMPLATE "${CMAKE_SOURCE_DIR}/conf.d/wgt/config.xml.in" CACHE PATH "Path to widget config file template (config.xml.in)")
163
164 # Mandatory widget Mimetype specification of the main unit
165 # --------------------------------------------------------------------------
166 # Choose between :
167 #- text/html : HTML application,
168 #       content.src designates the home page of the application
169 #
170 #- application/vnd.agl.native : AGL compatible native,
171 #       content.src designates the relative path of the binary.
172 #
173 # - application/vnd.agl.service: AGL service, content.src is not used.
174 #
175 #- ***application/x-executable***: Native application,
176 #       content.src designates the relative path of the binary.
177 #       For such application, only security setup is made.
178 #
179 set(WIDGET_TYPE application/vnd.agl.service)
180
181 # Mandatory Widget entry point file of the main unit
182 # --------------------------------------------------------------
183 # This is the file that will be executed, loaded,
184 # at launch time by the application framework.
185 #
186 set(WIDGET_ENTRY_POINT lib/afb-low-can.so)
187
188 # Optional dependencies order
189 # ---------------------------
190 #set(EXTRA_DEPENDENCIES_ORDER)
191
192 # Optional Extra global include path
193 # -----------------------------------
194 #set(EXTRA_INCLUDE_DIRS)
195
196 # Optional extra libraries
197 # -------------------------
198 #set(EXTRA_LINK_LIBRARIES)
199
200 # Optional force binding Linking flag
201 # ------------------------------------
202 # set(BINDINGS_LINK_FLAG LinkOptions )
203
204 # Optional force package prefix generation, like widget
205 # -----------------------------------------------------
206 # set(PKG_PREFIX DestinationPath)
207
208 # Optional Application Framework security token
209 # and port use for remote debugging.
210 #------------------------------------------------------------
211 set(AFB_TOKEN   ""     CACHE STRING "Default binder security token")
212 set(AFB_REMPORT "1234" CACHE STRING "Default binder listening port")
213
214 # Print a helper message when every thing is finished
215 # ----------------------------------------------------
216 set(CLOSING_MESSAGE "Typical binding launch: afb-daemon --port=${AFB_REMPORT} --workdir=${CMAKE_BINARY_DIR}/package --ldpaths=lib --roothttp=htdocs  --token=\"${AFB_TOKEN}\" --tracereq=common --verbose")
217 set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt")
218
219 # Optional schema validator about now only XML, LUA and JSON
220 # are supported
221 #------------------------------------------------------------
222 #set(LUA_CHECKER "luac" "-p" CACHE STRING "LUA compiler")
223 #set(XML_CHECKER "xmllint" CACHE STRING "XML linter")
224 #set(JSON_CHECKER "json_verify" CACHE STRING "JSON linter")
225
226 # This include is mandatory and MUST happens at the end
227 # of this file, else you expose you to unexpected behavior
228 #
229 # This CMake module could be found at the following url:
230 # https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/cmake-apps-module
231 # -----------------------------------------------------------
232 include(CMakeAfbTemplates)