X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Fstt_defs.h;h=2fd8fd6a43de1075c8cb065764d9c9840c2bb316;hb=04a1498f400208677a3232d51d3ad479dd03440b;hp=00f85225d1a675fa724caa5a0a4df5f75ebe3a1a;hpb=0a2ac30711b29d638c6a5fd5e89506370b48a374;p=platform%2Fcore%2Fuifw%2Fstt.git diff --git a/common/stt_defs.h b/common/stt_defs.h index 00f8522..2fd8fd6 100644 --- a/common/stt_defs.h +++ b/common/stt_defs.h @@ -76,6 +76,9 @@ extern "C" { #define STTD_METHOD_SET_VOLUME "sttd_method_set_volume" #define STTD_METHOD_SPEECH_STATUS "sttd_method_speech_status" +#define STT_METHOD_START_FILE "stt_method_start_file" +#define STT_METHOD_CANCEL_FILE "stt_method_cancel_file" + /****************************************************************************************** * Defines for configuration @@ -102,7 +105,8 @@ extern "C" { #define STT_FEATURE_PATH "tizen.org/feature/speech.recognition" #define STT_MIC_FEATURE_PATH "tizen.org/feature/microphone" -#define STT_PRIVILEGE "http://tizen.org/privilege/recorder" +#define STT_PRIVILEGE_RECORDER "http://tizen.org/privilege/recorder" +#define STT_PRIVILEGE_APPLAUNCH "http://tizen.org/privilege/appmanager.launch" #ifdef __cplusplus }