119ea8026Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
219ea8026Sopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
319ea8026Sopenharmony_ci
419ea8026Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
519ea8026Sopenharmony_ci     you may not use this file except in compliance with the License.
619ea8026Sopenharmony_ci     You may obtain a copy of the License at
719ea8026Sopenharmony_ci
819ea8026Sopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
919ea8026Sopenharmony_ci
1019ea8026Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
1119ea8026Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
1219ea8026Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1319ea8026Sopenharmony_ci     See the License for the specific language governing permissions and
1419ea8026Sopenharmony_ci     limitations under the License.
1519ea8026Sopenharmony_ci-->
1619ea8026Sopenharmony_ci
1719ea8026Sopenharmony_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. -->
1819ea8026Sopenharmony_ci
1919ea8026Sopenharmony_ci<configuration>
2019ea8026Sopenharmony_ci    <oatconfig>
2119ea8026Sopenharmony_ci        <licensefile>LICENSE.md</licensefile>
2219ea8026Sopenharmony_ci        <policylist>
2319ea8026Sopenharmony_ci            <policy name="projectPolicy" desc="">
2419ea8026Sopenharmony_ci                <policyitem type="compatibility" name="BSD" path=".*" desc="BSD-3-CLAUSE LICENSE"/>
2519ea8026Sopenharmony_ci            </policy>
2619ea8026Sopenharmony_ci        </policylist>
2719ea8026Sopenharmony_ci        <filefilterlist>
2819ea8026Sopenharmony_ci            <filefilter name="defaultFilter" desc="Files not to check">
2919ea8026Sopenharmony_ci                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
3019ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
3119ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
3219ea8026Sopenharmony_ci            </filefilter>
3319ea8026Sopenharmony_ci            <filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies">
3419ea8026Sopenharmony_ci                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
3519ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
3619ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
3719ea8026Sopenharmony_ci            </filefilter>
3819ea8026Sopenharmony_ci            <filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies">
3919ea8026Sopenharmony_ci                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
4019ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
4119ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
4219ea8026Sopenharmony_ci            </filefilter>
4319ea8026Sopenharmony_ci            <filefilter name="licenseFileNamePolicyFilter" desc="Filters for LICENSE file policies">
4419ea8026Sopenharmony_ci                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
4519ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
4619ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
4719ea8026Sopenharmony_ci            </filefilter>
4819ea8026Sopenharmony_ci            <filefilter name="readmeFileNamePolicyFilter" desc="Filters for README file policies">
4919ea8026Sopenharmony_ci                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
5019ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
5119ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
5219ea8026Sopenharmony_ci            </filefilter>
5319ea8026Sopenharmony_ci            <filefilter name="readmeOpenSourcefileNamePolicyFilter" desc="Filters for README.OpenSource file policies">
5419ea8026Sopenharmony_ci                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
5519ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
5619ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
5719ea8026Sopenharmony_ci            </filefilter>
5819ea8026Sopenharmony_ci            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
5919ea8026Sopenharmony_ci                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
6019ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
6119ea8026Sopenharmony_ci                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
6219ea8026Sopenharmony_ci            </filefilter>
6319ea8026Sopenharmony_ci
6419ea8026Sopenharmony_ci        </filefilterlist>
6519ea8026Sopenharmony_ci        <licensematcherlist>
6619ea8026Sopenharmony_ci            <!--licensematcher name="uvwxyz License" desc="If the scanning result is InvalidLicense, you can define matching rules here. Note that quotation marks must be escaped.">
6719ea8026Sopenharmony_ci                <licensetext name="
6819ea8026Sopenharmony_ci                    uvwxyz license textA xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
6919ea8026Sopenharmony_ci				 " desc=""/>
7019ea8026Sopenharmony_ci                <licensetext name="
7119ea8026Sopenharmony_ci                    uvwxyz license textB xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
7219ea8026Sopenharmony_ci				 " desc=""/>
7319ea8026Sopenharmony_ci            </licensematcher-->
7419ea8026Sopenharmony_ci        </licensematcherlist>
7519ea8026Sopenharmony_ci    </oatconfig>
7619ea8026Sopenharmony_ci</configuration>
77