X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Fstt_defs.h;h=465e22c2551100f487fb2301068b50530c423580;hb=151e6341cc3522f761261b1fc052947064c9944e;hp=6ea59f37af91cf9f91b9c4e8aa218ac87006bd28;hpb=9f0d6944789b66589ea71c0a6209eb0bb16fd758;p=platform%2Fcore%2Fuifw%2Fstt.git diff --git a/common/stt_defs.h b/common/stt_defs.h index 6ea59f3..465e22c 100644 --- a/common/stt_defs.h +++ b/common/stt_defs.h @@ -33,6 +33,16 @@ extern "C" { #define STT_SERVER_SERVICE_OBJECT_PATH "/org/tizen/voice/sttserver" #define STT_SERVER_SERVICE_INTERFACE "org.tizen.voice.sttserver" +#define STT_SERVER_CUSTOM_SERVICE_NAME "org.tizen.voice.sttservercustom" +#define STT_SERVER_CUSTOM_SERVICE_OBJECT_PATH "/org/tizen/voice/sttservercustom" +#define STT_SERVER_CUSTOM_SERVICE_INTERFACE "org.tizen.voice.sttservercustom" + +/****************************************************************************************** +* Definitions for Vconf Keys +*******************************************************************************************/ + +#define STT_ENGINE_DB_DEFAULT "db/voice/stt/engine/default" +#define STT_ENGINE_DB_CUSTOM "db/voice/stt/engine/custom" /****************************************************************************************** * Message Definition for Client @@ -64,21 +74,27 @@ extern "C" { #define STTD_METHOD_HELLO "sttd_method_hello" #define STTD_METHOD_SET_STATE "sttd_method_set_state" #define STTD_METHOD_SET_VOLUME "sttd_method_set_volume" +#define STTD_METHOD_SPEECH_STATUS "sttd_method_speech_status" /****************************************************************************************** * Defines for configuration *******************************************************************************************/ -#define STT_TIME_INFO_PATH tzplatform_mkpath(TZ_USER_HOME, "share/.voice/stt-time.xml") - +#define STT_CONFIG_BASE tzplatform_mkpath(TZ_USER_HOME, "share/.voice") #define STT_CONFIG tzplatform_mkpath(TZ_USER_HOME, "share/.voice/stt-config.xml") #define STT_DEFAULT_CONFIG tzplatform_mkpath(TZ_SYS_RO_SHARE, "/voice/stt/1.0/stt-config.xml") +#define STT_TIME_INFO_PATH tzplatform_mkpath(TZ_USER_HOME, "share/.voice/stt-time.xml") + #define STT_DEFAULT_ENGINE tzplatform_mkpath(TZ_SYS_RO_SHARE, "/voice/stt/1.0/engine") #define STT_DEFAULT_ENGINE_INFO tzplatform_mkpath(TZ_SYS_RO_SHARE, "/voice/stt/1.0/engine-info") #define STT_DEFAULT_ENGINE_SETTING tzplatform_mkpath(TZ_SYS_RO_SHARE, "/voice/stt/1.0/engine-setting") +#define STT_HOME tzplatform_mkpath(TZ_USER_HOME, "share/.voice/stt") +#define STT_DOWNLOAD_BASE tzplatform_mkpath(TZ_USER_HOME, "share/.voice/stt/1.0") +#define STT_DOWNLOAD_ENGINE_INFO tzplatform_mkpath(TZ_USER_HOME, "share/.voice/stt/1.0/engine-info") + #define STT_BASE_LANGUAGE "en_US" #define STT_RETRY_COUNT 5 @@ -86,7 +102,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 }