From fca9e7b9fde489d90235ba9baa85d5b7dce398da Mon Sep 17 00:00:00 2001 From: MyoungJune Park Date: Wed, 18 May 2016 08:43:43 +0900 Subject: [PATCH] add scripts by profile name - default script areas + scripts for profile(mobile, wearable, tv and etc) Change-Id: Ib2bb3bc7ac2aef708d23ee2be2a4e3fec0422405 Signed-off-by: MyoungJune Park --- check.xsd | 8 ++++++-- create_init_script.xsl | 7 +++++-- data/vconf-internal-setting-keys.xml | 8 ++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/check.xsd b/check.xsd index 870522b..79c4898 100644 --- a/check.xsd +++ b/check.xsd @@ -17,7 +17,7 @@ - + @@ -73,7 +73,11 @@ - + + + + + diff --git a/create_init_script.xsl b/create_init_script.xsl index 3d0763f..b6e38ca 100644 --- a/create_init_script.xsl +++ b/create_init_script.xsl @@ -8,9 +8,12 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - - + + + + + diff --git a/data/vconf-internal-setting-keys.xml b/data/vconf-internal-setting-keys.xml index 05419d4..0e122ef 100644 --- a/data/vconf-internal-setting-keys.xml +++ b/data/vconf-internal-setting-keys.xml @@ -732,6 +732,14 @@ rm -f /etc/localtime ln -s /opt/etc/localtime /etc/localtime echo "-------------------------------------------------------------------------------------" ]]> + +
VCONFKEY_SETAPPL_TIMEZONE_INT
-- 2.7.4