GDLT-38, Update license in internal headers.
[profile/ivi/dlt-daemon.git] / src / tests / dlt-test-multi-process.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 Lassi Marttala <Lassi.LM.Marttala@partner.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 #ifndef DLT_TEST_MULTI_PROCESS_H_
25 #define DLT_TEST_MULTI_PROCESS_H_
26
27 #define DMPT_NAME "DMPT"
28 #define PAYLOAD_DATA "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBM1234567890"
29 #define ECUID "ECU1"
30
31 #endif /* DLT_TEST_MULTI_PROCESS_H_ */