summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2023-12-06 12:47:13 +0900
committerwchang kim <wchang.kim@samsung.com>2023-12-06 12:47:13 +0900
commit89438d94e8c49b922893d66922b6132ee277d05e (patch)
tree9b465c881153ef404b4fe2ed8cd1429062a38b6e
parentf84058faf006ca57b487a763493d2d419909e474 (diff)
downloadunified-model-config-89438d94e8c49b922893d66922b6132ee277d05e.tar.gz
unified-model-config-89438d94e8c49b922893d66922b6132ee277d05e.tar.bz2
unified-model-config-89438d94e8c49b922893d66922b6132ee277d05e.zip
Change-Id: Ibcf0f08a993c1924462c5fc05d52b729e236ce08
-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-hal.xml2
-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
19 files changed, 71 insertions, 71 deletions
diff --git a/emulator/model-config.xml b/emulator/model-config.xml
index e9a5f1e..cbed7fa 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="8.0" model="EMULATOR">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -132,9 +132,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 95cf089..8b5691c 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="8.0" model="EMULATOR">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -157,9 +157,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 447bd54..8136e6e 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="8.0" model="EMULATOR">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -157,9 +157,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 8fd09ce..da401bd 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="8.0" model="EMULATOR">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -155,9 +155,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 5b8e75a..4281386 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="8.0" model="EMULATOR">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -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">false</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 df48502..fecc778 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="8.0" model="EMULATOR">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -159,9 +159,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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-hal.xml b/generic/model-config-hal.xml
index b9337ad..ad54c10 100644
--- a/generic/model-config-hal.xml
+++ b/generic/model-config-hal.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<model-config version="8.0" model="TizenHAL">
+<model-config version="9.0" model="TizenHAL">
<platform>
<key name="tizen.org/system/model_name" type="string">TizenHAL</key>
<key name="tizen.org/system/platform.processor" type="string">none</key>
diff --git a/generic/model-config-iot.xml b/generic/model-config-iot.xml
index 9431e7f..ad380c0 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="8.0" model="TizenIOT">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -166,7 +166,7 @@
<key name="tizen.org/feature/peripheral_io.adc" type="bool">true</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">8.0</key>
+ <key name="tizen.org/feature/platform.core.api.version" type="string">9.0</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">true</key>
<key name="tizen.org/feature/platform.core.cpu.arch.armv7" type="bool">true</key>
@@ -180,10 +180,10 @@
<key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">true</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">true</key>
- <key name="tizen.org/feature/platform.native.api.version" type="string">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</key>
<key name="tizen.org/feature/profile" type="string">common</key>
<key name="tizen.org/feature/screen" type="bool">true</key>
<key name="tizen.org/feature/screen.always_on.high_color" type="bool">true</key>
diff --git a/generic/model-config.xml b/generic/model-config.xml
index 7ce66b8..3d07ac3 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="8.0" model="generic">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -76,9 +76,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 e2bcc8a..621864b 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: 8.0.0
+Version: 9.0.0
Release: 0
Group: System/Configuration
BuildArch: noarch
diff --git a/rpi3/model-config.xml b/rpi3/model-config.xml
index a5fa95d..8634732 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="8.0" model="rpi3">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 99d534b..195d7c6 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="8.0" model="rpi3">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -157,9 +157,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 a722ea1..e6be1d3 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="8.0" model="tm1">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -158,9 +158,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 60a53f0..a973844 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="8.0" model="tm2">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -159,9 +159,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 ede4407..97719a5 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="8.0" model="tw2">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -159,9 +159,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 c7e8b3f..b499d02 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="8.0" model="tw3">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -159,9 +159,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 b556caa..4ace7e5 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="8.0" model="xu3">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -153,9 +153,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 8ca997c..818ca58 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="8.0" model="xu3">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -140,9 +140,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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 3cec0b9..4d4e33f 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="8.0" model="xu3">
+<model-config version="9.0" 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">8.0</key>
+ <key name="tizen.org/feature/platform.version" type="string">9.0</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>
@@ -155,9 +155,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">8.0</key>
+ <key name="tizen.org/feature/platform.native.api.version" type="string">9.0</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">8.0</key>
+ <key name="tizen.org/feature/platform.web.api.version" type="string">9.0</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>