setting-keys: Add new vconf key to support multi-theme feedback 70/297270/2 accepted/tizen/unified/20230818.054600
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 16 Aug 2023 06:15:30 +0000 (15:15 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 16 Aug 2023 06:35:01 +0000 (15:35 +0900)
libfeedback has supported the only one feedback theme.
In order to support various theme of feedback, it requires
the new vconf key when changing the key on setting app.

So that add the following new vconf key for  multi-theme feedback as
- VCONFKEY_SETAPPL_ACCESSIBILITY_SOUND_FEEDBACK_THEME
  : libfeedback supports the sound feedback like power-on, power-off and
  beep sound. According to the value of theme selected by user,
  libfeedback plays the different sound for each feedback like power-on.
- VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATRION_FEEDBACK_THEME
  : libfeedback supports the vibration feedback like power-on, power-off and
  touch sound. According to the value of theme selected by user,
  libfeedback plays the different vibration for each feedback like power-on.

Change-Id: Ib85d6a92f7d44d2a3be631a3ec9d0b0d3a30d948
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
data/vconf-internal-setting-keys.xml
packaging/vconf-internal-keys.spec

index bb765f3..e1d969a 100644 (file)
@@ -1831,5 +1831,19 @@ echo "Do Nothing on TV"
     <enumdata value="0">VCONFKEY_SETAPPL_TRAY_SORTORDER_AUTO</enumdata>
     <enumdata value="1">VCONFKEY_SETAPPL_TRAY_SORTORDER_CUSTOM</enumdata>
    </enumlist>
-  </vconfkey> 
+  </vconfkey>
+  <vconfkey type="int32" name="db/setting/accessibility/sound_feedback_theme" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
+    <header>VCONFKEY_SETAPPL_ACCESSIBILITY_SOUND_FEEDBACK_THEME</header>
+    <val>0</val>
+    <creator>Chanwoo Choi</creator>
+    <email>cw00.choi@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
+  <vconfkey type="int32" name="db/setting/accessibility/vibration_feedback_theme" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
+    <header>VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATRION_FEEDBACK_THEME</header>
+    <val>0</val>
+    <creator>Chanwoo Choi</creator>
+    <email>cw00.choi@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
 </vconfkeylists>
index d766a33..05cb2fa 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       vconf-internal-keys
 Summary:    Internal shared keys for vconf
-Version:    0.0.186
+Version:    0.0.187
 Release:    0
 Group:      Application Framework/Configuration
 License:    Apache-2.0