[sound] update primary volume key 70/44870/1 accepted/tizen/mobile/20150729.105319 accepted/tizen/tv/20150729.105445 accepted/tizen/wearable/20150729.105540 submit/tizen/20150729.041553
authorSeungbae Shin <seungbae.shin@samsung.com>
Tue, 28 Jul 2015 14:28:57 +0000 (23:28 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Tue, 28 Jul 2015 14:29:42 +0000 (23:29 +0900)
Change-Id: I51e4a34be811edf4b0ce017f48dea11b6cd04d34
Signed-off-by: Seungbae Shin <seungbae.shin@samsung.com>
data/vconf-internal-sound-keys.xml
include/vconf-internal-sound-keys.h
report/vconf-internal-sound-keys.html
scripts/vconf-internal-sound-keys.sh

index ddad2da..301bbae 100644 (file)
     <email/>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="int" name="memory/private/sound/PrimaryVolumetype" value="-1" label="tizen::vconf::public::r" gid="6514" uid="">
+  <vconfkey type="int" name="memory/private/sound/PrimaryVolumeType" value="-1" label="tizen::vconf::public::rw" gid="6514" uid="">
     <header>VCONFKEY_SOUND_PRIMARY_VOLUME_TYPE</header>
     <creator/>
     <email/>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="int" name="memory/private/sound/PrimaryVolumetypeForce" value="-1" label="tizen::vconf::public::rw" gid="6514" uid="">
-    <header>VCONFKEY_SOUND_PRIMARY_VOLUME_TYPE_FORCE</header>
-    <creator/>
-    <email/>
-    <comment><![CDATA[ ]]></comment>
-  </vconfkey>
   <vconfkey type="int" name="memory/private/sound/pcm_dump" value="0" label="tizen::vconf::platform::r" gid="6514" uid="">
     <header>VCONFKEY_SOUND_PCM_DUMP</header>
     <creator/>
index 23eecd7..1b8d5cd 100644 (file)
@@ -43,9 +43,7 @@ enum {
 
 #define VCONFKEY_SOUND_VOLUME_TYPE_VOICE  "file/private/sound/volume/voice"
 
-#define VCONFKEY_SOUND_PRIMARY_VOLUME_TYPE  "memory/private/sound/PrimaryVolumetype"
-
-#define VCONFKEY_SOUND_PRIMARY_VOLUME_TYPE_FORCE  "memory/private/sound/PrimaryVolumetypeForce"
+#define VCONFKEY_SOUND_PRIMARY_VOLUME_TYPE  "memory/private/sound/PrimaryVolumeType"
 
 #define VCONFKEY_SOUND_PCM_DUMP  "memory/private/sound/pcm_dump"
 
index 805af55..cfedfcd 100644 (file)
 </tr>
   <tr>
 <td><a href="../fullsearch/VCONFKEY_SOUND_PRIMARY_VOLUME_TYPE-result.txt">VCONFKEY_SOUND_PRIMARY_VOLUME_TYPE</a></td>
-<td>memory/private/sound/PrimaryVolumetype</td>
-<td>int</td>
-<td>-1</td>
-<td>tizen::vconf::public::r</td>
-<td></td>
-<td> </td>
-<td bgcolor="green" align="center"></td>
-<td bgcolor="green" align="center"></td>
-</tr>
-  <tr>
-<td><a href="../fullsearch/VCONFKEY_SOUND_PRIMARY_VOLUME_TYPE_FORCE-result.txt">VCONFKEY_SOUND_PRIMARY_VOLUME_TYPE_FORCE</a></td>
-<td>memory/private/sound/PrimaryVolumetypeForce</td>
+<td>memory/private/sound/PrimaryVolumeType</td>
 <td>int</td>
 <td>-1</td>
 <td>tizen::vconf::public::rw</td>
index f51d6e2..c8576ca 100644 (file)
@@ -9,7 +9,6 @@
 /usr/bin/vconftool set -t int "file/private/sound/volume/call"  "4" -s "tizen::vconf::volume::set" -i  -g 6514
 /usr/bin/vconftool set -t int "file/private/sound/volume/voip"  "4" -s "tizen::vconf::volume::set" -i  -g 6514
 /usr/bin/vconftool set -t int "file/private/sound/volume/voice"  "7" -s "tizen::vconf::volume::set" -i  -g 6514
-/usr/bin/vconftool set -t int "memory/private/sound/PrimaryVolumetype"  "-1" -s "tizen::vconf::public::r" -i  -g 6514
-/usr/bin/vconftool set -t int "memory/private/sound/PrimaryVolumetypeForce"  "-1" -s "tizen::vconf::public::rw" -i  -g 6514
+/usr/bin/vconftool set -t int "memory/private/sound/PrimaryVolumeType"  "-1" -s "tizen::vconf::public::rw" -i  -g 6514
 /usr/bin/vconftool set -t int "memory/private/sound/pcm_dump"  "0" -s "tizen::vconf::platform::r" -i  -g 6514
 /usr/bin/vconftool set -t int "memory/private/sound/booting"  "/usr/share/keysound/poweron.wav" -s "tizen::vconf::platform::rw" -i  -g 6514
\ No newline at end of file