1484543d1Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 2484543d1Sopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd. 3484543d1Sopenharmony_ci 4484543d1Sopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 5484543d1Sopenharmony_ci you may not use this file except in compliance with the License. 6484543d1Sopenharmony_ci You may obtain a copy of the License at 7484543d1Sopenharmony_ci 8484543d1Sopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 9484543d1Sopenharmony_ci 10484543d1Sopenharmony_ci Unless required by applicable law or agreed to in writing, software 11484543d1Sopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 12484543d1Sopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13484543d1Sopenharmony_ci See the License for the specific language governing permissions and 14484543d1Sopenharmony_ci limitations under the License. 15484543d1Sopenharmony_ci 16484543d1Sopenharmony_ci This is the configuration file template for OpenHarmony OSS Audit Tool, please copy it to your project root dir and modify it refer to OpenHarmony/tools_oat/README. 17484543d1Sopenharmony_ci 18484543d1Sopenharmony_ci--> 19484543d1Sopenharmony_ci 20484543d1Sopenharmony_ci<configuration> 21484543d1Sopenharmony_ci <oatconfig> 22484543d1Sopenharmony_ci <licensefile></licensefile> 23484543d1Sopenharmony_ci <filefilterlist> 24484543d1Sopenharmony_ci <filefilter name="defaultFilter" desc="Files not to check"> 25484543d1Sopenharmony_ci <filteritem type="filepath" name="docs/images/.*.png" desc="images in user guide"/> 26484543d1Sopenharmony_ci <filteritem type="filepath" name="benchmarks/base.csv" desc="benchmarks result xml file"/> 27484543d1Sopenharmony_ci <filteritem type="filepath" name="benchmarks/speedup/base.csv" desc="benchmarks speedup result xml file"/> 28484543d1Sopenharmony_ci <filteritem type="filepath" name="benchmarks/serial_sched_time/base.csv" desc="benchmarks serial_sched_time result xml file"/> 29484543d1Sopenharmony_ci </filefilter> 30484543d1Sopenharmony_ci </filefilterlist> 31484543d1Sopenharmony_ci </oatconfig> 32484543d1Sopenharmony_ci</configuration>