13e5483f6Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
23e5483f6Sopenharmony_ci<!-- Copyright (c) 2024 Huawei Device Co., Ltd.
33e5483f6Sopenharmony_ci
43e5483f6Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
53e5483f6Sopenharmony_ci     you may not use this file except in compliance with the License.
63e5483f6Sopenharmony_ci     You may obtain a copy of the License at
73e5483f6Sopenharmony_ci
83e5483f6Sopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
93e5483f6Sopenharmony_ci
103e5483f6Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
113e5483f6Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
123e5483f6Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133e5483f6Sopenharmony_ci     See the License for the specific language governing permissions and
143e5483f6Sopenharmony_ci     limitations under the License.
153e5483f6Sopenharmony_ci-->
163e5483f6Sopenharmony_ci<configuration ver="2.0">
173e5483f6Sopenharmony_ci    <target name="ringtone_restore_unittest">
183e5483f6Sopenharmony_ci        <preparer>
193e5483f6Sopenharmony_ci            <option name="shell" value="rm -rf /data/test/backup" />
203e5483f6Sopenharmony_ci            <option name="shell" value="mkdir -p /data/test/backup/data/storage/el2/database/rdb" />
213e5483f6Sopenharmony_ci            <option name="shell" value="mkdir -p /data/test/backup/storage/media/local/files/Ringtone/ringtones/ogg/" />
223e5483f6Sopenharmony_ci            <option name="shell" value="mkdir -p /data/test/backup/storage/media/local/files/Ringtone/notifications/ogg/" />
233e5483f6Sopenharmony_ci            <option name="shell" value="mkdir -p /data/test/backup/storage/media/local/files/Ringtone/alarms/ogg/" />
243e5483f6Sopenharmony_ci            <option name="shell" value="mkdir -p /storage/media/local/files/Ringtone/ringtones/" />
253e5483f6Sopenharmony_ci            <option name="shell" value="mkdir -p /storage/media/local/files/Ringtone/notifications/" />
263e5483f6Sopenharmony_ci            <option name="shell" value="mkdir -p /storage/media/local/files/Ringtone/alarms/" />
273e5483f6Sopenharmony_ci            <option name="shell" value="touch  /data/test/backup/storage/media/local/files/Ringtone/alarms/ogg/Adara.ogg" />
283e5483f6Sopenharmony_ci            <option name="shell" value="touch  /data/test/backup/storage/media/local/files/Ringtone/ringtones/ogg/Carme.ogg" />
293e5483f6Sopenharmony_ci            <option name="shell" value="touch  /data/test/backup/storage/media/local/files/Ringtone/notifications/ogg/Radon.ogg" />
303e5483f6Sopenharmony_ci            <option name="shell" value="touch  /data/test/backup/storage/media/local/files/Ringtone/notifications/ogg/Titan.ogg" />
313e5483f6Sopenharmony_ci        </preparer>
323e5483f6Sopenharmony_ci    </target>
333e5483f6Sopenharmony_ci    <target name="ringtone_dualfwk_restore_unittest">
343e5483f6Sopenharmony_ci        <preparer>
353e5483f6Sopenharmony_ci            <option name="shell" value="rm -rf /data/test/backup" />
363e5483f6Sopenharmony_ci            <option name="shell" value="mkdir -p /data/test/backup" />
373e5483f6Sopenharmony_ci            <option name="push" value="setting_system.xml -> /data/test/backup/" src="res" />
383e5483f6Sopenharmony_ci        </preparer>
393e5483f6Sopenharmony_ci    </target>
403e5483f6Sopenharmony_ci</configuration>