GDLT-38, Update license in internal headers.
[profile/ivi/dlt-daemon.git] / src / system / dlt-system_cfg.h
1 /**
2  * @licence app begin@
3  * Copyright (C) 2012  BMW AG
4  *
5  * This file is part of GENIVI Project Dlt - Diagnostic Log and Trace console apps.
6  *
7  * Contributions are licensed to the GENIVI Alliance under one or more
8  * Contribution License Agreements.
9  *
10  * \copyright
11  * This Source Code Form is subject to the terms of the
12  * Mozilla Public License, v. 2.0. If a  copy of the MPL was not distributed with
13  * this file, You can obtain one at http://mozilla.org/MPL/2.0/.
14  *
15  *
16  * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
17  *
18  * \file <FILE>
19  * For further information see http://www.genivi.org/.
20  * @licence end@
21  */
22
23
24 /*******************************************************************************
25 **                                                                            **
26 **  SRC-MODULE: dlt-system_cfg.h                                              **
27 **                                                                            **
28 **  TARGET    : linux                                                         **
29 **                                                                            **
30 **  PROJECT   : DLT                                                           **
31 **                                                                            **
32 **  AUTHOR    : Alexander Wenzel Alexander.AW.Wenzel@bmw.de                   **
33 **                                                                            **
34 **  PURPOSE   :                                                               **
35 **                                                                            **
36 **  REMARKS   :                                                               **
37 **                                                                            **
38 **  PLATFORM DEPENDANT [yes/no]: yes                                          **
39 **                                                                            **
40 **  TO BE CHANGED BY USER [yes/no]: no                                        **
41 **                                                                            **
42 *******************************************************************************/
43
44 /*******************************************************************************
45 **                      Author Identity                                       **
46 ********************************************************************************
47 **                                                                            **
48 ** Initials     Name                       Company                            **
49 ** --------     -------------------------  ---------------------------------- **
50 **  aw          Alexander Wenzel           BMW                                **
51 *******************************************************************************/
52
53 /*******************************************************************************
54 **                      Revision Control History                              **
55 *******************************************************************************/
56
57 #define DEFAULT_CONFIGURATION_FILE "/etc/dlt-system.conf"
58 #define DEFAULT_APPLICATION_ID "SYS"
59
60 #define DEFAULT_SYSLOG_CONTEXT_ID "SYSL"
61 #define DEFAULT_SYSLOG_PORT 47111
62
63 #define DEFAULT_FILETRANSFER_DIRECTORY "/tmp/filetransfer"
64 #define DEFAULT_FILETRANSFER_CONTEXT_ID "FILE"
65 #define DEFAULT_FILETRANSFER_TIME_STARTUP 30
66 #define DEFAULT_FILETRANSFER_TIME_DELAY 10
67 #define DEFAULT_FILETRANSFER_TIMEOUT_BETWEEN_LOGS       10
68 #define DEFAULT_LOG_PROCESSES_CONTEXT_ID "PROC"