automotive-dlt
dlt_version.h
Go to the documentation of this file.
1 /*
2  * @licence app begin@
3  * SPDX license identifier: MPL-2.0
4  *
5  * Copyright (C) 2011-2015, BMW AG
6  *
7  * This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
8  *
9  * This Source Code Form is subject to the terms of the
10  * Mozilla Public License (MPL), v. 2.0.
11  * If a copy of the MPL was not distributed with this file,
12  * You can obtain one at http://mozilla.org/MPL/2.0/.
13  *
14  * For further information see http://www.genivi.org/.
15  * @licence end@
16  */
17 
18 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
19 #ifndef __DLT_VERSION_H_
20 #define __DLT_VERSION_H_
21 
22 #define _DLT_PACKAGE_VERSION_STATE "STABLE"
23 #define _DLT_PACKAGE_VERSION "2.17.0"
24 #define _DLT_PACKAGE_MAJOR_VERSION "2"
25 #define _DLT_PACKAGE_MINOR_VERSION "17"
26 #define _DLT_PACKAGE_PATCH_LEVEL "0"
27 #define _DLT_PACKAGE_REVISION "v2.17.0_6_g90c8b5b"
28 
29 #ifdef DLT_SYSTEMD_ENABLE
30 #define _DLT_SYSTEMD_ENABLE "+SYSTEMD"
31 #else
32 #define _DLT_SYSTEMD_ENABLE "-SYSTEMD"
33 #endif
34 
35 #ifdef DLT_SYSTEMD_WATCHDOG_ENABLE
36 #define _DLT_SYSTEMD_WATCHDOG_ENABLE "+SYSTEMD_WATCHDOG"
37 #else
38 #define _DLT_SYSTEMD_WATCHDOG_ENABLE "-SYSTEMD_WATCHDOG"
39 #endif
40 
41 #ifdef DLT_TEST_ENABLE
42 #define _DLT_TEST_ENABLE "+TEST"
43 #else
44 #define _DLT_TEST_ENABLE "-TEST"
45 #endif
46 
47 #ifdef DLT_SHM_ENABLE
48 #define _DLT_SHM_ENABLE "+SHM"
49 #else
50 #define _DLT_SHM_ENABLE "-SHM"
51 #endif
52 
53 #endif