Add package signature files generation code in spec file
[apps/osp/Call.git] / src / CallTypes.cpp
index 8491224..8846999 100644 (file)
@@ -1,7 +1,7 @@
 //
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
-// Licensed under the Flora License, Version 1.0 (the License);
+// Licensed under the Flora License, Version 1.1 (the License);
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
 //
@@ -50,7 +50,7 @@ const wchar_t* IDB_SPEAKER_ON_ICON = L"C01-1_icon_speaker_on.png";
 const wchar_t* IDB_SPEAKER_ON_PRESS_ICON = L"C01-1_icon_speaker_on_press.png";
 const wchar_t* IDB_SPEAKER_ON_DIM_ICON = L"C01-1_icon_speaker_on_dim.png";
 const wchar_t* IDB_SPEAKER_OFF_ICON = L"C01-1_icon_speaker.png";
-const wchar_t* IDB_SPEAKER_OFF_PRESS_ICON = L"C01-1_icon_speaker_press_wh.png";
+const wchar_t* IDB_SPEAKER_OFF_PRESS_ICON = L"C01-1_icon_speaker_press.png";
 const wchar_t* IDB_SPEAKER_OFF_DIM_ICON = L"C01-1_icon_speaker_dim.png";
 const wchar_t* IDB_MUTE_ON_ICON =  L"C01-1_icon_mute_on.png";
 const wchar_t* IDB_MUTE_ON_PRESS_ICON = L"C01-1_icon_mute_on_press.png";
@@ -177,6 +177,8 @@ const wchar_t* IDS_REJECT_MESSAGE_CREATE = L"IDS_REJECT_MESSAGE_CREATE";
 const wchar_t* IDS_VIEW_CONTACT = L"IDS_VIEW_CONTACT";
 const wchar_t* IDS_INVALID_NUMBER = L"IDS_INVALID_NUMBER";
 const wchar_t* IDS_NUMBER_UNKNOWN = L"IDS_NUMBER_UNKNOWN";
+const wchar_t* IDS_GPRS_NUMBER = L"IDS_GPRS_NUMBER";
+const wchar_t* IDS_CONFERENCE_CALL_STRING = L"IDS_CONFERENCE_CALL_STRING";
 //Panel
 const wchar_t* PANEL_DIALER = L"PanelDialer";
 const wchar_t* PANEL_LOGS = L"PanelLogs";
@@ -272,10 +274,10 @@ const wchar_t* TYPE_SMS = L"type:SMS";
 const wchar_t* TEL = L"tel:";
 const wchar_t* TO = L"to:";
 
-const wchar_t* OPERATION_ID_PICK = L"http://tizen.org/appcontrol/operation/pick";
-const wchar_t* OPERATION_ID_VIEW = L"http://tizen.org/appcontrol/operation/view";
-const wchar_t* OPERATION_ID_ADD = L"http://tizen.org/appcontrol/operation/add";
-const wchar_t* OPERATION_ID_EDIT = L"http://tizen.org/appcontrol/operation/edit";
+const wchar_t* OPERATION_ID_PICK =  L"http://tizen.org/appcontrol/operation/social/pick";
+const wchar_t* OPERATION_ID_VIEW = L"http://tizen.org/appcontrol/operation/social/view";
+const wchar_t* OPERATION_ID_ADD = L"http://tizen.org/appcontrol/operation/social/add";
+const wchar_t* OPERATION_ID_EDIT = L"http://tizen.org/appcontrol/operation/social/edit";
 const wchar_t* OPERATION_ID_CONFIGURE = L"http://tizen.org/appcontrol/operation/configure";
 const wchar_t* OPERATION_ID_CAPTURE = L"http://tizen.org/appcontrol/operation/capture";
 const wchar_t* OPERATION_ID_CALL = L"http://tizen.org/appcontrol/operation/call";
@@ -285,7 +287,7 @@ const wchar_t* OPERATION_ID_DIAL = L"http://tizen.org/appcontrol/operation/dial"
 const wchar_t* PROVIDER_ID_CAMERA = L"http://tizen.org/appcontrol/provider/camera";
 const wchar_t* PROVIDER_ID_GALLERY = L"http://tizen.org/appcontrol/provider/gallery";
 //const wchar_t* PROVIDER_ID_CALL = L"http://tizen.org/appcontrol/provider/call";
-const wchar_t* PROVIDER_ID_MESSAGE = L"http://tizen.org/appcontrol/provider/message";
+const wchar_t* PROVIDER_ID_MESSAGE = L"tizen.messages";
 const wchar_t* PROVIDER_ID_EMAIL = L"http://tizen.org/appcontrol/provider/email";
 const wchar_t* PROVIDER_ID_MEDIA = L"http://tizen.org/appcontrol/provider/media";
 const wchar_t* PROVIDER_ID_CONTACTS = L"f9uev8hsyo.Contacts";
@@ -303,9 +305,9 @@ const wchar_t* PARAM_ORIGIN_MT = L"MT";
 const wchar_t* CALL_HANDLE = L"handle";
 const wchar_t* CONTACT_NUMBER = L"number";
 const wchar_t* PARAM_CALL_VALUE_VOICE = L"voice";
-const wchar_t* PARAM_CALL_TYPE = L"type";
+const wchar_t* PARAM_CALL_TYPE = L"http://tizen.org/appcontrol/data/call/type";
 const wchar_t* PARAM_PHONE_NUMBER = L"tel";
-const wchar_t* INPUT_TYPE_PHONE = L"phone";
+const wchar_t* INPUT_TYPE_PHONE = L"http://tizen.org/appcontrol/data/social/phone";
 const wchar_t* MESSAGE_TYPE = L"http://tizen.org/appcontrol/data/message/type";
 const wchar_t* MESSAGE_SMS_TYPE = L"SMS";
 const wchar_t* MESSAGE_TEXT = L"http://tizen.org/appcontrol/data/text";
@@ -313,7 +315,11 @@ const wchar_t* MESSAGE_TO = L"http://tizen.org/appcontrol/data/to";
 //Contacts app control parameters
 const wchar_t* CONTACTS_VIEW_TYPE = L"viewType";
 const wchar_t* CONTACTS_VIEW_TYPE_CONTACT = L"contact";
+const wchar_t* ITEM_TYPE_CONTACT = L"contact";
 const wchar_t* CONTACTS_ID_KEY = L"contactId";
+const wchar_t* ITEM_TYPE_PERSON = L"person";
+const wchar_t* CONTACT_KEY_ITEM_TYPE = L"http://tizen.org/appcontrol/data/social/item_type";
+const wchar_t* CONTACT_KEY_ITEM_ID = L"http://tizen.org/appcontrol/data/social/item_id";
 
 
 const wchar_t* SELECTION_MODE = L"selectionMode";