summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2015-04-03 20:52:12 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2015-04-07 19:33:49 +0900
commit1755bafdcddb7514b87a1ca49ce23abe95f5b6eb (patch)
treeed529d8dabe182c9c0caf345b86ee30cb9401a93 /packaging
parent1e42bfe9023291ebc29829ec6a8ee432506fd276 (diff)
downloaddeviced-1755bafdcddb7514b87a1ca49ce23abe95f5b6eb.tar.gz
deviced-1755bafdcddb7514b87a1ca49ce23abe95f5b6eb.tar.bz2
deviced-1755bafdcddb7514b87a1ca49ce23abe95f5b6eb.zip
deviced: Remove unused vconf key and logics
Removed vconf key list: VCONFKEY_SYSMAN_MMC_DEVICE_CHANGED VCONFKEY_STARTER_SEQUENCE VCONFKEY_SETAPPL_PWRSV_CUSTMODE_CPU VCONFKEY_LCD_BRIGHTNESS_INIT VCONFKEY_INTERNAL_PRIVATE_MMC_ID VCONFKEY_DEVICED_BOOT_POWER_ON_STATUS VCONFKEY_SETAPPL_ACCESSIBILITY_TTS Change-Id: Ia256ac802c65ca6c0725f1bbe690beca6802ffaf Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/deviced.spec12
1 files changed, 0 insertions, 12 deletions
diff --git a/packaging/deviced.spec b/packaging/deviced.spec
index cfa986ac..aa02ccb2 100755
--- a/packaging/deviced.spec
+++ b/packaging/deviced.spec
@@ -234,35 +234,23 @@ users_gid=$(getent group %{TZ_SYS_USER_GROUP} | cut -f3 -d':')
vconftool set -t int memory/sysman/usbhost_status -1 -i
vconftool set -t int memory/sysman/mmc -1 -i
vconftool set -t int memory/sysman/earjack_key 0 -i
-vconftool set -t int memory/sysman/added_usb_storage 0 -i
-vconftool set -t int memory/sysman/removed_usb_storage 0 -i
vconftool set -t int memory/sysman/charger_status -1 -i
vconftool set -t int memory/sysman/charge_now -1 -i
vconftool set -t int memory/sysman/battery_status_low -1 -i
vconftool set -t int memory/sysman/battery_capacity -1 -i
vconftool set -t int memory/sysman/usb_status -1 -i
vconftool set -t int memory/sysman/earjack -1 -i
-vconftool set -t int memory/sysman/low_memory 1 -i
-vconftool set -t int memory/sysman/sliding_keyboard -1 -i
vconftool set -t int memory/sysman/mmc_mount -1 -i
-vconftool set -t int memory/sysman/mmc_unmount -1 -i
vconftool set -t int memory/sysman/mmc_format -1 -i
vconftool set -t int memory/sysman/mmc_format_progress 0 -i
-vconftool set -t int memory/sysman/mmc_err_status 0 -i
vconftool set -t int memory/sysman/power_off 0 -g "$users_gid" -i -f
vconftool set -t int memory/sysman/battery_level_status -1 -i
-vconftool set -t string memory/private/sysman/added_storage_uevent "" -i
-vconftool set -t string memory/private/sysman/removed_storage_uevent "" -g "$users_gid" -i
vconftool set -t int memory/sysman/hdmi 0 -i
vconftool set -t int memory/sysman/stime_changed 0 -i
-#db type vconf key init
-vconftool set -t int db/sysman/mmc_dev_changed 0
-
vconftool set -t int memory/pm/state 0 -i -g "$users_gid"
vconftool set -t int memory/pm/battery_timetofull -1 -i
vconftool set -t int memory/pm/battery_timetoempty -1 -i
-vconftool set -t int memory/pm/sip_status 0 -i -g "$users_gid"
vconftool set -t int memory/pm/custom_brightness_status 0 -i -g "$users_gid"
vconftool set -t bool memory/pm/brt_changed_lpm 0 -i
vconftool set -t int memory/pm/current_brt 60 -i -g "$users_gid"