From: MyoungJune Park Date: Mon, 22 Apr 2013 07:13:01 +0000 (+0900) Subject: add vconf keys for the mock functions X-Git-Tag: submit/tizen_2.1/20130424.223615~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e035c03cd702b8c195f2f7993f085c0b16ea72c;p=apps%2Fcore%2Fpreloaded%2Fsettings.git add vconf keys for the mock functions - screen reader, speech rate are unsupported now but added key for API compatibility - week_of_day is not supported now but added for key for API compatibility --- diff --git a/packaging/org.tizen.setting.spec b/packaging/org.tizen.setting.spec index a26f394..fd813bd 100755 --- a/packaging/org.tizen.setting.spec +++ b/packaging/org.tizen.setting.spec @@ -212,6 +212,13 @@ GOPTION="-g 6514" vconftool $GOPTION set -t int db/menu_widget/regionformat_time1224 "1" vconftool $GOPTION set -t int db/setting/date_format "0" + #----------------------------------------------------------------- + # MOCK FUNCTION + # MOCK IMPLEMENTATION FOR API COMPATIBILITY + # NEED TO CHECK THE KEY WITH THE CALENDAR APP + #----------------------------------------------------------------- + vconftool $GOPTION set -t int db/setting/weekofday_format "0" + vconftool $GOPTION set -t string db/setting/timezone "+9" # to be removed vconftool $GOPTION set -t string db/setting/cityname_id "IDS_WCL_BODY_CITYNAME_SEOUL" @@ -230,6 +237,14 @@ GOPTION="-g 6514" #vconftool $GOPTION set -t int db/setting/accessibility/font_style "0" vconftool $GOPTION set -t string db/setting/accessibility/font_name "HelveticaNeue" + #----------------------------------------------------------------- + # MOCK FUNCTION + # NOT SUPPORTED BUT ADDED FOR API COMPATIBILITY + # temp key for screen reader & speech rate + #----------------------------------------------------------------- + vconftool $GOPTION set -t bool db/setting/accessibility/tts "0" + vconftool $GOPTION set -t int db/setting/accessibility/speech_rate "2" + #resetLanguageAndRegion vconftool $GOPTION set -t int db/setting/lang "10" vconftool $GOPTION set -t string db/menu_widget/language "en_GB.UTF-8"