1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3  ~ Copyright (C) 2019 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License.
16  -->
17
18<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19
20    <!-- Service UUID for scanning -->
21    <string name="car_service_uuid" translatable="false">5e2a68a8-27be-43f9-8d1e-4546976fabd7</string>
22    <!-- Mask for background advertisement on iOS devices -->
23    <string name="car_bg_mask" translatable="false">00000000000000000000000000000000</string>
24
25    <!-- Characteristic UUIDs for secure channel -->
26    <string name="car_secure_read_uuid" translatable="false">5e2a68a6-27be-43f9-8d1e-4546976fabd7</string>
27    <string name="car_secure_write_uuid" translatable="false">5e2a68a5-27be-43f9-8d1e-4546976fabd7</string>
28
29    <!-- Feature ids -->
30    <string name="connection_howitzer_feature_id" translatable="false">b75d6a81-635b-4560-bd8d-9cdf83f32ae7</string>
31    <string name="calendar_sync_feature_id" translatable="false">5a1a16fd-1ebd-4dbe-bfa7-37e40de0fd80</string>
32    <string name="trusted_device_feature_id" translatable="false">85dff28b-3036-4662-bb22-baa7f898dc47</string>
33    <string name="notification_msg_feature_id" translatable="false">b2337f58-18ff-4f92-a0cf-4df63ab2c889</string>
34
35    <!-- Trusted Device configs  -->
36    <string name="trusted_device_channel_id" translatable="false">c1f9f3cc-79dc-4465-bad0-da1ce413cf0b</string>
37</resources>
38