1bc2ed2b3Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
2bc2ed2b3Sopenharmony_ci<!-- Copyright (c) 2022 Huawei Device Co., Ltd.
3bc2ed2b3Sopenharmony_ci
4bc2ed2b3Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
5bc2ed2b3Sopenharmony_ci     you may not use this file except in compliance with the License.
6bc2ed2b3Sopenharmony_ci     You may obtain a copy of the License at
7bc2ed2b3Sopenharmony_ci
8bc2ed2b3Sopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
9bc2ed2b3Sopenharmony_ci
10bc2ed2b3Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
11bc2ed2b3Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
12bc2ed2b3Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13bc2ed2b3Sopenharmony_ci     See the License for the specific language governing permissions and
14bc2ed2b3Sopenharmony_ci     limitations under the License.
15bc2ed2b3Sopenharmony_ci
16bc2ed2b3Sopenharmony_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.
17bc2ed2b3Sopenharmony_ci
18bc2ed2b3Sopenharmony_ci-->
19bc2ed2b3Sopenharmony_ci<configuration>
20bc2ed2b3Sopenharmony_ci    <oatconfig>
21bc2ed2b3Sopenharmony_ci        <licensefile></licensefile>
22bc2ed2b3Sopenharmony_ci        <policylist>
23bc2ed2b3Sopenharmony_ci            <policy name="projectPolicy" desc="">
24bc2ed2b3Sopenharmony_ci                <policyitem type="copyright" name="Copyright (c) 2022 Shenzhen Kaihong Digital" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/>
25bc2ed2b3Sopenharmony_ci            </policy>
26bc2ed2b3Sopenharmony_ci        </policylist>
27bc2ed2b3Sopenharmony_ci        <filefilterlist>
28bc2ed2b3Sopenharmony_ci            <filefilter name="defaultFilter" desc="Files that do not need to be scanned">
29bc2ed2b3Sopenharmony_ci            </filefilter>
30bc2ed2b3Sopenharmony_ci            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies" >
31bc2ed2b3Sopenharmony_ci                <filteritem type="filename" name="*.png|*.gif" desc="png and gif"/>
32bc2ed2b3Sopenharmony_ci            </filefilter>
33bc2ed2b3Sopenharmony_ci        </filefilterlist>
34bc2ed2b3Sopenharmony_ci    </oatconfig>
35bc2ed2b3Sopenharmony_ci</configuration>