diff options
author | sooyeon <sooyeon.kim@samsung.com> | 2024-09-27 12:13:32 +0900 |
---|---|---|
committer | sooyeon <sooyeon.kim@samsung.com> | 2024-09-27 15:03:45 +0900 |
commit | 3f26a6faffd829bcf6e8b5d51fbd04b112fc1fa7 (patch) | |
tree | 5190087a52198998937f0f7792006e23a6ec0af5 /emulator | |
parent | 5af29d8af173a6d5d7c0290e9223d00c36ffd91d (diff) | |
download | unified-model-config-3f26a6faffd829bcf6e8b5d51fbd04b112fc1fa7.tar.gz unified-model-config-3f26a6faffd829bcf6e8b5d51fbd04b112fc1fa7.tar.bz2 unified-model-config-3f26a6faffd829bcf6e8b5d51fbd04b112fc1fa7.zip |
[ACR-1867] Add a new feature for multimodal-interactionaccepted/tizen/unified/x/20240927.134423accepted/tizen/unified/toolchain/20241004.101244accepted/tizen/unified/20240928.221356accepted/tizen/unified/20240928.111256
Change-Id: If8716aa2b8ad1ea623629884075b3fa21d357614
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
Diffstat (limited to 'emulator')
-rw-r--r-- | emulator/model-config.xml | 1 | ||||
-rw-r--r-- | emulator/model-config_mobile.xml | 1 | ||||
-rw-r--r-- | emulator/model-config_mobile64.xml | 1 | ||||
-rw-r--r-- | emulator/model-config_tv.xml | 1 | ||||
-rw-r--r-- | emulator/model-config_tv64.xml | 1 | ||||
-rw-r--r-- | emulator/model-config_wearable.xml | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/emulator/model-config.xml b/emulator/model-config.xml index 66a399a..efe3ef7 100644 --- a/emulator/model-config.xml +++ b/emulator/model-config.xml @@ -52,6 +52,7 @@ <key name="tizen.org/feature/multimedia.media_codec" type="bool">true</key> <key name="tizen.org/feature/multimedia.player.spherical_video" type="bool">false</key> <key name="tizen.org/feature/multimedia.player.audio_offload" type="bool">false</key> + <key name="tizen.org/feature/multimodal_interaction" type="bool">true</key> <key name="tizen.org/feature/content.scanning.others" type="bool">true</key> <key name="tizen.org/feature/content.filter.pinyin" type="bool">true</key> <key name="tizen.org/feature/network.ethernet" type="bool">true</key> diff --git a/emulator/model-config_mobile.xml b/emulator/model-config_mobile.xml index baf7ebb..9d76dc5 100644 --- a/emulator/model-config_mobile.xml +++ b/emulator/model-config_mobile.xml @@ -71,6 +71,7 @@ <key name="tizen.org/feature/multimedia.media_codec" type="bool">true</key> <key name="tizen.org/feature/multimedia.player.spherical_video" type="bool">false</key> <key name="tizen.org/feature/multimedia.player.audio_offload" type="bool">false</key> + <key name="tizen.org/feature/multimodal_interaction" type="bool">true</key> <key name="tizen.org/feature/content.scanning.others" type="bool">true</key> <key name="tizen.org/feature/content.filter.pinyin" type="bool">true</key> <key name="tizen.org/feature/network.asp" type="bool">true</key> diff --git a/emulator/model-config_mobile64.xml b/emulator/model-config_mobile64.xml index 6ef2e8b..1b4aece 100644 --- a/emulator/model-config_mobile64.xml +++ b/emulator/model-config_mobile64.xml @@ -71,6 +71,7 @@ <key name="tizen.org/feature/multimedia.media_codec" type="bool">true</key> <key name="tizen.org/feature/multimedia.player.spherical_video" type="bool">false</key> <key name="tizen.org/feature/multimedia.player.audio_offload" type="bool">false</key> + <key name="tizen.org/feature/multimodal_interaction" type="bool">true</key> <key name="tizen.org/feature/content.scanning.others" type="bool">true</key> <key name="tizen.org/feature/content.filter.pinyin" type="bool">true</key> <key name="tizen.org/feature/network.asp" type="bool">true</key> diff --git a/emulator/model-config_tv.xml b/emulator/model-config_tv.xml index 0c25d8a..fc49bad 100644 --- a/emulator/model-config_tv.xml +++ b/emulator/model-config_tv.xml @@ -72,6 +72,7 @@ <key name="tizen.org/feature/multimedia.media_codec" type="bool">false</key> <key name="tizen.org/feature/multimedia.player.spherical_video" type="bool">false</key> <key name="tizen.org/feature/multimedia.player.audio_offload" type="bool">false</key> + <key name="tizen.org/feature/multimodal_interaction" type="bool">true</key> <key name="tizen.org/feature/content.scanning.others" type="bool">true</key> <key name="tizen.org/feature/content.filter.pinyin" type="bool">true</key> <key name="tizen.org/feature/network.internet" type="bool">true</key> diff --git a/emulator/model-config_tv64.xml b/emulator/model-config_tv64.xml index 030d02f..7f5a0bb 100644 --- a/emulator/model-config_tv64.xml +++ b/emulator/model-config_tv64.xml @@ -70,6 +70,7 @@ <key name="tizen.org/feature/multimedia.media_codec" type="bool">false</key> <key name="tizen.org/feature/multimedia.player.spherical_video" type="bool">false</key> <key name="tizen.org/feature/multimedia.player.audio_offload" type="bool">false</key> + <key name="tizen.org/feature/multimodal_interaction" type="bool">true</key> <key name="tizen.org/feature/content.scanning.others" type="bool">true</key> <key name="tizen.org/feature/content.filter.pinyin" type="bool">true</key> <key name="tizen.org/feature/network.internet" type="bool">true</key> diff --git a/emulator/model-config_wearable.xml b/emulator/model-config_wearable.xml index ca61b3b..2bd6849 100644 --- a/emulator/model-config_wearable.xml +++ b/emulator/model-config_wearable.xml @@ -73,6 +73,7 @@ <key name="tizen.org/feature/multimedia.media_codec" type="bool">true</key> <key name="tizen.org/feature/multimedia.player.spherical_video" type="bool">false</key> <key name="tizen.org/feature/multimedia.player.audio_offload" type="bool">false</key> + <key name="tizen.org/feature/multimodal_interaction" type="bool">true</key> <key name="tizen.org/feature/content.scanning.others" type="bool">true</key> <key name="tizen.org/feature/content.filter.pinyin" type="bool">true</key> <key name="tizen.org/feature/network.asp" type="bool">true</key> |