140f5d65dSopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
240f5d65dSopenharmony_ci<!-- Copyright (c) 2022 Huawei Device Co., Ltd.
340f5d65dSopenharmony_ci
440f5d65dSopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
540f5d65dSopenharmony_ci     you may not use this file except in compliance with the License.
640f5d65dSopenharmony_ci     You may obtain a copy of the License at
740f5d65dSopenharmony_ci
840f5d65dSopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
940f5d65dSopenharmony_ci
1040f5d65dSopenharmony_ci     Unless required by applicable law or agreed to in writing, software
1140f5d65dSopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
1240f5d65dSopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1340f5d65dSopenharmony_ci     See the License for the specific language governing permissions and
1440f5d65dSopenharmony_ci     limitations under the License.
1540f5d65dSopenharmony_ci-->
1640f5d65dSopenharmony_ci<configuration ver="2.0">
1740f5d65dSopenharmony_ci    <target name="remote_file_share_test">
1840f5d65dSopenharmony_ci        <preparer>
1940f5d65dSopenharmony_ci            <option name="push" value="remote_file_share_test.txt -> /data/test" src="res"/>
2040f5d65dSopenharmony_ci        </preparer>
2140f5d65dSopenharmony_ci    </target>
2240f5d65dSopenharmony_ci    <target name="file_share_test">
2340f5d65dSopenharmony_ci        <preparer>
2440f5d65dSopenharmony_ci            <option name="push" value="filesharea.hap -> /data/test/" src="res"/>
2540f5d65dSopenharmony_ci            <option name="push" value="fileshareb.hap -> /data/test/" src="res"/>
2640f5d65dSopenharmony_ci            <option name="shell" value="bm install -r -p /data/test/filesharea.hap"/>
2740f5d65dSopenharmony_ci            <option name="shell" value="bm install -r -p /data/test/fileshareb.hap"/>
2840f5d65dSopenharmony_ci        </preparer>
2940f5d65dSopenharmony_ci        <cleaner>
3040f5d65dSopenharmony_ci            <option name="shell" value="bm uninstall -n com.example.filesharea"/>
3140f5d65dSopenharmony_ci            <option name="shell" value="bm uninstall -n com.example.fileshareb"/>
3240f5d65dSopenharmony_ci        </cleaner>
3340f5d65dSopenharmony_ci    </target>
3440f5d65dSopenharmony_ci    <target name="file_uri_test">
3540f5d65dSopenharmony_ci        <preparer>
3640f5d65dSopenharmony_ci            <option name="push" value="remote_file_share_test.txt -> /data/test" src="res"/>
3740f5d65dSopenharmony_ci            <option name="push" value="filesharea.hap -> /data/test/" src="res"/>
3840f5d65dSopenharmony_ci            <option name="push" value="fileshareb.hap -> /data/test/" src="res"/>
3940f5d65dSopenharmony_ci            <option name="shell" value="bm install -r -p /data/test/filesharea.hap"/>
4040f5d65dSopenharmony_ci            <option name="shell" value="bm install -r -p /data/test/fileshareb.hap"/>
4140f5d65dSopenharmony_ci        </preparer>
4240f5d65dSopenharmony_ci        <cleaner>
4340f5d65dSopenharmony_ci            <option name="shell" value="bm uninstall -n com.example.filesharea"/>
4440f5d65dSopenharmony_ci            <option name="shell" value="bm uninstall -n com.example.fileshareb"/>
4540f5d65dSopenharmony_ci        </cleaner>
4640f5d65dSopenharmony_ci    </target>
4740f5d65dSopenharmony_ci    <target name="file_permission_test">
4840f5d65dSopenharmony_ci        <preparer>
4940f5d65dSopenharmony_ci            <option name="push" value="filesharea.hap -> /data/test/" src="res"/>
5040f5d65dSopenharmony_ci            <option name="shell" value="bm install -r -p /data/test/filesharea.hap"/>
5140f5d65dSopenharmony_ci        </preparer>
5240f5d65dSopenharmony_ci        <cleaner>
5340f5d65dSopenharmony_ci            <option name="shell" value="bm uninstall -n com.example.filesharea"/>
5440f5d65dSopenharmony_ci        </cleaner>
5540f5d65dSopenharmony_ci    </target>
5640f5d65dSopenharmony_ci    <target name="file_uri_ndk_test">
5740f5d65dSopenharmony_ci        <preparer>
5840f5d65dSopenharmony_ci            <option name="push" value="file_uri_test.txt -> /data/test" src="res"/>
5940f5d65dSopenharmony_ci        </preparer>
6040f5d65dSopenharmony_ci    </target>
6140f5d65dSopenharmony_ci    <target name="file_share_permission_ndk_test">
6240f5d65dSopenharmony_ci        <preparer>
6340f5d65dSopenharmony_ci            <option name="push" value="ActivatePermission.txt -> /data/storage/el2/base/" src="res"/>
6440f5d65dSopenharmony_ci            <option name="push" value="CheckPersistentPermission.txt -> /data/storage/el2/base/" src="res"/>
6540f5d65dSopenharmony_ci            <option name="push" value="DeactivatePermission.txt -> /data/storage/el2/base/" src="res"/>
6640f5d65dSopenharmony_ci            <option name="push" value="PersistPermission.txt -> /data/storage/el2/base/" src="res"/>
6740f5d65dSopenharmony_ci            <option name="push" value="RevokePermission.txt -> /data/storage/el2/base/" src="res"/>
6840f5d65dSopenharmony_ci        </preparer>
6940f5d65dSopenharmony_ci    </target>
7040f5d65dSopenharmony_ci</configuration>
71