tizen 2.0 merge
[framework/appfw/vconf-internal-keys.git] / include / vconf-internal-ug-setting-crash-efl-keys.h
1 /*
2  * vconf-internal-keys
3  *
4  * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact: Jeesun Kim <iamjs.kim@samsung.com>
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  *
20  */
21
22 #ifndef __VCONF_INTERNAL_UG_SETTING_CRASH_EFL_KEYS_H__
23 #define __VCONF_INTERNAL_UG_SETTING_CRASH_EFL_KEYS_H__
24
25 /**
26  * This file defines keys and values.
27  *
28  * @file        vconf-internal-ug-setting-crash-efl-keys.h
29  * @defgroup    vconf_internal_ug_setting_crash_efl_key Definitions of internal shared Keys for crash
30  * @ingroup     vconf_internal_key
31  * @author      Jeesun Kim <iamjs.kim@samsung.com>
32  * @version     0.1
33  * @brief       This file has the definitions of shared keys for crash \n
34  */
35
36 /* ========================== Crash Keys & Values ============================ */
37 /**
38  * @addtogroup vconf_internal_ug_setting_crash_efl_key
39  * @{
40  * @brief Crash Keys & Values\n
41  *        Maintainer : Jeesun Kim <iamjs.kim@samsung.com>
42  */
43
44 #define VCONFKEY_UG_SETTING_CRASH_EFL_PREFIX "db/ug-setting-crash-efl"
45
46 /**
47  * @brief Flag for automatically send when crash occurs.
48  * 0(int): off
49  * 1(int): on
50  */
51 #define VCONFKEY_UG_SETTING_CRASH_EFL_AUTOSEND VCONFKEY_UG_SETTING_CRASH_EFL_PREFIX"/autosend"
52
53 /**
54  * @brief Flag for showing popup when crash occurs.
55  * 0(int): off
56  * 1(int): on
57  */
58 #define VCONFKEY_UG_SETTING_CRASH_EFL_POPUP VCONFKEY_UG_SETTING_CRASH_EFL_PREFIX"/popup"
59
60 /**
61  * @brief Flag for showing progress in indicator.
62  * 0(int): off
63  * 1(int): on
64  */
65 #define VCONFKEY_UG_SETTING_CRASH_EFL_PROGRESS VCONFKEY_UG_SETTING_CRASH_EFL_PREFIX"/progress"
66
67 /**
68  * @brief Set flag on when crash occured in unable network environment.
69  * 0(int): off
70  * 1(int): on
71  */
72 #define VCONFKEY_UG_SETTING_CRASH_EFL_SENDFLAG VCONFKEY_UG_SETTING_CRASH_EFL_PREFIX"/sendflag"
73
74 /**
75  * @}
76  */
77
78 #endif  /* __VCONF_INTERNAL_UG_SETTING_CRASH_EFL_KEYS_H__ */
79