Add notification-ex feature
[platform/core/appfw/data-provider-master.git] / include / conf.h
1 /*
2  * Copyright 2016  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef CONF_H_
18 #define CONF_H_
19
20 #define DELAY_TIME 0.0000001f
21 #define HAPI __attribute__((visibility("hidden")))
22
23
24 #if !defined(VCONFKEY_MASTER_RESTART_COUNT)
25 #define VCONFKEY_MASTER_RESTART_COUNT   "memory/private/data-provider-master/restart_count"
26 #endif
27
28 #define CONF_LOG_PATH "/tmp/.widget.service"
29 #define CONF_MAX_LOG_LINE 1000
30 #define CONF_MAX_LOG_FILE 3
31
32 #define CR 13
33 #define LF 10
34
35 #endif // CONF_H_