Add TIDL privileges in vce header description 21/282321/1
authorsooyeon <sooyeon.kim@samsung.com>
Mon, 8 Aug 2022 02:44:01 +0000 (11:44 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Fri, 30 Sep 2022 01:50:14 +0000 (10:50 +0900)
Change-Id: Ic689323869a141bcc21d51fa695cae1e0b63574d
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
include/vce.h

index 1b16529..72f4f94 100644 (file)
@@ -686,6 +686,8 @@ typedef struct {
  * @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/recorder
+ *            %http://tizen.org/privilege/appmanager.launch (Since 7.0)
+ *            %http://tizen.org/privilege/datasharing (Since 7.0)
  * @remarks The service_app_main() should be used for working the engine after this function.
  * @param[in] argc The argument count(original)
  * @param[in] argv The argument(original)
@@ -897,6 +899,8 @@ int vce_send_error(vce_error_e error, const char* msg, void* user_data);
  * @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/recorder
+ *            %http://tizen.org/privilege/appmanager.launch (Since 7.0)
+ *            %http://tizen.org/privilege/datasharing (Since 7.0)
  * @remarks The vce_private_data_set_cb() function is called when the engine service user sets the private data to the engine service.
  * @param[in] callback_func vce_private_data_set event callback function
  * @return @c 0 on success, otherwise a negative error value
@@ -916,6 +920,8 @@ int vce_set_private_data_set_cb(vce_private_data_set_cb callback_func);
  * @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/recorder
+ *            %http://tizen.org/privilege/appmanager.launch (Since 7.0)
+ *            %http://tizen.org/privilege/datasharing (Since 7.0)
  * @remarks The vce_private_data_requested_cb() function is called when the engine service user requests the private data to the engine service.
  * @param[in] callback_func vce_private_data_requested event callback function
  * @return @c 0 on success, otherwise a negative error value
@@ -1008,6 +1014,8 @@ int vce_get_command_count(vce_cmd_h vce_command, int* count);
  * @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/recorder
+ *            %http://tizen.org/privilege/appmanager.launch (Since 7.0)
+ *            %http://tizen.org/privilege/datasharing (Since 7.0)
  * @remarks The @a audio_type must be released using free() when it is no longer required.
  * @param[in] audio_type Current audio type (e.g. #VCE_AUDIO_ID_BLUETOOTH or #VCE_AUDIO_ID_WIFI)
  * @return the value greater than 0 on success, otherwise a negative error value
@@ -1023,6 +1031,8 @@ int vce_get_audio_type(char** audio_type);
  * @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/recorder
+ *            %http://tizen.org/privilege/appmanager.launch (Since 7.0)
+ *            %http://tizen.org/privilege/datasharing (Since 7.0)
  * @param[in] key Private key
  * @param[in] data Private data
  * @return 0 on success, otherwise a negative error value.
@@ -1041,6 +1051,8 @@ int vce_set_private_data(const char* key, const char* data);
  * @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/recorder
+ *            %http://tizen.org/privilege/appmanager.launch (Since 7.0)
+ *            %http://tizen.org/privilege/datasharing (Since 7.0)
  * @remarks The @a data must be released using free() when it is no longer required.
  * @param[in] key Private key
  * @param[out] data Private data
@@ -1060,6 +1072,8 @@ int vce_get_private_data(const char* key, char** data);
  * @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/recorder
+ *            %http://tizen.org/privilege/appmanager.launch (Since 7.0)
+ *            %http://tizen.org/privilege/datasharing (Since 7.0)
  * @return 0 on success, otherwise a negative error value.
  * @retval #VCE_ERROR_NONE Successful
  * @retval #VCE_ERROR_NOT_SUPPORTED Not supported
@@ -1074,6 +1088,8 @@ int vce_start_recording(void);
  * @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/recorder
+ *            %http://tizen.org/privilege/appmanager.launch (Since 7.0)
+ *            %http://tizen.org/privilege/datasharing (Since 7.0)
  * @return 0 on success, otherwise a negative error value.
  * @retval #VCE_ERROR_NONE Successful
  * @retval #VCE_ERROR_NOT_SUPPORTED Not supported