1<?xml version="1.0" encoding="utf-8"?>
2
3<!--This XML lists the mapping from serverless client ID to package name. -->
4<ServerlessClientMap xmlns:car="http://schemas.android.com/apk/res-auto">
5    <!-- This map may contain entries in the following format.
6    There can be multiple ServerlessClient entry, each represents one
7    serverless remote task client.
8    Note that serverless client ID must starts with "serverless_client"
9    -->
10
11    <!--
12    <ServerlessClient>
13        <ClientId>serverless_client_1234</ClientId>
14        <PackageName>android.car.kitchensink</PackageName>
15    </ServerlessClient>
16    -->
17</ServerlessClientMap>
18