1*495ae853SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*495ae853SAndroid Build Coastguard Worker<!-- Copyright (C) 2021 The Android Open Source Project 3*495ae853SAndroid Build Coastguard Worker 4*495ae853SAndroid Build Coastguard Worker Licensed under the Apache License, Version 2.0 (the "License"); 5*495ae853SAndroid Build Coastguard Worker you may not use this file except in compliance with the License. 6*495ae853SAndroid Build Coastguard Worker You may obtain a copy of the License at 7*495ae853SAndroid Build Coastguard Worker 8*495ae853SAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 9*495ae853SAndroid Build Coastguard Worker 10*495ae853SAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software 11*495ae853SAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS, 12*495ae853SAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*495ae853SAndroid Build Coastguard Worker See the License for the specific language governing permissions and 14*495ae853SAndroid Build Coastguard Worker limitations under the License. 15*495ae853SAndroid Build Coastguard Worker--> 16*495ae853SAndroid Build Coastguard Worker<configuration description="Test module config for AVC encoder unit tests"> 17*495ae853SAndroid Build Coastguard Worker <option name="test-suite-tag" value="AvcEncTest" /> 18*495ae853SAndroid Build Coastguard Worker <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> 19*495ae853SAndroid Build Coastguard Worker <option name="cleanup" value="true" /> 20*495ae853SAndroid Build Coastguard Worker <option name="push" value="AvcEncTest->/data/local/tmp/AvcEncTest/" /> 21*495ae853SAndroid Build Coastguard Worker </target_preparer> 22*495ae853SAndroid Build Coastguard Worker <target_preparer class="com.android.compatibility.common.tradefed.targetprep.DynamicConfigPusher"> 23*495ae853SAndroid Build Coastguard Worker <option name="target" value="host" /> 24*495ae853SAndroid Build Coastguard Worker <option name="config-filename" value="AvcEncTest" /> 25*495ae853SAndroid Build Coastguard Worker <option name="version" value="1.0"/> 26*495ae853SAndroid Build Coastguard Worker </target_preparer> 27*495ae853SAndroid Build Coastguard Worker <target_preparer class="com.android.compatibility.common.tradefed.targetprep.MediaPreparer"> 28*495ae853SAndroid Build Coastguard Worker <option name="push-all" value="true" /> 29*495ae853SAndroid Build Coastguard Worker <option name="media-folder-name" value="AvcTestRes-1.0"/> 30*495ae853SAndroid Build Coastguard Worker <option name="dynamic-config-module" value="AvcEncTest" /> 31*495ae853SAndroid Build Coastguard Worker </target_preparer> 32*495ae853SAndroid Build Coastguard Worker <test class="com.android.tradefed.testtype.GTest" > 33*495ae853SAndroid Build Coastguard Worker <option name="native-test-device-path" value="/data/local/tmp" /> 34*495ae853SAndroid Build Coastguard Worker <option name="module-name" value="AvcEncTest" /> 35*495ae853SAndroid Build Coastguard Worker <option name="native-test-flag" value="-P /sdcard/test/AvcTestRes-1.0/" /> 36*495ae853SAndroid Build Coastguard Worker </test> 37*495ae853SAndroid Build Coastguard Worker</configuration> 38