Add common model default value for lcd backlight time.
[platform/core/appfw/vconf-internal-keys.git] / data / vconf-internal-setting-keys.xml
old mode 100755 (executable)
new mode 100644 (file)
index 3d74089..0159360
   <vconfkey type="int32" name="db/setting/lcd_backlight_normal" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
     <header>VCONFKEY_SETAPPL_LCD_TIMEOUT_NORMAL</header>
     <val>30</val>
-    <val model="wearable">15</val>
+    <val model="wearable">60</val>
     <val model="wearable/emulator">300</val>
     <val model="mobile/emulator">300</val>
     <val model="wearable-2">60</val>
     <val model="wearable-3">90</val>
+    <val model="common">0</val>
     <creator> Myoungjune Park </creator>
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ setting - display - backlight time (value type : seconds) ]]></comment>
     <script><![CDATA[
 # VCONFKEY_SETAPPL_LCD_TIMEOUT_NORMAL initialization
-out=`vconftool get db/setting/lcd_backlight_normal | awk '{print $4}' | sed 's/,//g'`
+out=`vconftool get db/setting/lcd_backlight_normal`
 echo "-------------------------------------------------------------------------------------"
-echo "Backlight time :" $out
+echo "vconf key = " $out
 echo "-------------------------------------------------------------------------------------"
 ]]></script>
   </vconfkey>
