upload tizen1.0 source
[pkgs/o/oma-ds-service.git] / include / Common / CscKeys.h
1 /*
2  * oma-ds-service
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact: JuHak Park <juhaki.park@samsung.com>,
7  *          JuneHyuk Lee <junhyuk7.lee@samsung.com>,
8  *          SunBong Ha <sunbong.ha@samsung.com>
9  *
10  * Licensed under the Apache License, Version 2.0 (the "License");
11  * you may not use this file except in compliance with the License.
12  * You may obtain a copy of the License at
13  *
14  * http://www.apache.org/licenses/LICENSE-2.0
15  *
16  * Unless required by applicable law or agreed to in writing, software
17  * distributed under the License is distributed on an "AS IS" BASIS,
18  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  * See the License for the specific language governing permissions and
20  * limitations under the License.
21  *
22  */
23
24
25
26
27
28 /*
29  * For any sort of issue you concern as to this software,
30  * you may use following point of contact.
31  * All resources contributed on this software
32  * are orinigally written by S-Core Inc., a member of Samsung Group.
33  *
34  * SeongWon Shim <seongwon.shim@samsung.com>
35  */
36
37 /**
38  *   @CscKeys.h
39  *   @version                                                                   0.1
40  *   @brief                                                                             This file is the header file of define for CSC keys
41  */
42
43 #ifndef CSCKEYS_H_
44 #define CSCKEYS_H_
45
46
47 /* SyncML DS */
48  #define CSC_VCONF_KEY_SYNCMLDS_NBDATASYNC              "db/Apps/syncml-service/DS/Accounts/NbDataSync"
49 #define CSC_VCONF_KEY_SYNCMLDS_NETWORK                  "db/Apps/syncml-service/DS/Accounts/Sync%d/NetworkName"
50 #define CSC_VCONF_KEY_SYNCMLDS_VERSION                  "db/Apps/syncml-service/DS/Accounts/Sync%d/DSVersion"
51 #define CSC_VCONF_KEY_SYNCMLDS_NAME                 "db/Apps/syncml-service/DS/Accounts/Sync%d/Name"
52 #define CSC_VCONF_KEY_SYNCMLDS_ADDR                         "db/Apps/syncml-service/DS/Accounts/Sync%d/AppAddr/Addr"
53 #define CSC_VCONF_KEY_SYNCMLDS_AUTHNAME                 "db/Apps/syncml-service/DS/Accounts/Sync%d/AuthInfo/Client/AuthName"
54 #define CSC_VCONF_KEY_SYNCMLDS_AUTHPWD                          "db/Apps/syncml-service/DS/Accounts/Sync%d/AuthInfo/Client/AuthPWD"
55 #define CSC_VCONF_KEY_SYNCMLDS_SYNCTYPE             "db/Apps/syncml-service/DS/Accounts/Sync%d/GUI/SyncType"
56 #define CSC_VCONF_KEY_SYNCMLDS_SYNCMODE             "db/Apps/syncml-service/DS/Accounts/Sync%d/GUI/SyncMode"
57 #define CSC_VCONF_KEY_SYNCMLDS_CONTACTS_ENABLED         "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Contacts/Enabled"
58 #define CSC_VCONF_KEY_SYNCMLDS_CONTACTS_TGTURI          "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Contacts/TgtURI"
59 #define CSC_VCONF_KEY_SYNCMLDS_CONTACTS_AUTHNAME        "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Contacts/AuthInfo/Server/AuthName"
60 #define CSC_VCONF_KEY_SYNCMLDS_CONTACTS_AUTHPWD         "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Contacts/AuthInfo/Server/AuthPWD"
61 #define CSC_VCONF_KEY_SYNCMLDS_CALENDAR_ENABLED         "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Calendar/Enabled"
62 #define CSC_VCONF_KEY_SYNCMLDS_CALENDAR_TGTURI          "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Calendar/TgtURI"
63 #define CSC_VCONF_KEY_SYNCMLDS_CALENDAR_AUTHNAME        "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Calendar/AuthInfo/Server/AuthName"
64 #define CSC_VCONF_KEY_SYNCMLDS_CALENDAR_AUTHPWD         "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Calendar/AuthInfo/Server/AuthPWD"
65 #define CSC_VCONF_KEY_SYNCMLDS_MEMO_ENABLED                             "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Memo/Enabled"
66 #define CSC_VCONF_KEY_SYNCMLDS_MEMO_TGTURI                  "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Memo/TgtURI"
67 #define CSC_VCONF_KEY_SYNCMLDS_MEMO_AUTHNAME            "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Memo/AuthInfo/Server/AuthName"
68 #define CSC_VCONF_KEY_SYNCMLDS_MEMO_AUTHPWD                 "db/Apps/syncml-service/DS/Accounts/Sync%d/Resource/Memo/AuthInfo/Server/AuthPWD"
69
70
71
72 #endif /* CSCKEYS_H_ */