1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 * Copyright (c) 2021 Huawei Device Co., Ltd. 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 ver="2.0"> 17<target name="BmsUninstallSystemTest"> 18 <depend resource="stThirdBundle/." pushpath="/data/test/bms_bundle/" findpath="res" presetcmd=""/> 19 <depend resource="stSystemBundle/." pushpath="/system/app/" findpath="res" presetcmd=""/> 20 <depend resource="stVendorBundle/." pushpath="/system/vendor/" findpath="res" presetcmd=""/> 21 <preparer> 22 <option name="push" value="stThirdBundle/. -> /data/test/bms_bundle/" src="res" /> 23 <option name="push" value="stSystemBundle/. -> /system/app/" src="res" /> 24 <option name="push" value="stVendorBundle/. -> /system/vendor/" src="res" /> 25 </preparer> 26 </target> 27 <target name="BmsInstallSystemTest"> 28 <depend resource="stThirdBundle/." pushpath="/data/test/bms_bundle/" findpath="res" presetcmd=""/> 29 <depend resource="stSystemBundle/." pushpath="/system/app/" findpath="res" presetcmd=""/> 30 <depend resource="stVendorBundle/." pushpath="/system/vendor/" findpath="res" presetcmd=""/> 31 <preparer> 32 <option name="push" value="stThirdBundle/. -> /data/test/bms_bundle/" src="res" /> 33 <option name="push" value="stSystemBundle/. -> /system/app/" src="res" /> 34 <option name="push" value="stVendorBundle/. -> /system/vendor/" src="res" /> 35 </preparer> 36 </target> 37 <target name="BmsSearchSystemTest"> 38 <depend resource="stThirdBundle/." pushpath="/data/test/bms_bundle/" findpath="res" presetcmd=""/> 39 <depend resource="stSystemBundle/." pushpath="/system/app/" findpath="res" presetcmd=""/> 40 <depend resource="stVendorBundle/." pushpath="/system/vendor/" findpath="res" presetcmd=""/> 41 <preparer> 42 <option name="push" value="stThirdBundle/. -> /data/test/bms_bundle/" src="res" /> 43 <option name="push" value="stSystemBundle/. -> /system/app/" src="res" /> 44 <option name="push" value="stVendorBundle/. -> /system/vendor/" src="res" /> 45 </preparer> 46 </target> 47 <target name="ActsBmsKitSystemTest"> 48 <depend resource="stThirdBundle/." pushpath="/data/test/bms_bundle/" findpath="res" presetcmd=""/> 49 <depend resource="../../../../event/common/test/systemtest/common/resource/testconfig/stress/." 50 pushpath="/data/testconfig" findpath="res" presetcmd=""/> 51 <preparer> 52 <option name="push" value="stThirdBundle/. -> /data/test/bms_bundle/" src="res" /> 53 <option name="push" value="../../../../event/common/test/systemtest/common/resource/testconfig/stress/. -> /data/testconfig" 54 src="res" /> 55 </preparer> 56 </target> 57</configuration>