1b2014df8Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 2b2014df8Sopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd. 3b2014df8Sopenharmony_ci 4b2014df8Sopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 5b2014df8Sopenharmony_ci you may not use this file except in compliance with the License. 6b2014df8Sopenharmony_ci You may obtain a copy of the License at 7b2014df8Sopenharmony_ci 8b2014df8Sopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 9b2014df8Sopenharmony_ci 10b2014df8Sopenharmony_ci Unless required by applicable law or agreed to in writing, software 11b2014df8Sopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 12b2014df8Sopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13b2014df8Sopenharmony_ci See the License for the specific language governing permissions and 14b2014df8Sopenharmony_ci limitations under the License. 15b2014df8Sopenharmony_ci 16b2014df8Sopenharmony_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. 17b2014df8Sopenharmony_ci 18b2014df8Sopenharmony_ci--> 19b2014df8Sopenharmony_ci 20b2014df8Sopenharmony_ci<configuration> 21b2014df8Sopenharmony_ci <oatconfig> 22b2014df8Sopenharmony_ci <licensefile/> 23b2014df8Sopenharmony_ci <policylist> 24b2014df8Sopenharmony_ci <policy name="projectPolicy" desc=""> 25b2014df8Sopenharmony_ci <policyitem type="license" name="Apache-2.0" path=".*" desc="Apache License"/> 26b2014df8Sopenharmony_ci </policy> 27b2014df8Sopenharmony_ci </policylist> 28b2014df8Sopenharmony_ci <filefilterlist> 29b2014df8Sopenharmony_ci <filefilter name="binaryFileTypePolicyFilter" desc="binary file filter policy"> 30b2014df8Sopenharmony_ci <filteritem type="filepath" name="figures/timezone.png" desc="README图片,不参与编译运行"/> 31b2014df8Sopenharmony_ci </filefilter> 32b2014df8Sopenharmony_ci <filefilter name="defaultFilter" desc="Files not to check"> 33b2014df8Sopenharmony_ci <filteritem type="filepath" name="data/prebuild/icu/.*.res" desc="预编译二进制,来源于icu的69.1版本,遵循原开源软件许可声明"/> 34b2014df8Sopenharmony_ci <filteritem type="filepath" name="data/prebuild/tool/linux/zic" desc="预编译二进制,构建参考 binary_file_build.md"/> 35b2014df8Sopenharmony_ci </filefilter> 36b2014df8Sopenharmony_ci </filefilterlist> 37b2014df8Sopenharmony_ci </oatconfig> 38b2014df8Sopenharmony_ci</configuration> 39