1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2020 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16<configuration> 17 <!-- Generates module files in the beginning of the test. --> 18 <test class="com.android.csuite.core.ModuleGenerator" /> 19 <!-- Cleans the generated module files after the test. --> 20 <target_preparer class="com.android.csuite.core.ModuleGenerator" /> 21 <object type="MODULE_TEMPLATE_PROVIDER" class="com.android.csuite.core.ModuleTemplate" > 22 <option name="template-root" value="config/csuite-app-crawl" /> 23 <option name="default-template" value="config/csuite-app-crawl/ui-automator-crawl.xml.template" /> 24 <option name="extra-templates" value="config/csuite-app-crawl/espresso-crawl.xml.template"/> 25 <option name="extra-templates" value="config/csuite-app-crawl/pre-installed-crawl.xml.template"/> 26 </object> 27 28 <include name="csuite-base" /> 29 <include name="includes/csuite-app-crawl.xml" /> 30 <option name="plan" value="csuite-app-crawl" /> 31</configuration> 32 33