Add new vconf key for tts uid of client which tries to instantly reprepare 10/289310/3 accepted/tizen/unified/20230404.140028
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 1 Feb 2023 12:03:40 +0000 (21:03 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Mon, 6 Mar 2023 07:53:38 +0000 (16:53 +0900)
Change-Id: I9b00f82ed58773b62446fea99684c87214b55226
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
data/vconf-internal-tts-keys.xml
packaging/vconf-internal-keys.spec

index a164830..02c2de5 100644 (file)
@@ -8,4 +8,11 @@
     <email>sooyeon.kim@samsung.com</email>
     <comment><![CDATA[ This key is an appid of TTS default engine. ]]></comment>
   </vconfkey>
+  <vconfkey type="uint32" name="db/voice/tts/instant-reprepare-client" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_TTS_INSTANT_REPREPARE_CLIENT</header>
+    <val>0</val>
+    <creator>Suyeon Hwang</creator>
+    <email>stom.hwang@samsung.com</email>
+    <comment><![CDATA[ This key stores the UID for the TTS client which tries to instantly reprepare when it receives service reset error. ]]></comment>
+  </vconfkey>
 </vconfkeylists>
index b617072..d766a33 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       vconf-internal-keys
 Summary:    Internal shared keys for vconf
-Version:    0.0.185
+Version:    0.0.186
 Release:    0
 Group:      Application Framework/Configuration
 License:    Apache-2.0