mirror of
https://github.com/openharmony/global_cust_lite.git
synced 2026-07-01 22:34:04 -04:00
4c5a76d70b
Signed-off-by: huangke11 <huangke11@huawei.com>
34 lines
1.7 KiB
XML
34 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<configuration ver="2.0">
|
|
<target name="CustUtilsTest">
|
|
<preparer>
|
|
<option name="shell" value="mount -o remount,rw /"/>
|
|
<option name="shell" value="mkdir -p /system/etc/custxmltest/"/>
|
|
<option name="shell" value="mkdir -p /sys-prod/etc/custxmltest/"/>
|
|
<option name="shell" value="touch /system/etc/custxmltest/system.xml"/>
|
|
<option name="shell" value="touch /system/etc/custxmltest/both.xml"/>
|
|
<option name="shell" value="touch /sys-prod/etc/custxmltest/both.xml"/>
|
|
<option name="shell" value="touch /sys-prod/etc/custxmltest/user.xml"/>
|
|
</preparer>
|
|
<cleaner>
|
|
<option name="shell" value="rm -rf /system/etc/custxmltest/system.xml"/>
|
|
<option name="shell" value="rm -rf /system/etc/custxmltest/both.xml"/>
|
|
<option name="shell" value="rm -rf /sys-prod/etc/custxmltest/both.xml"/>
|
|
<option name="shell" value="rm -rf /sys-prod/etc/custxmltest/user.xml"/>
|
|
</cleaner>
|
|
</target>
|
|
</configuration>
|