summaryrefslogtreecommitdiff
path: root/emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/res/values/config.xml
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 00:56:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 00:56:28 +0000
commit8e41c58f50bd5cf6ffd52015ad13f3286e769977 (patch)
tree5b4454f2d580cd508a0ae813426d1af7c2918985 /emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/res/values/config.xml
parent10845bed61a0fc3e462ab47b3eff17a4cb66c6e4 (diff)
parentcdc234e51141674a4ff6a4d89b50f0764c50cd94 (diff)
downloadcar-8e41c58f50bd5cf6ffd52015ad13f3286e769977.tar.gz
Change-Id: I39068831946eda31c65dd562abb03f0b1a8e7d9c
Diffstat (limited to 'emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/res/values/config.xml')
-rw-r--r--emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/res/values/config.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/res/values/config.xml b/emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/res/values/config.xml
index 08ecf4b..ca59963 100644
--- a/emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/res/values/config.xml
+++ b/emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/res/values/config.xml
@@ -24,22 +24,22 @@
occupant.
Some examples are:
- <item>displayPort=0,displayType=MAIN,occupantZoneId=0</item>
- <item>displayPort=1,displayType=INSTRUMENT_CLUSTER,occupantZoneId=0</item>
- <item>displayPort=2,displayType=MAIN,occupantZoneId=1</item>
- <item>displayPort=3,displayType=MAIN,occupantZoneId=2</item>
- <item>displayPort=4,displayType=MAIN,occupantZoneId=3</item>
+ <item>displayPort=0,displayType=MAIN,occupantZoneId=0,inputTypes=TOUCH_SCREEN|DPAD_KEYS|NAVIGATE_KEYS|ROTARY_NAVIGATION</item>
+ <item>displayPort=1,displayType=INSTRUMENT_CLUSTER,occupantZoneId=0,inputTypes=DPAD_KEYS</item>
+ <item>displayPort=2,displayType=MAIN,occupantZoneId=1,inputTypes=TOUCH_SCREEN</item>
+ <item>displayPort=3,displayType=MAIN,occupantZoneId=2,inputTypes=TOUCH_SCREEN</item>
+ <item>displayPort=4,displayType=MAIN,occupantZoneId=3,inputTypes=TOUCH_SCREEN</item>
displayPort: Unique port id for the display.
displayType: Display type for the display. Use * part from
CarOccupantZoneManager.DISPLAY_TYPE_* like MAIN, INSTRUMENT_CLUSTER and
etc.
occupantZoneId: occupantZoneId specified from config_occupant_zones.
-
+ inputTypes: supported input types for the corresponding display.
-->
<string-array translatable="false" name="config_occupant_display_mapping">
- <item>displayPort=0,displayType=MAIN,occupantZoneId=0</item>
- <item>displayUniqueId=virtual:com.android.car.cluster.osdouble:ClusterDisplay,displayType=INSTRUMENT_CLUSTER,occupantZoneId=0</item>
+ <item>displayPort=0,displayType=MAIN,occupantZoneId=0,inputTypes=TOUCH_SCREEN|DPAD_KEYS|NAVIGATE_KEYS|ROTARY_NAVIGATION</item>
+ <item>displayUniqueId=virtual:com.android.car.cluster.osdouble:ClusterDisplay,displayType=INSTRUMENT_CLUSTER,occupantZoneId=0,inputTypes=DPAD_KEYS</item>
</string-array>
<!--
@@ -57,8 +57,8 @@
The default list defined below will enable all optional features defined.
-->
<!-- Override cluster_service with cluster_home_service. -->
- <!-- TODO(b/205908527): this overlay is to temporarily disable CarEvsService by default. -->
<string-array translatable="false" name="config_allowed_optional_car_features">
+ <item>car_evs_service</item>
<item>car_navigation_service</item>
<item>cluster_home_service</item>
<item>com.android.car.user.CarUserNoticeService</item>