1115cd2caSopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
2115cd2caSopenharmony_ci<!-- Copyright (c) 2021-2022 Huawei Device Co., Ltd.
3115cd2caSopenharmony_ci
4115cd2caSopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
5115cd2caSopenharmony_ci     you may not use this file except in compliance with the License.
6115cd2caSopenharmony_ci     You may obtain a copy of the License at
7115cd2caSopenharmony_ci
8115cd2caSopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
9115cd2caSopenharmony_ci
10115cd2caSopenharmony_ci     Unless required by applicable law or agreed to in writing, software
11115cd2caSopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
12115cd2caSopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13115cd2caSopenharmony_ci     See the License for the specific language governing permissions and
14115cd2caSopenharmony_ci     limitations under the License.
15115cd2caSopenharmony_ci-->
16115cd2caSopenharmony_ci
17115cd2caSopenharmony_ci<!-- This is the configuration file template for OpenHarmony OSS Audit Tool,
18115cd2caSopenharmony_ciplease copy it to your project root dir and modify it refer to OpenHarmony/tools_oat/README.
19115cd2caSopenharmony_ci-->
20115cd2caSopenharmony_ci
21115cd2caSopenharmony_ci<configuration>
22115cd2caSopenharmony_ci    <oatconfig>
23115cd2caSopenharmony_ci        <licensefile></licensefile>
24115cd2caSopenharmony_ci        <policylist>
25115cd2caSopenharmony_ci            <policy name="projectPolicy" desc="">
26115cd2caSopenharmony_ci            </policy>
27115cd2caSopenharmony_ci        </policylist>
28115cd2caSopenharmony_ci        <filefilterlist>
29115cd2caSopenharmony_ci            <filefilter name="defaultFilter" desc="Files not to check">
30115cd2caSopenharmony_ci            </filefilter>
31115cd2caSopenharmony_ci            <filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies">
32115cd2caSopenharmony_ci                <filteritem type="filename" name="*.cfg" desc="The JSON format does not support comments."/>
33115cd2caSopenharmony_ci            </filefilter>
34115cd2caSopenharmony_ci            <filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies">
35115cd2caSopenharmony_ci                <filteritem type="filename" name="*.cfg" desc="The JSON format does not support comments."/>
36115cd2caSopenharmony_ci            </filefilter>
37115cd2caSopenharmony_ci            <filefilter name="licenseFileNamePolicyFilter" desc="Filters for LICENSE file policies">
38115cd2caSopenharmony_ci            </filefilter>
39115cd2caSopenharmony_ci            <filefilter name="readmeFileNamePolicyFilter" desc="Filters for README file policies">
40115cd2caSopenharmony_ci            </filefilter>
41115cd2caSopenharmony_ci            <filefilter name="readmeOpenSourcefileNamePolicyFilter" desc="Filters for README.OpenSource file policies">
42115cd2caSopenharmony_ci            </filefilter>
43115cd2caSopenharmony_ci            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
44115cd2caSopenharmony_ci                <filteritem type="filename" name="*.png" desc="Image for markdown doc"/>
45115cd2caSopenharmony_ci            </filefilter>
46115cd2caSopenharmony_ci        </filefilterlist>
47115cd2caSopenharmony_ci        <licensematcherlist>
48115cd2caSopenharmony_ci        </licensematcherlist>
49115cd2caSopenharmony_ci    </oatconfig>
50115cd2caSopenharmony_ci</configuration>
51