summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2020-11-10 15:58:18 +0900
committerwchang kim <wchang.kim@samsung.com>2020-11-10 15:58:18 +0900
commitc0aa5f8d1e87f19ed27596d62919e34f5f3e6f07 (patch)
tree044433dead47048a0526565c4ec25a4bdb1d1b85
parent70e029f0a139d763b1a2104db1a44a0b81de48a5 (diff)
downloadunified-model-config-submit/tizen/20201110.070829.tar.gz
unified-model-config-submit/tizen/20201110.070829.tar.bz2
unified-model-config-submit/tizen/20201110.070829.zip
Change-Id: I05e2e505cc9bcbb28eda24aef5b32593f1445aa7
-rw-r--r--emulator/model-config.xml8
-rw-r--r--emulator/model-config_mobile.xml8
-rw-r--r--emulator/model-config_mobile64.xml8
-rw-r--r--emulator/model-config_tv.xml8
-rw-r--r--emulator/model-config_tv64.xml8
-rw-r--r--emulator/model-config_wearable.xml8
-rw-r--r--generic/model-config-iot.xml10
-rw-r--r--generic/model-config.xml8
-rwxr-xr-xpackaging/unified-model-config.spec2
-rw-r--r--rpi3/model-config.xml8
-rw-r--r--rpi3/model-config_tv.xml8
-rw-r--r--tm1/model-config.xml8
-rw-r--r--tm2/model-config.xml8
-rw-r--r--tw2/model-config.xml8
-rw-r--r--tw3/model-config.xml8
-rw-r--r--xu3/model-config.xml8
-rw-r--r--xu3/model-config_ivi.xml8
-rw-r--r--xu3/model-config_tv.xml8
18 files changed, 70 insertions, 70 deletions
diff --git a/emulator/model-config.xml b/emulator/model-config.xml
index c6ff75b..56c82e6 100644
--- a/emulator/model-config.xml
+++ b/emulator/model-config.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="EMULATOR">
+<model-config version="6.5" model="EMULATOR">
<platform>
<key name="tizen.org/system/model_name" type="string">Emulator</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">Emulator</key>
<key name="tizen.org/system/platform.communication_processor" type="string">none</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -124,9 +124,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">common</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">true</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>
diff --git a/emulator/model-config_mobile.xml b/emulator/model-config_mobile.xml
index 8da1a81..29dd0de 100644
--- a/emulator/model-config_mobile.xml
+++ b/emulator/model-config_mobile.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="EMULATOR">
+<model-config version="6.5" model="EMULATOR">
<platform>
<key name="tizen.org/system/model_name" type="string">Emulator</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">Emulator</key>
<key name="tizen.org/system/platform.communication_processor" type="string">none</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -149,9 +149,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">mobile</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">true</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>
diff --git a/emulator/model-config_mobile64.xml b/emulator/model-config_mobile64.xml
index ab29317..d0ee394 100644
--- a/emulator/model-config_mobile64.xml
+++ b/emulator/model-config_mobile64.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="EMULATOR">
+<model-config version="6.5" model="EMULATOR">
<platform>
<key name="tizen.org/system/model_name" type="string">Emulator</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">Emulator</key>
<key name="tizen.org/system/platform.communication_processor" type="string">none</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -149,9 +149,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">mobile</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">true</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>
diff --git a/emulator/model-config_tv.xml b/emulator/model-config_tv.xml
index 6e82fe1..e95a199 100644
--- a/emulator/model-config_tv.xml
+++ b/emulator/model-config_tv.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="EMULATOR">
+<model-config version="6.5" model="EMULATOR">
<platform>
<key name="tizen.org/system/model_name" type="string">Emulator</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">Emulator</key>
<key name="tizen.org/system/platform.communication_processor" type="string">none</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -147,9 +147,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">tv</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">false</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>
diff --git a/emulator/model-config_tv64.xml b/emulator/model-config_tv64.xml
index f4c9924..effcee6 100644
--- a/emulator/model-config_tv64.xml
+++ b/emulator/model-config_tv64.xml
@@ -1,9 +1,9 @@
<xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="EMULATOR">
+<model-config version="6.5" model="EMULATOR">
<platform>
<key name="tizen.org/system/model_name" type="string">Emulator</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">Emulator</key>
<key name="tizen.org/system/platform.communication_processor" type="string">none</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -144,9 +144,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">tv</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">false</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>
diff --git a/emulator/model-config_wearable.xml b/emulator/model-config_wearable.xml
index 9ee029a..bfee3ef 100644
--- a/emulator/model-config_wearable.xml
+++ b/emulator/model-config_wearable.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="EMULATOR">
+<model-config version="6.5" model="EMULATOR">
<platform>
<key name="tizen.org/system/model_name" type="string">Emulator</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<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>
@@ -151,9 +151,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">wearable</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">false</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>
diff --git a/generic/model-config-iot.xml b/generic/model-config-iot.xml
index dc702e3..ca7d233 100644
--- a/generic/model-config-iot.xml
+++ b/generic/model-config-iot.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="TizenIOT">
+<model-config version="6.5" model="TizenIOT">
<platform>
<key name="tizen.org/system/model_name" type="string">TizenIOT</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">none</key>
<key name="tizen.org/system/platform.communication_processor" type="string">none</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -158,7 +158,7 @@
<key name="tizen.org/feature/peripheral_io.adc" type="bool">false</key>
<key name="tizen.org/feature/peripheral_io.spi" type="bool">true</key>
<key name="tizen.org/feature/peripheral_io.uart" type="bool">true</key>
- <key name="tizen.org/feature/platform.core.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.core.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.core.cpu.arch" type="string">armv7</key>
<key name="tizen.org/feature/platform.core.cpu.arch.armv6" type="bool">false</key>
<key name="tizen.org/feature/platform.core.cpu.arch.armv7" type="bool">true</key>
@@ -172,10 +172,10 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">true</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
<key name="tizen.org/feature/platform.version.name" type="string">TizenIOT</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">common</key>
<key name="tizen.org/feature/screen" type="bool">false</key>
<key name="tizen.org/feature/screen.always_on.high_color" type="bool">false</key>
diff --git a/generic/model-config.xml b/generic/model-config.xml
index 989c9fa..e16119f 100644
--- a/generic/model-config.xml
+++ b/generic/model-config.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="generic">
+<model-config version="6.5" model="generic">
<platform>
<key name="tizen.org/system/model_name" type="string">Generic</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">Generic</key>
<key name="tizen.org/system/platform.communication_processor" type="string">N/A</key>
<key name="tizen.org/feature/accessibility.grayscale" type="bool">false</key>
@@ -71,9 +71,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.ssse3" type="bool">true</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">false</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>
<key name="tizen.org/feature/screen.coordinate_system.size.large" type="bool">true</key>
diff --git a/packaging/unified-model-config.spec b/packaging/unified-model-config.spec
index 8bd7df3..4c2d908 100755
--- a/packaging/unified-model-config.spec
+++ b/packaging/unified-model-config.spec
@@ -2,7 +2,7 @@
Name: unified-model-config
Summary: All Model configurations
-Version: 6.0.0
+Version: 6.5.0
Release: 0
Group: System/Configuration
BuildArch: noarch
diff --git a/rpi3/model-config.xml b/rpi3/model-config.xml
index 745da34..189f2ec 100644
--- a/rpi3/model-config.xml
+++ b/rpi3/model-config.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="rpi3">
+<model-config version="6.5" model="rpi3">
<platform>
<key name="tizen.org/system/model_name" type="string">rpi3</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">BCM2837</key>
<key name="tizen.org/system/platform.communication_processor" type="string">none</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -143,9 +143,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">true</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">common</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">true</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>
diff --git a/rpi3/model-config_tv.xml b/rpi3/model-config_tv.xml
index 46545c4..15183a9 100644
--- a/rpi3/model-config_tv.xml
+++ b/rpi3/model-config_tv.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="rpi3">
+<model-config version="6.5" model="rpi3">
<platform>
<key name="tizen.org/system/model_name" type="string">rpi3</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">BCM2837</key>
<key name="tizen.org/system/platform.communication_processor" type="string">none</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -149,9 +149,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">true</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">tv</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">false</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>
diff --git a/tm1/model-config.xml b/tm1/model-config.xml
index 060ff2c..48d3013 100644
--- a/tm1/model-config.xml
+++ b/tm1/model-config.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="tm1">
+<model-config version="6.5" model="tm1">
<platform>
<key name="tizen.org/system/model_name" type="string">TM1</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">SC7727S</key>
<key name="tizen.org/system/platform.communication_processor" type="string">SC7727S</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -151,9 +151,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">true</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">mobile</key>
<key name="tizen.org/feature/screen" type="bool">true</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">true</key>
diff --git a/tm2/model-config.xml b/tm2/model-config.xml
index 12211b4..6dfe5d8 100644
--- a/tm2/model-config.xml
+++ b/tm2/model-config.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="tm2">
+<model-config version="6.5" model="tm2">
<platform>
<key name="tizen.org/system/model_name" type="string">TM2</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">exynos5433</key>
<key name="tizen.org/system/platform.communication_processor" type="string">XMM6260</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -152,9 +152,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">true</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">mobile</key>
<key name="tizen.org/feature/screen" type="bool">true</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">true</key>
diff --git a/tw2/model-config.xml b/tw2/model-config.xml
index 1da5e89..026a7ba 100644
--- a/tw2/model-config.xml
+++ b/tw2/model-config.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="tw2">
+<model-config version="6.5" model="tw2">
<platform>
<key name="tizen.org/system/model_name" type="string">TW2</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">exynos7270</key>
<key name="tizen.org/system/platform.communication_processor" type="string">4G LTE</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -152,9 +152,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">true</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">wearable</key>
<key name="tizen.org/feature/screen" type="bool">true</key>
<key name="tizen.org/feature/screen.shape.circle" type="bool">true</key>
diff --git a/tw3/model-config.xml b/tw3/model-config.xml
index 20eeb32..bcede6c 100644
--- a/tw3/model-config.xml
+++ b/tw3/model-config.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="tw3">
+<model-config version="6.5" model="tw3">
<platform>
<key name="tizen.org/system/model_name" type="string">TW3</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">exynos7270</key>
<key name="tizen.org/system/platform.communication_processor" type="string">4G LTE</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -152,9 +152,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">true</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">wearable</key>
<key name="tizen.org/feature/screen" type="bool">true</key>
<key name="tizen.org/feature/screen.shape.circle" type="bool">true</key>
diff --git a/xu3/model-config.xml b/xu3/model-config.xml
index 0c5b114..0e7766c 100644
--- a/xu3/model-config.xml
+++ b/xu3/model-config.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="xu3">
+<model-config version="6.5" model="xu3">
<platform>
<key name="tizen.org/system/model_name" type="string">xu3</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">exynos4412</key>
<key name="tizen.org/system/platform.communication_processor" type="string">none</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -146,9 +146,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">true</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">common</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">true</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>
diff --git a/xu3/model-config_ivi.xml b/xu3/model-config_ivi.xml
index c00cf0a..9365e53 100644
--- a/xu3/model-config_ivi.xml
+++ b/xu3/model-config_ivi.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="xu3">
+<model-config version="6.5" model="xu3">
<platform>
<key name="tizen.org/system/model_name" type="string">xu3</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">exynos4412</key>
<key name="tizen.org/system/platform.communication_processor" type="string">none</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -133,9 +133,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">true</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">ivi</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">true</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>
diff --git a/xu3/model-config_tv.xml b/xu3/model-config_tv.xml
index fc6f0f2..19ff955 100644
--- a/xu3/model-config_tv.xml
+++ b/xu3/model-config_tv.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="6.0" model="xu3">
+<model-config version="6.5" model="xu3">
<platform>
<key name="tizen.org/system/model_name" type="string">xu3</key>
<key name="tizen.org/system/platform.name" type="string">Tizen</key>
- <key name="tizen.org/feature/platform.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">6.5</key>
<key name="tizen.org/system/platform.processor" type="string">exynos4412</key>
<key name="tizen.org/system/platform.communication_processor" type="string">none</key>
<key name="tizen.org/system/manufacturer" type="string">Tizen</key>
@@ -148,9 +148,9 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">true</key>
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">6.5</key>
<key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key>
- <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">6.5</key>
<key name="tizen.org/feature/profile" type="string">tv</key>
<key name="tizen.org/feature/screen.auto_rotation" type="bool">false</key>
<key name="tizen.org/feature/screen.bpp" type="int">32</key>