Call Appcontrol changes
[apps/osp/Call.git] / src / CallTypes.cpp
index 3e1b90a..1a83742 100644 (file)
@@ -305,7 +305,7 @@ const wchar_t* CONTACT_NUMBER = L"number";
 const wchar_t* PARAM_CALL_VALUE_VOICE = L"voice";
 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 +313,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";