1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 * Copyright (c) 2024 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="font_manager_module_test"> 18 <preparer> 19 <option name="push" value="unittest/data/HarmonyOS_Sans.ttf -> /data/test/" src="res"/> 20 <option name="push" value="unittest/data/errorTTF.ttf -> /data/test/" src="res"/> 21 <option name="push" value="unittest/data/emptyTTF.ttf -> /data/test/" src="res"/> 22 <option name="push" value="unittest/data/errorType.txt -> /data/test/" src="res"/> 23 <option name="push" value="unittest/data/NotoSansCJK-Regular.ttc -> /data/test/" src="res"/> 24 <option name="push" value="unittest/data/200install_fontconfig.json -> /data/test/" src="res"/> 25 <option name="push" value="unittest/data/199install_fontconfig.json -> /data/test/" src="res"/> 26 <option name="push" value="unittest/data/errorTTC.ttc -> /data/test/" src="res"/> 27 <option name="push" value="unittest/data/emptyTTC.ttc -> /data/test/" src="res"/> 28 <option name="push" value="unittest/data/NotoSansVai-Regular.ttf -> /data/test/" src="res"/> 29 <option name="push" value="unittest/data/NotoSerifCJK-Regular.ttc -> /data/test/" src="res"/> 30 </preparer> 31 <cleaner> 32 <option name="shell rm" value="/data/test/HarmonyOS_Sans.ttf" src="res"/> 33 <option name="shell rm" value="/data/test/errorTTF.ttf" src="res"/> 34 <option name="shell rm" value="/data/test/emptyTTF.ttf" src="res"/> 35 <option name="shell rm" value="/data/test/errorType.txt" src="res"/> 36 <option name="shell rm" value="/data/test/NotoSansCJK-Regular.ttc" src="res"/> 37 <option name="shell rm" value="/data/test/200install_fontconfig.json" src="res"/> 38 <option name="shell rm" value="/data/test/199install_fontconfig.json" src="res"/> 39 <option name="shell rm" value="/data/test/errorTTC.ttc" src="res"/> 40 <option name="shell rm" value="/data/test/emptyTTC.ttc" src="res"/> 41 <option name="shell rm" value="/data/test/NotoSansVai-Regular.ttf" src="res"/> 42 <option name="shell rm" value="/data/test/NotoSerifCJK-Regular.ttc" src="res"/> 43 </cleaner> 44 </target> 45</configuration>