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 5b07576..df78915 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 158e561..94a4355 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 42b168d..862b879 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 fc12796..0110650 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 bd009b4..6789d41 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>