Add new vconfkey for setting STT and TTS engine 93/90193/2 accepted/tizen/3.0/ivi/20161011.070348 accepted/tizen/3.0/mobile/20161015.034451 accepted/tizen/3.0/tv/20161016.010101 accepted/tizen/3.0/wearable/20161015.084500 accepted/tizen/common/20160929.163405 accepted/tizen/ivi/20160929.233801 accepted/tizen/mobile/20160929.233744 accepted/tizen/tv/20160929.233731 accepted/tizen/wearable/20160929.233750 submit/tizen/20160929.064833 submit/tizen_3.0_ivi/20161010.000008 submit/tizen_3.0_mobile/20161015.000007 submit/tizen_3.0_tv/20161015.000006 submit/tizen_3.0_wearable/20161015.000006
authorsooyeon.kim <sooyeon.kim@samsung.com>
Thu, 29 Sep 2016 02:24:50 +0000 (11:24 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Thu, 29 Sep 2016 05:43:00 +0000 (14:43 +0900)
Change-Id: I0f4db9032e5260be6094885a3b9db459d8ab3297
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
data/vconf-internal-stt-keys.xml [new file with mode: 0644]
data/vconf-internal-tts-keys.xml [new file with mode: 0644]

diff --git a/data/vconf-internal-stt-keys.xml b/data/vconf-internal-stt-keys.xml
new file mode 100644 (file)
index 0000000..92495d2
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<vconfkeylists>
+  <filedef name="__VCONF_INTERNAL_STT_KEYS_H__"/>
+    <vconfkey type="string" name="db/voice/stt/engine/default" layer="system" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+           <header>VCONFKEY_STT_ENGINE_DEFAULT</header>
+               <val>org.tizen.stt-engine-default</val>
+               <creator>Sooyeon Kim</creator>
+               <email>sooyeon.kim@samsung.com</email>
+               <comment><![CDATA[ This key is an appid of STT default engine. ]]></comment>
+       </vconfkey>
+    <vconfkey type="string" name="db/voice/stt/engine/custom" layer="system" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/recorder">
+           <header>VCONFKEY_STT_ENGINE_CUSTOM</header>
+               <val>org.tizen.stt-engine-default</val>
+               <creator>Sooyeon Kim</creator>
+               <email>sooyeon.kim@samsung.com</email>
+               <comment><![CDATA[ This key is an appid of STT custom engine. ]]></comment>
+       </vconfkey>
+</vconfkeylists>
+
+
diff --git a/data/vconf-internal-tts-keys.xml b/data/vconf-internal-tts-keys.xml
new file mode 100644 (file)
index 0000000..066cf52
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<vconfkeylists>
+  <filedef name="__VCONF_INTERNAL_TTS_KEYS_H__"/>
+  <vconfkey type="string" name="db/voice/tts/engine/default" layer="system" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_TTS_ENGINE_DEFAULT</header>
+    <val>org.tizen.tts-engine-default</val>
+    <creator>Sooyeon Kim</creator>
+    <email>sooyeon.kim@samsung.com</email>
+    <comment><![CDATA[ This key is an appid of TTS default engine. ]]></comment>
+  </vconfkey>
+</vconfkeylists>
+
+
+