f5a8c4bd2bc6a8244c812e1a3ebf4f0c7db1809b
[platform/core/system/crash-worker.git] / src / crash-manager / crash-manager.h.in
1 /*
2  * crash-manager
3  *
4  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
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 #ifndef __CRASH_MANAGER_H__
20 #define __CRASH_MANAGER_H__
21
22 /* Make build variables to string */
23 #define CRASH_PATH       "@CRASH_PATH@"
24 #define CRASH_ROOT_PATH  "@CRASH_ROOT_PATH@"
25 #define CRASH_TEMP       "@CRASH_TEMP@"
26 #define SYS_ASSERT       "@SYS_ASSERT@"
27 #define CRASH_STACK_PATH "@CRASH_STACK_PATH@"
28 #define CRASH_MANAGER_CONFIG_PATH "@CRASH_MANAGER_CONFIG_PATH@"
29 #define MINICOREDUMPER_BIN_PATH "@MINICOREDUMPER_BIN_PATH@"
30 #define MINICOREDUMPER_CONFIG_PATH "@MINICOREDUMPER_CONFIG_PATH@"
31 #define DEBUGMODE_PATH   "@DEBUGMODE_PATH@"
32
33 #endif