From d06b8236058775e6bc5926763c1509a1dcb4b762 Mon Sep 17 00:00:00 2001 From: Yunjin Lee Date: Fri, 4 Nov 2016 14:06:31 +0900 Subject: [PATCH] Add core privilege - Add core calendar.read and calendar.write to wearable profile since api version 3.0 Change-Id: I5c42c26db524802c0ea1ef6b64d3f77ce74e7087 Signed-off-by: Yunjin Lee --- capi/res/dbspace/core_privilege_info.csv | 2 ++ capi/res/dbspace/core_privilege_mapping.csv | 2 ++ 2 files changed, 4 insertions(+) diff --git a/capi/res/dbspace/core_privilege_info.csv b/capi/res/dbspace/core_privilege_info.csv index 8578ad6..f8d404e 100755 --- a/capi/res/dbspace/core_privilege_info.csv +++ b/capi/res/dbspace/core_privilege_info.csv @@ -26,7 +26,9 @@ mobile,core,platform,2.3,9.9,yes,http://tizen.org/privilege/bluetooth.admin,no,N wearable,core,platform,2.3.1,9.9,yes,http://tizen.org/privilege/bluetooth.admin,no,N/A,,IDS_TPLATFORM_HEADER_CHANGING_BLUETOOTH_SETTINGS,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_CHANGE_BLUETOOTH_SETTINGS_SUCH_AS_TURNING_BLUETOOTH_ON_OR_OFF_SETTING_THE_DEVICE_NAME_AND_ENABLING_OR_DISABLING_AV_REMOTE_CONTROL,IDS_TPLATFORM_BODY_HARDWARE_CONTROLS_ABB,, mobile,core,platform,2.3,9.9,yes,http://tizen.org/privilege/bookmark.admin,yes,http://tizen.org/privacy/bookmark,,IDS_TPLATFORM_BODY_ACCESSING_INTERNET_BOOKMARKS_M_NOUN,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_RETRIEVE_CREATE_EDIT_AND_DELETE_INTERNET_BOOKMARKS,IDS_TPLATFORM_BODY_PERSONAL_INFORMATION_ABB,, mobile,core,public,2.3,9.9,yes,http://tizen.org/privilege/calendar.read,yes,http://tizen.org/privacy/calendar,,IDS_TPLATFORM_BODY_READING_CALENDAR,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_READ_EVENTS_AND_TASKS,IDS_TPLATFORM_BODY_PERSONAL_INFORMATION_ABB,, +wearable,core,public,3,9.9,yes,http://tizen.org/privilege/calendar.read,yes,http://tizen.org/privacy/calendar,,IDS_TPLATFORM_BODY_READING_CALENDAR,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_READ_EVENTS_AND_TASKS,IDS_TPLATFORM_BODY_PERSONAL_INFORMATION_ABB,, mobile,core,public,2.3,9.9,yes,http://tizen.org/privilege/calendar.write,yes,http://tizen.org/privacy/calendar,,IDS_TPLATFORM_BODY_MANAGING_CALENDAR,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_CREATE_UPDATE_AND_DELETE_EVENTS_AND_TASKS,IDS_TPLATFORM_BODY_PERSONAL_INFORMATION_ABB,, +wearable,core,public,3,9.9,yes,http://tizen.org/privilege/calendar.write,yes,http://tizen.org/privacy/calendar,,IDS_TPLATFORM_BODY_MANAGING_CALENDAR,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_CREATE_UPDATE_AND_DELETE_EVENTS_AND_TASKS,IDS_TPLATFORM_BODY_PERSONAL_INFORMATION_ABB,, mobile,core,public,2.3,9.9,yes,http://tizen.org/privilege/call,yes,http://tizen.org/privacy/call,,IDS_TPLATFORM_HEADER_MAKING_PHONE_CALLS,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_MAKE_PHONE_CALLS_TO_NUMBERS_WHEN_THEY_ARE_TAPPED_WITHOUT_FURTHER_CONFIRMATION_MSG,IDS_TPLATFORM_BODY_SYSTEM_SETTINGS_ABB,, wearable,core,public,2.3.1,9.9,yes,http://tizen.org/privilege/call,yes,http://tizen.org/privacy/call,,IDS_TPLATFORM_HEADER_MAKING_PHONE_CALLS,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_MAKE_PHONE_CALLS_TO_NUMBERS_WHEN_THEY_ARE_TAPPED_WITHOUT_FURTHER_CONFIRMATION_MSG,IDS_TPLATFORM_BODY_SYSTEM_SETTINGS_ABB,, mobile,core,public,2.3,9.9,yes,http://tizen.org/privilege/callhistory.read,yes,http://tizen.org/privacy/userhistory,,IDS_TPLATFORM_BODY_READING_CALL_LOGS,IDS_TPLATFORM_SBODY_THIS_APPLICATION_CAN_READ_CALL_LOG_ITEMS,IDS_TPLATFORM_BODY_PERSONAL_INFORMATION_ABB,, diff --git a/capi/res/dbspace/core_privilege_mapping.csv b/capi/res/dbspace/core_privilege_mapping.csv index 86e8d78..019f450 100644 --- a/capi/res/dbspace/core_privilege_mapping.csv +++ b/capi/res/dbspace/core_privilege_mapping.csv @@ -30,7 +30,9 @@ mobile,http://tizen.org/privilege/bluetooth.admin,2.3,9.9,http://tizen.org/privi wearable,http://tizen.org/privilege/bluetooth.admin,2.3.1,9.9,http://tizen.org/privilege/bluetooth.admin mobile,http://tizen.org/privilege/bookmark.admin,2.3,9.9,http://tizen.org/privilege/bookmark.admin mobile,http://tizen.org/privilege/calendar.read,2.3,9.9,http://tizen.org/privilege/calendar.read +wearable,http://tizen.org/privilege/calendar.read,3,9.9,http://tizen.org/privilege/calendar.read mobile,http://tizen.org/privilege/calendar.write,2.3,9.9,http://tizen.org/privilege/calendar.write +wearable,http://tizen.org/privilege/calendar.write,3,9.9,http://tizen.org/privilege/calendar.write mobile,http://tizen.org/privilege/call,2.3,9.9,http://tizen.org/privilege/call wearable,http://tizen.org/privilege/call,2.3.1,9.9,http://tizen.org/privilege/call mobile,http://tizen.org/privilege/callhistory.read,2.3,9.9,http://tizen.org/privilege/callhistory.read -- 2.7.4