15bbf6e98Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 25bbf6e98Sopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd. 35bbf6e98Sopenharmony_ci 45bbf6e98Sopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 55bbf6e98Sopenharmony_ci you may not use this file except in compliance with the License. 65bbf6e98Sopenharmony_ci You may obtain a copy of the License at 75bbf6e98Sopenharmony_ci 85bbf6e98Sopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 95bbf6e98Sopenharmony_ci 105bbf6e98Sopenharmony_ci Unless required by applicable law or agreed to in writing, software 115bbf6e98Sopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 125bbf6e98Sopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 135bbf6e98Sopenharmony_ci See the License for the specific language governing permissions and 145bbf6e98Sopenharmony_ci limitations under the License. 155bbf6e98Sopenharmony_ci 165bbf6e98Sopenharmony_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. 175bbf6e98Sopenharmony_ci 185bbf6e98Sopenharmony_ci--> 195bbf6e98Sopenharmony_ci 205bbf6e98Sopenharmony_ci<configuration> 215bbf6e98Sopenharmony_ci <oatconfig> 225bbf6e98Sopenharmony_ci <licensefile></licensefile> 235bbf6e98Sopenharmony_ci <policylist> 245bbf6e98Sopenharmony_ci <policy name="projectPolicy" desc=""> 255bbf6e98Sopenharmony_ci <policyitem type="copyright" name="Shenzhen Kaihong Digital" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/> 265bbf6e98Sopenharmony_ci </policy> 275bbf6e98Sopenharmony_ci </policylist> 285bbf6e98Sopenharmony_ci <filefilterlist> 295bbf6e98Sopenharmony_ci <filefilter name="defaultFilter" desc="Files not to check"> 305bbf6e98Sopenharmony_ci </filefilter> 315bbf6e98Sopenharmony_ci <filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies"> 325bbf6e98Sopenharmony_ci </filefilter> 335bbf6e98Sopenharmony_ci <filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies"> 345bbf6e98Sopenharmony_ci </filefilter> 355bbf6e98Sopenharmony_ci <filefilter name="licenseFileNamePolicyFilter" desc="Filters for LICENSE file policies"> 365bbf6e98Sopenharmony_ci </filefilter> 375bbf6e98Sopenharmony_ci <filefilter name="readmeFileNamePolicyFilter" desc="Filters for README file policies"> 385bbf6e98Sopenharmony_ci </filefilter> 395bbf6e98Sopenharmony_ci <filefilter name="readmeOpenSourcefileNamePolicyFilter" desc="Filters for README.OpenSource file policies"> 405bbf6e98Sopenharmony_ci </filefilter> 415bbf6e98Sopenharmony_ci <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies"> 425bbf6e98Sopenharmony_ci <filteritem type="filename" name="*.png" desc="Image for markdown doc"/> 435bbf6e98Sopenharmony_ci </filefilter> 445bbf6e98Sopenharmony_ci </filefilterlist> 455bbf6e98Sopenharmony_ci <licensematcherlist> 465bbf6e98Sopenharmony_ci </licensematcherlist> 475bbf6e98Sopenharmony_ci </oatconfig> 485bbf6e98Sopenharmony_ci</configuration> 49