tizen 2.0 merge
[framework/appfw/vconf-internal-keys.git] / include / vconf-internal-account-keys.h
1 /*
2  * vconf-internal-keys
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact: Hakjoo Ko <hakjoo.ko@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_ACCOUNT_KEYS_H__
23 #define __VCONF_INTERNAL_ACCOUNT_KEYS_H__
24
25 /**
26  * This file defines keys and values.
27  *
28  * @file        vconf-internal-account-keys.h
29  * @defgroup    vconf_internal_account_key Definitions of internal shared Keys for account
30  * @ingroup     vconf_internal_key
31  * @author      wy1115.lee@samsung.com
32  * @version     0.1
33  * @brief       This file has the definitions of shared keys for account \n
34  */
35
36 /* ========================== Account Keys & Values ============================ */
37 /**
38  * @addtogroup vconf_internal_account_key
39  * @{
40  * @brief Account-hotspot Keys & Values\n
41  *        Maintainer : wy1115.lee@samsung.com
42  */
43
44 /**
45  * @brief my account sync refresh status
46  *
47  * 0 : Cancel sync \n
48  * 1 : Sync all \n
49  */
50 #define VCONFKEY_ACCOUNT_SYNC_ALL_STATUS_INT     "db/account/sync_all"
51
52 /**
53  * @brief my account auto sync on/off status
54  *
55  * 0 : my account auto sync off \n
56  * 1 : my account auto sync on \n
57  */
58 #define VCONFKEY_ACCOUNT_AUTO_SYNC_STATUS_INT    "db/account/auto_sync"
59
60 /**
61  * @brief latest account message
62  *
63  * insert : account added \n
64  * update : account updated \n
65  * delete : account deleted \n
66  * sync_update : sync status updated \n
67  */
68 #define VCONFKEY_ACCOUNT_MSG_STR         "db/account/msg"
69
70
71 /**
72  * @}
73  */
74
75 #endif  /* __VCONF_INTERNAL_ACCOUNT_KEYS_H__ */
76