Enhancement system-init-db for updating specific lang feature 74/140074/6 accepted/tizen/unified/20170725.173416 submit/tizen/20170724.024950
authorKunhoon Baik <knhoon.baik@samsung.com>
Sat, 22 Jul 2017 01:20:01 +0000 (10:20 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Mon, 24 Jul 2017 02:28:32 +0000 (11:28 +0900)
commitc9cafe0248d1b5327b376cc49548447d7496e1c6
treee0de145b27db88dcf62b640536bd5ad24239d2e9
parentfd91535699db653e85f7ba304e69239f1aa1cdd1
Enhancement system-init-db for updating specific lang feature

Now, system init db tool can update bool value for specific runtime.

The feature will be updated according to following command.

Whole runtime feature update : -k KEY -t bool -v VALUE
C# runtime feature update : -k KEY -t bool -v VALUE -l csapi
C runtime feature update : -k KEY -t bool -v VALUE -l capi
Web runtime feature update : -k KEY -t bool -v VALUE -l webapi

Change-Id: Iad562a040778b4b1b76492ad6f06e6043edee234
src/init_db/system_info_db_init.c