1094332d3Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
2094332d3Sopenharmony_ci<!-- Copyright (c) 2024 Huawei Device Co., Ltd.
3094332d3Sopenharmony_ci
4094332d3Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
5094332d3Sopenharmony_ci     you may not use this file except in compliance with the License.
6094332d3Sopenharmony_ci     You may obtain a copy of the License at
7094332d3Sopenharmony_ci
8094332d3Sopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
9094332d3Sopenharmony_ci
10094332d3Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
11094332d3Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
12094332d3Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13094332d3Sopenharmony_ci     See the License for the specific language governing permissions and
14094332d3Sopenharmony_ci     limitations under the License.
15094332d3Sopenharmony_ci-->
16094332d3Sopenharmony_ci<configuration ver="2.0">
17094332d3Sopenharmony_ci    <target name="composer_ut">
18094332d3Sopenharmony_ci        <preparer>
19094332d3Sopenharmony_ci            <option name="target" value="mount"/>
20094332d3Sopenharmony_ci            <option name="shell" value="service_control stop render_service"/>
21094332d3Sopenharmony_ci            <option name="shell" value="kill -9 `pidof composer_host`"/>
22094332d3Sopenharmony_ci        </preparer>
23094332d3Sopenharmony_ci        <cleaner>
24094332d3Sopenharmony_ci            <option name="shell" value="service_control start render_service"/>
25094332d3Sopenharmony_ci            <option name="shell" value="kill -9 `pidof render_service`"/>
26094332d3Sopenharmony_ci            <option name="shell" value="sleep 1"/>
27094332d3Sopenharmony_ci        </cleaner>
28094332d3Sopenharmony_ci    </target>
29094332d3Sopenharmony_ci    <target name="composer_mt">
30094332d3Sopenharmony_ci        <preparer>
31094332d3Sopenharmony_ci            <option name="target" value="mount"/>
32094332d3Sopenharmony_ci            <option name="shell" value="service_control stop render_service"/>
33094332d3Sopenharmony_ci            <option name="shell" value="kill -9 `pidof composer_host`"/>
34094332d3Sopenharmony_ci        </preparer>
35094332d3Sopenharmony_ci        <cleaner>
36094332d3Sopenharmony_ci            <option name="shell" value="service_control start render_service"/>
37094332d3Sopenharmony_ci            <option name="shell" value="kill -9 `pidof render_service`"/>
38094332d3Sopenharmony_ci            <option name="shell" value="sleep 1"/>
39094332d3Sopenharmony_ci        </cleaner>
40094332d3Sopenharmony_ci    </target>
41094332d3Sopenharmony_ci    <target name="composer_death_test">
42094332d3Sopenharmony_ci        <preparer>
43094332d3Sopenharmony_ci            <option name="target" value="mount"/>
44094332d3Sopenharmony_ci            <option name="shell" value="service_control stop render_service"/>
45094332d3Sopenharmony_ci            <option name="shell" value="kill -9 `pidof composer_host`"/>
46094332d3Sopenharmony_ci        </preparer>
47094332d3Sopenharmony_ci        <cleaner>
48094332d3Sopenharmony_ci            <option name="shell" value="service_control start render_service"/>
49094332d3Sopenharmony_ci            <option name="shell" value="kill -9 `pidof render_service`"/>
50094332d3Sopenharmony_ci            <option name="shell" value="sleep 1"/>
51094332d3Sopenharmony_ci        </cleaner>
52094332d3Sopenharmony_ci    </target>
53094332d3Sopenharmony_ci    <target name="hdf_display_benchmark_test">
54094332d3Sopenharmony_ci        <preparer>
55094332d3Sopenharmony_ci            <option name="target" value="mount"/>
56094332d3Sopenharmony_ci            <option name="shell" value="service_control stop render_service"/>
57094332d3Sopenharmony_ci            <option name="shell" value="kill -9 `pidof composer_host`"/>
58094332d3Sopenharmony_ci        </preparer>
59094332d3Sopenharmony_ci        <cleaner>
60094332d3Sopenharmony_ci            <option name="shell" value="service_control start render_service"/>
61094332d3Sopenharmony_ci            <option name="shell" value="kill -9 `pidof render_service`"/>
62094332d3Sopenharmony_ci            <option name="shell" value="sleep 1"/>
63094332d3Sopenharmony_ci        </cleaner>
64094332d3Sopenharmony_ci    </target>
65094332d3Sopenharmony_ci</configuration>