Update change log and spec for wrt-plugins-tizen_0.4.46
[platform/framework/web/wrt-plugins-tizen.git] / src / Callhistory / CallHistoryDefine.h
1 //
2 // Tizen Web Device API
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 #ifndef TIZENAPIS_API_CALLHISTORY_DEFINE_H_
20 #define TIZENAPIS_API_CALLHISTORY_DEFINE_H_
21
22 namespace {
23
24 #define STR_TIZEN_TEL                   "TEL"
25 #define STR_TIZEN_XMPP                  "XMPP"
26 #define STR_TIZEN_SIP                   "SIP"
27
28 #define STR_CALL                                "CALL"
29 #define STR_CALL_VOICE                  "VOICECALL"
30 #define STR_CALL_VIDEO                  "VIDEOCALL"
31 #define STR_CALL_EMERGENCY              "EMERGENCYCALL"
32
33 #define STR_DIALED                      "DIALED"
34 #define STR_RECEIVED                    "RECEIVED"
35 #define STR_MISSED_NEW                  "MISSEDNEW"
36 #define STR_MISSED                      "MISSED"
37 #define STR_REJECTED                    "REJECTED"
38 #define STR_BLOCKED                     "BLOCKED"
39
40 #define STR_ENTRY_ID                    "uid"
41 #define STR_SERVICE_ID                  "serviceId"
42 #define STR_CALL_TYPE                   "type"
43 #define STR_TAGS                        "features"
44 #define STR_REMOTE_PARTIES              "remoteParties"
45 #define STR_FORWARDEDFROM               "forwardedFrom"
46 #define STR_START_TIME                  "startTime"
47 #define STR_DURATION                    "duration"
48 #define STR_END_REASON                  "endReason"
49 #define STR_DIRECTION                   "direction"
50 #define STR_RECORDING                   "recording"
51 #define STR_COST                        "cost"
52 #define STR_CURRENCY                    "currency"
53
54 #define STR_REMOTE_PARTY                "remoteParty"
55 #define STR_PERSIONID                   "personId"
56
57 #define STR_RP_REMOTEPARTY              "remoteParties.remoteParty"
58 #define STR_RP_PERSONID         "remoteParties.personId"
59
60 #define STR_LOG_ID                      "id"
61 #define STR_NUMBER                      "number"
62 #define STR_LOG_TIME                    "log_time"
63 #define STR_LOG_TYPE                    "log_type"
64 #define STR_DATA1                       "data1"
65 #define STR_PERSON_ID                   "person_id"
66
67 }
68
69 #endif