@@ -160,7 +161,7 @@ echo "--------------------------------------------------------------------------
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="string" name="db/setting/sound/call/ringtone_path" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/public">
+  <vconfkey type="string" name="db/setting/sound/call/ringtone_path" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/buxton/systemsettings">
     <header>VCONFKEY_SETAPPL_CALL_RINGTONE_PATH_STR</header>
        <!--
     <initscript><![CDATA[
@@ -245,7 +246,7 @@ GLOBALUSER_APP_DATA_PATH=`tzplatform-get TZ_SYS_GLOBALUSER_DATA | sed 's/^.*=//'
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ Header only key to keep ABI test successful ]]></comment>
   </vconfkey>
-  <vconfkey type="string" name="db/setting/sound/noti/msg_ringtone_path" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/public">
+  <vconfkey type="string" name="db/setting/sound/noti/msg_ringtone_path" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/buxton/systemsettings">
     <header>VCONFKEY_SETAPPL_NOTI_MSG_RINGTONE_PATH_STR</header>
        <val>${TZ_SYS_GLOBALUSER_DATA}/settings/Alerts/General notification_sdk.wav</val>
        <val model="wearable">${TZ_SYS_GLOBALUSER_DATA}/settings/Alerts/Notification.ogg</val>
@@ -453,7 +454,7 @@ GLOBALUSER_APP_DATA_PATH=`tzplatform-get TZ_SYS_GLOBALUSER_DATA | sed 's/^.*=//'
       <enumdata>SETTING_BRIGHTNESS_AUTOMATIC_PAUSE</enumdata>
     </enumlist>
   </vconfkey>
-  <vconfkey type="bool" name="db/setting/automatic_time_update" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+  <vconfkey type="bool" name="db/setting/automatic_time_update" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
     <header>VCONFKEY_SETAPPL_STATE_AUTOMATIC_TIME_UPDATE_BOOL</header>
     <val>1</val>
     <val model="common">1</val>
@@ -600,13 +601,20 @@ GLOBALUSER_APP_DATA_PATH=`tzplatform-get TZ_SYS_GLOBALUSER_DATA | sed 's/^.*=//'
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="bool" name="db/setting/accessibility/tts" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+  <vconfkey type="bool" name="db/setting/accessibility/tts" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
     <header>VCONFKEY_SETAPPL_ACCESSIBILITY_TTS</header>
     <val>0</val>
     <creator> Myoungjune Park </creator>
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
+  <vconfkey type="bool" name="db/setting/accessibility/greyscale" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
+    <header>VCONFKEY_SETAPPL_ACCESSIBILITY_GREYSCALE</header>
+    <val>0</val>
+    <creator>JinWang An</creator>
+    <email>jinwang.an@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
   <vconfkey type="int32" name="db/setting/pwrsv/custom_mode/backlight/time" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
     <header>VCONFKEY_SETAPPL_PWRSV_CUSTMODE_BLTIME</header>
     <val>15</val>
@@ -691,6 +699,7 @@ GLOBALUSER_APP_DATA_PATH=`tzplatform-get TZ_SYS_GLOBALUSER_DATA | sed 's/^.*=//'
     <val>org.tizen.menu-screen</val>
     <val model="mobile">org.tizen.homescreen-efl</val>
     <val model="mobile/emulator">org.tizen.homescreen-efl</val>
+    <val model="common">org.tizen.homescreen-efl</val>
     <creator> Myoungjune Park </creator>
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
@@ -743,7 +752,7 @@ GLOBALUSER_APP_DATA_PATH=`tzplatform-get TZ_SYS_GLOBALUSER_DATA | sed 's/^.*=//'
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="bool" name="db/setting/accessibility/high_contrast" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+  <vconfkey type="bool" name="db/setting/accessibility/high_contrast" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
     <header>VCONFKEY_SETAPPL_ACCESSIBILITY_HIGH_CONTRAST</header>
     <val>0</val>
     <creator> Myoungjune Park </creator>
@@ -813,9 +822,9 @@ CUR_TZ_PATH=`cat /etc/sysconfig/clock | grep ZONE | sed 's/^.*=//' |  sed s/\"//
     <comment><![CDATA[ ]]></comment>
     <script><![CDATA[
 # VCONFKEY_SETAPPL_TIMEZONE_ID initialization
-out=`vconftool get db/setting/timezone_id | awk '{print $4}' | sed 's/,//g'`
+out=`vconftool get db/setting/timezone_id`
 echo "-------------------------------------------------------------------------------------"
-echo $out
+echo "vconf key = " $out
 rm -f /opt/etc/localtime
 ln -s /usr/share/zoneinfo/Asia/Seoul /opt/etc/localtime
 rm -f /etc/localtime
@@ -1034,7 +1043,7 @@ echo "Do Nothing on TV"
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="string" name="db/menu_widget/bgset" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/public">
+  <vconfkey type="string" name="db/menu_widget/bgset" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/buxton/systemsettings">
     <header>VCONFKEY_BGSET</header>
        <val>${TZ_SYS_GLOBALUSER_DATA}/settings/Wallpapers/home_001.png</val>
     <val model="wearable">/usr/apps/org.tizen.watch-setting/shared/res/settings/Wallpapers/Home_default.jpg</val>
@@ -1089,6 +1098,20 @@ echo "Do Nothing on TV"
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
+  <vconfkey type="int32" name="db/setting/data_each_month" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_SETAPPL_DATA_EACH_MONTH</header>
+    <val>1</val>
+    <creator> JinWang An </creator>
+    <email>jinwang.an@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
+  <vconfkey type="bool" name="db/setting/data_limit_unit" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_SETAPPL_DATA_LIMIT_UNIT_BOOL</header>
+    <val>0</val>
+    <creator> JinWang An </creator>
+    <email>jinwang.an@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
   <vconfkey type="bool" name="db/setting/data_usage_roaming_status" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SETAPPL_DATA_USAGE_ROAMING_STATUS</header>
     <val>0</val>
@@ -1317,7 +1340,7 @@ echo "Do Nothing on TV"
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="bool" name="db/setting/developer_option_state" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+  <vconfkey type="bool" name="db/setting/developer_option_state" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
     <header>VCONFKEY_SETAPPL_DEVELOPER_OPTION_STATE</header>
     <val>0</val>
     <creator> Myoungjune Park </creator>
@@ -1665,4 +1688,46 @@ echo "Do Nothing on TV"
       <enumdata value="1">RESTRICTION_STATE_SET</enumdata>
     </enumlist>
   </vconfkey>
+  <vconfkey type="bool" name="db/setting/enhance_touch_sensitivity" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_SETAPPL_ENHANCE_TOUCH_SENSITIVITY</header>
+    <val>0</val>
+    <creator>Changjoo Lee</creator>
+    <email>changjoo.lee@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
+  <vconfkey type="bool" name="db/setting/wakeup_by_bezel_enable" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_SETAPPL_WAKEUP_BY_BEZEL_ENABLE</header>
+    <val>1</val>
+    <creator>Changjoo Lee</creator>
+    <email>changjoo.lee@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
+  <vconfkey type="bool" name="db/setting/theater_mode_enable" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_SETAPPL_THEATER_MODE_ENABLE</header>
+    <val>0</val>
+    <creator>Changjoo Lee</creator>
+    <email>changjoo.lee@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
+  <vconfkey type="bool" name="db/setting/goodnight_mode_enable" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_SETAPPL_GOODNIGHT_MODE_ENABLE</header>
+    <val>0</val>
+    <creator>Changjoo Lee</creator>
+    <email>changjoo.lee@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
+  <vconfkey type="bool" name="db/setting/automatic_low_brightness" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_SETAPPL_ACCESSIBILITY_AUTOMATIC_LOW_BRIGHTNESS</header>
+    <val>1</val>
+    <creator>Youngjae Cho</creator>
+    <email>y0.cho@samsung.com</email>
+    <comment><![CDATA[ LBM module of deviced refers to this key. ]]></comment>
+  </vconfkey>
+  <vconfkey profile="wearable" type="bool" name="db/setting/rotary_event_enabled" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
+    <header>VCONFKEY_SETAPPL_ROTARY_EVENT_ENABLED_BOOL</header>
+    <val>1</val>
+    <creator>JinWang An</creator>
+    <email>jinwang.an@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
 </vconfkeylists>