summaryrefslogtreecommitdiff
path: root/tools/catbox-tradefed/res/config/device-config/two-devices.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/catbox-tradefed/res/config/device-config/two-devices.xml')
-rw-r--r--tools/catbox-tradefed/res/config/device-config/two-devices.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/catbox-tradefed/res/config/device-config/two-devices.xml b/tools/catbox-tradefed/res/config/device-config/two-devices.xml
new file mode 100644
index 0000000..9c2ab57
--- /dev/null
+++ b/tools/catbox-tradefed/res/config/device-config/two-devices.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2023 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.
+-->
+<configuration description="Bluetooth Device Configuration For Two Devices">
+ <device name="auto" >
+ <!-- Build Provider -->
+ <build_provider class="com.android.compatibility.common.tradefed.build.CompatibilityBuildProvider" />
+ <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller" >
+ <option name="test-file-name" value="AutomotiveSnippet.apk" />
+ </target_preparer>
+ </device>
+
+ <device name="phone">
+ <!-- Build Provider -->
+ <build_provider class="com.android.compatibility.common.tradefed.build.CompatibilityBuildProvider" />
+ <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller" >
+ <option name="test-file-name" value="PhoneSnippet.apk" />
+ </target_preparer>
+ </device>
+</configuration> \ No newline at end of file