Add sync manager feature and change wearable account feature true 42/142642/2
authorJooseok Song <seogii.song@samsung.com>
Mon, 7 Aug 2017 01:57:27 +0000 (10:57 +0900)
committerJooseok Song <seogii.song@samsung.com>
Mon, 7 Aug 2017 02:01:03 +0000 (11:01 +0900)
Change-Id: Id9d9c566e80672fc97830501c84a2d5c07a4773a

model-config_mobile.xml
model-config_mobile64.xml
model-config_tv.xml
model-config_tv64.xml
model-config_wearable.xml

index 5b07576b5edc9e2976ff529d78466107dde62b83..df78915e82d57f2c36a16981c1b47f38b6bd7795 100644 (file)
@@ -8,6 +8,7 @@
                <key name="tizen.org/system/platform.communication_processor" type="string">none</key>
                <key name="tizen.org/system/manufacturer" type="string">Tizen</key>
                <key name="tizen.org/feature/account" type="bool">true</key>
+               <key name="tizen.org/feature/account.sync" type="bool">true</key>
                <key name="tizen.org/feature/archive" type="bool">true</key>
                <key name="tizen.org/feature/badge" type="bool">true</key>
                <key name="tizen.org/feature/battery" type="bool">true</key>
index 158e561f3e4893e3b32c58f30670525cfca62a56..94a4355549e1c76266c4a9be261c4bdd7c2b20db 100644 (file)
@@ -8,6 +8,7 @@
                <key name="tizen.org/system/platform.communication_processor" type="string">none</key>
                <key name="tizen.org/system/manufacturer" type="string">Tizen</key>
                <key name="tizen.org/feature/account" type="bool">true</key>
+               <key name="tizen.org/feature/account.sync" type="bool">true</key>
                <key name="tizen.org/feature/archive" type="bool">true</key>
                <key name="tizen.org/feature/badge" type="bool">true</key>
                <key name="tizen.org/feature/battery" type="bool">true</key>
index 42b168dc25aff03036e77ea4ec869cf02f2f83b4..862b8792505a1fad0a58e26e0475871965970682 100644 (file)
@@ -8,6 +8,7 @@
                <key name="tizen.org/system/platform.communication_processor" type="string">none</key>
                <key name="tizen.org/system/manufacturer" type="string">Tizen</key>
                <key name="tizen.org/feature/account" type="bool">false</key>
+               <key name="tizen.org/feature/account.sync" type="bool">false</key>
                <key name="tizen.org/feature/archive" type="bool">true</key>
                <key name="tizen.org/feature/badge" type="bool">true</key>
                <key name="tizen.org/feature/battery" type="bool">false</key>
index fc12796cccc16008f3cb88da756473ce8ce50522..0110650af33de3a89c89b249248e347514d1f01e 100644 (file)
@@ -8,6 +8,7 @@
                <key name="tizen.org/system/platform.communication_processor" type="string">none</key>
                <key name="tizen.org/system/manufacturer" type="string">Tizen</key>
                <key name="tizen.org/feature/account" type="bool">false</key>
+               <key name="tizen.org/feature/account.sync" type="bool">false</key>
                <key name="tizen.org/feature/archive" type="bool">true</key>
                <key name="tizen.org/feature/badge" type="bool">true</key>
                <key name="tizen.org/feature/battery" type="bool">false</key>
index bd009b4b4fc268bcc624f266a4b6d665f2b6cf07..6789d41687f17b727c16789be41cb1b57b61fa08 100644 (file)
@@ -7,7 +7,8 @@
                <key name="tizen.org/system/platform.processor" type="string">emulator</key>
                <key name="tizen.org/system/platform.communication_processor" type="string">emulator</key>
                <key name="tizen.org/system/manufacturer" type="string">Tizen</key>
-               <key name="tizen.org/feature/account" type="bool">false</key>
+               <key name="tizen.org/feature/account" type="bool">true</key>
+               <key name="tizen.org/feature/account.sync" type="bool">true</key>
                <key name="tizen.org/feature/archive" type="bool">true</key>
                <key name="tizen.org/feature/badge" type="bool">true</key>
                <key name="tizen.org/feature/battery" type="bool">true</key>