blob: 9a9c95c5aaea65b0d9823be14f04b8b293799ee0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (C) 2020 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Platform values -->
<string name="car_association_service_uuid" translatable="false">5e2a68a4-27be-43f9-8d1e-4546976fabd7</string>
<!-- EAP OOB values -->
<string name="car_eap_oob_protocol_name" translatable="false">com.google.companion.oob-association</string>
<string name="car_eap_client_name" translatable="false">com.google.android.connecteddevice.transport</string>
<string name="car_eap_service_name" translatable="false">com.panasonic.iapx.serviceconnector</string>
<!-- Services to start early in the single user (user 0). -->
<string-array name="early_single_user_services" translatable="false">
<item>com.google.android.companiondevicesupport/com.google.android.connecteddevice.trust.TrustedDeviceManagerService</item>
</string-array>
<!-- Services to start early in the foreground user. -->
<string-array name="early_fg_user_services" translatable="false">
<item>com.google.android.companiondevicesupport/com.google.android.connecteddevice.service.TransportService</item>
<item>com.google.android.companiondevicesupport/com.google.android.companiondevicesupport.eap.EapService</item>
</string-array>
<!-- Services to start in the foreground user once the user has been unlocked. -->
<string-array name="unlock_fg_user_services" translatable="false">
<item>com.google.android.companiondevicesupport/com.google.android.connecteddevice.calendarsync.CalendarSyncService</item>
<item>com.google.android.companiondevicesupport/com.google.android.connecteddevice.notificationmsg.NotificationMsgService</item>
<item>com.google.android.companiondevicesupport/com.google.android.connecteddevice.trust.TrustedDeviceUiDelegateService</item>
</string-array>
<!-- Supported OOB verification approaches. -->
<string-array name="supported_oob_channels" translatable="false">
<item>eap</item>
</string-array>
<!-- Supported transport protocols. -->
<string-array name="transport_protocols" translatable="false">
<item>ble_peripheral</item>
</string-array>
<bool name="enable_proxy">false</bool>
<bool name="enable_qr_code">true</bool>
<bool name="enable_passenger">false</bool>
</resources>