Add common model default value for lcd backlight time.
[platform/core/appfw/vconf-internal-keys.git] / data / vconf-internal-setting-keys.xml
index 488470f..0159360 100644 (file)
   <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/systemsettings.admin">
+  <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/systemsettings.admin">
+  <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,11 +454,11 @@ 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">0</val>
-    <val model="common/emulator">0</val>
+    <val model="common">1</val>
+    <val model="common/emulator">1</val>
     <creator> Myoungjune Park </creator>
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
@@ -535,7 +536,7 @@ GLOBALUSER_APP_DATA_PATH=`tzplatform-get TZ_SYS_GLOBALUSER_DATA | sed 's/^.*=//'
   </vconfkey>
   <vconfkey type="string" name="db/setting/accessibility/font_name" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
     <header>VCONFKEY_SETAPPL_ACCESSIBILITY_FONT_NAME</header>
-    <val>HelveticaNeue</val>
+    <val>Default</val>
     <creator> Myoungjune Park </creator>
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
@@ -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" headeronly="true" 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/systemsettings.admin">
+  <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>
@@ -1371,7 +1394,7 @@ echo "Do Nothing on TV"
       <enumdata>EMERGENCY_UI_MODE_MAX</enumdata>
     </enumlist>
   </vconfkey>
-  <vconfkey type="int32" name="db/setting/accessibility/dark_screen" headeronly="true" readPriv="" writePriv="">
+  <vconfkey type="bool" name="db/setting/accessibility/dark_screen" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SETAPPL_ACCESSIBILITY_DARK_SCREEN</header>
     <val>0</val>
     <creator> Myoungjune Park </creator>
@@ -1472,7 +1495,7 @@ echo "Do Nothing on TV"
       <enumdata value="3">SETTING_SCREENROTATION_270_DEGREE</enumdata>
     </enumlist>
   </vconfkey>
-  <vconfkey type="int32" name="db/setting/lock_type" headeronly="true" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+  <vconfkey type="int32" name="db/setting/lock_type" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SETAPPL_PRIVACY_LOCK_TYPE_INT</header>
     <val>0</val>
     <creator> Myoungjune Park </creator>
@@ -1490,14 +1513,14 @@ echo "Do Nothing on TV"
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ it's for Wearable ]]></comment>
   </vconfkey>
-  <vconfkey profile="wearable" type="int32" name="db/setting/blockmode_wearable_r" readPriv="" writePriv="">
+  <vconfkey profile="wearable" type="bool" name="db/setting/blockmode_wearable_r" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SETAPPL_BLOCKMODE_WEARABLE_R_BOOL</header>
     <val>0</val>
     <creator> Myoungjune Park </creator>
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="int32" name="db/setting/ambient_mode" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+  <vconfkey type="bool" name="db/setting/ambient_mode" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SETAPPL_AMBIENT_MODE_BOOL</header>
     <val>0</val>
     <creator> Myoungjune Park </creator>
@@ -1635,7 +1658,7 @@ echo "Do Nothing on TV"
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
 -->
-  <vconfkey type="int32" name="memory/setup_wizard/state" headeronly="true" readPriv="" writePriv="">
+  <vconfkey type="int32" name="memory/setup_wizard/state" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SETUP_WIZARD_STATE</header>
     <val>0</val>
     <creator/>
@@ -1646,4 +1669,65 @@ echo "Do Nothing on TV"
       <enumdata>VCONFKEY_SETUP_WIZARD_LOCK  </enumdata>
     </enumlist>
   </vconfkey>
+  <vconfkey type="int32" name="db/setting/Brightness_Dim" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_SETAPPL_LCD_DIM_BRIGHTNESS</header>
+    <val>0</val>
+    <creator> Changjoo Lee </creator>
+    <email>changjoo.lee@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
+  <vconfkey type="int32" name="db/setting/data_restriction" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_SETAPPL_DATA_RESTRICTION_INT</header>
+    <val>-1</val>
+    <creator> Jaehyun Kim </creator>
+    <email>jeik01.kim@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+    <enumlist>
+      <enumdata value="-1">RESTRICTION_STATE_INIT</enumdata>
+      <enumdata value="0">RESTRICTION_STATE_UNSET</enumdata>
+      <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>