From 3f26a6faffd829bcf6e8b5d51fbd04b112fc1fa7 Mon Sep 17 00:00:00 2001 From: sooyeon Date: Fri, 27 Sep 2024 12:13:32 +0900 Subject: [PATCH] [ACR-1867] Add a new feature for multimodal-interaction Change-Id: If8716aa2b8ad1ea623629884075b3fa21d357614 Signed-off-by: sooyeon --- emulator/model-config.xml | 1 + emulator/model-config_mobile.xml | 1 + emulator/model-config_mobile64.xml | 1 + emulator/model-config_tv.xml | 1 + emulator/model-config_tv64.xml | 1 + emulator/model-config_wearable.xml | 1 + generic/model-config-iot.xml | 1 + generic/model-config.xml | 1 + rpi3/model-config.xml | 1 + rpi3/model-config_tv.xml | 1 + tm1/model-config.xml | 1 + tm2/model-config.xml | 1 + tw2/model-config.xml | 1 + tw3/model-config.xml | 1 + xu3/model-config.xml | 1 + xu3/model-config_ivi.xml | 1 + xu3/model-config_tv.xml | 1 + 17 files changed, 17 insertions(+) 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 @@ true false false + true true true true 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 @@ true false false + true true true true 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 @@ true false false + true true true true 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 @@ false false false + true true true true 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 @@ false false false + true true true true 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 @@ true false false + true true true true diff --git a/generic/model-config-iot.xml b/generic/model-config-iot.xml index f7bcebd..950467c 100644 --- a/generic/model-config-iot.xml +++ b/generic/model-config-iot.xml @@ -76,6 +76,7 @@ true false false + false true true true diff --git a/generic/model-config.xml b/generic/model-config.xml index b4f599b..32fafc6 100644 --- a/generic/model-config.xml +++ b/generic/model-config.xml @@ -33,6 +33,7 @@ true true 2 + true true true true diff --git a/rpi3/model-config.xml b/rpi3/model-config.xml index 332114a..7cd32a9 100644 --- a/rpi3/model-config.xml +++ b/rpi3/model-config.xml @@ -64,6 +64,7 @@ true false false + true true true true diff --git a/rpi3/model-config_tv.xml b/rpi3/model-config_tv.xml index eb9ed72..2047ed1 100644 --- a/rpi3/model-config_tv.xml +++ b/rpi3/model-config_tv.xml @@ -72,6 +72,7 @@ false false false + true true true true diff --git a/tm1/model-config.xml b/tm1/model-config.xml index dfa5424..912cb33 100644 --- a/tm1/model-config.xml +++ b/tm1/model-config.xml @@ -71,6 +71,7 @@ true true false + true true true true diff --git a/tm2/model-config.xml b/tm2/model-config.xml index a447fa8..68d2ea3 100644 --- a/tm2/model-config.xml +++ b/tm2/model-config.xml @@ -71,6 +71,7 @@ true true false + true true true true diff --git a/tw2/model-config.xml b/tw2/model-config.xml index aaf536a..ef2d12a 100644 --- a/tw2/model-config.xml +++ b/tw2/model-config.xml @@ -72,6 +72,7 @@ true false false + true true true true diff --git a/tw3/model-config.xml b/tw3/model-config.xml index 3c92997..8d17832 100644 --- a/tw3/model-config.xml +++ b/tw3/model-config.xml @@ -72,6 +72,7 @@ true false true + true true true true diff --git a/xu3/model-config.xml b/xu3/model-config.xml index f8261f9..dcb5f0b 100644 --- a/xu3/model-config.xml +++ b/xu3/model-config.xml @@ -70,6 +70,7 @@ true false false + false true true true diff --git a/xu3/model-config_ivi.xml b/xu3/model-config_ivi.xml index 50a9aff..f986c7c 100644 --- a/xu3/model-config_ivi.xml +++ b/xu3/model-config_ivi.xml @@ -61,6 +61,7 @@ true false false + false true true true diff --git a/xu3/model-config_tv.xml b/xu3/model-config_tv.xml index 530255a..f747046 100644 --- a/xu3/model-config_tv.xml +++ b/xu3/model-config_tv.xml @@ -72,6 +72,7 @@ false false false + false true true true -- 2.34.1