Tizen 2.0 Release
[pkgs/o/oma-ds-service.git] / include / common / csc_keys.h
1 /*
2  * oma-ds-agent
3  * Copyright (c) 2012 Samsung Electronics Co., Ltd.
4  *
5  * Licensed under the Apache License, Version 2.0 (the License);
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *     http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17
18 /**
19  *   @CscKeys.h
20  *   @version                                                                   0.1
21  *   @brief                                                                             This file is the header file of define for CSC keys
22  */
23
24 #ifndef CSCKEYS_H_
25 #define CSCKEYS_H_
26
27 /* SyncML DS */
28 #define CSC_VCONF_KEY_SYNCMLDS_NBDATASYNC               "db/SyncML/oma-ds-agent/DS/Accounts/NbDataSync"
29 #define CSC_VCONF_KEY_SYNCMLDS_NETWORK                  "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/NetworkName"
30 #define CSC_VCONF_KEY_SYNCMLDS_VERSION                  "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/DSVersion"
31 #define CSC_VCONF_KEY_SYNCMLDS_NAME                 "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Name"
32 #define CSC_VCONF_KEY_SYNCMLDS_ADDR                         "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/AppAddr/Addr"
33 #define CSC_VCONF_KEY_SYNCMLDS_AUTHNAME                 "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/AuthInfo/Client/AuthName"
34 #define CSC_VCONF_KEY_SYNCMLDS_AUTHPWD                          "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/AuthInfo/Client/AuthPWD"
35 #define CSC_VCONF_KEY_SYNCMLDS_SYNCTYPE             "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/GUI/SyncType"
36 #define CSC_VCONF_KEY_SYNCMLDS_SYNCMODE             "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/GUI/SyncMode"
37 #define CSC_VCONF_KEY_SYNCMLDS_CONTACTS_ENABLED         "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Contacts/Enabled"
38 #define CSC_VCONF_KEY_SYNCMLDS_CONTACTS_TGTURI          "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Contacts/TgtURI"
39 #define CSC_VCONF_KEY_SYNCMLDS_CONTACTS_AUTHNAME        "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Contacts/AuthInfo/Server/AuthName"
40 #define CSC_VCONF_KEY_SYNCMLDS_CONTACTS_AUTHPWD         "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Contacts/AuthInfo/Server/AuthPWD"
41 #define CSC_VCONF_KEY_SYNCMLDS_CALENDAR_ENABLED         "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Calendar/Enabled"
42 #define CSC_VCONF_KEY_SYNCMLDS_CALENDAR_TGTURI          "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Calendar/TgtURI"
43 #define CSC_VCONF_KEY_SYNCMLDS_CALENDAR_AUTHNAME        "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Calendar/AuthInfo/Server/AuthName"
44 #define CSC_VCONF_KEY_SYNCMLDS_CALENDAR_AUTHPWD         "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Calendar/AuthInfo/Server/AuthPWD"
45 #define CSC_VCONF_KEY_SYNCMLDS_MEMO_ENABLED                             "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Memo/Enabled"
46 #define CSC_VCONF_KEY_SYNCMLDS_MEMO_TGTURI                  "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Memo/TgtURI"
47 #define CSC_VCONF_KEY_SYNCMLDS_MEMO_AUTHNAME            "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Memo/AuthInfo/Server/AuthName"
48 #define CSC_VCONF_KEY_SYNCMLDS_MEMO_AUTHPWD                 "db/SyncML/oma-ds-agent/DS/Accounts/Sync%d/Resource/Memo/AuthInfo/Server/AuthPWD"
49
50 #endif                          /* CSCKEYS_H_ */