diff options
author | wchang kim <wchang.kim@samsung.com> | 2024-11-04 10:17:33 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2024-11-04 10:17:33 +0900 |
commit | 0801e1a0546b6e55af3ea650ad6f5500720b1b1b (patch) | |
tree | d99cfefb2f3c71bb92e9eda4842a0c0fee19b518 /tw3 | |
parent | a094955fe54aaa895914525d560035351466a807 (diff) | |
download | unified-model-config-tizen.tar.gz unified-model-config-tizen.tar.bz2 unified-model-config-tizen.zip |
Change the versionaccepted/tizen/unified/20241105.122222tizenaccepted/tizen_unified
Change-Id: Ic31e2554c72e81ad4f3d1b06763d374454c598ee
Diffstat (limited to 'tw3')
-rw-r--r-- | tw3/model-config.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tw3/model-config.xml b/tw3/model-config.xml index 8d17832..8874a4b 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="9.0" model="tw3"> +<model-config version="10.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">9.0</key> + <key name="tizen.org/feature/platform.version" type="string">10.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> @@ -161,9 +161,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">9.0</key> + <key name="tizen.org/feature/platform.native.api.version" type="string">10.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">9.0</key> + <key name="tizen.org/feature/platform.web.api.version" type="string">10.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> |