1ea497e4dSopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
2ea497e4dSopenharmony_ci<!-- Copyright (c) 2022 Huawei Device Co., Ltd.
3ea497e4dSopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
4ea497e4dSopenharmony_ci     you may not use this file except in compliance with the License.
5ea497e4dSopenharmony_ci     You may obtain a copy of the License at
6ea497e4dSopenharmony_ci
7ea497e4dSopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
8ea497e4dSopenharmony_ci
9ea497e4dSopenharmony_ci     Unless required by applicable law or agreed to in writing, software
10ea497e4dSopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
11ea497e4dSopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12ea497e4dSopenharmony_ci     See the License for the specific language governing permissions and
13ea497e4dSopenharmony_ci     limitations under the License.
14ea497e4dSopenharmony_ci
15ea497e4dSopenharmony_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.
16ea497e4dSopenharmony_ci-->
17ea497e4dSopenharmony_ci
18ea497e4dSopenharmony_ci<configuration>
19ea497e4dSopenharmony_ci    <oatconfig>
20ea497e4dSopenharmony_ci        <filefilterlist>
21ea497e4dSopenharmony_ci            <filefilter name="licenseFileNamePolicyFilter" desc="Filters for LICENSE file policies"/>
22ea497e4dSopenharmony_ci            <filefilter name="defaultFilter" desc="Files not to check">
23ea497e4dSopenharmony_ci                <filteritem type="filename" name="*.png|*.jpg" desc="Allow open source ux images"/>
24ea497e4dSopenharmony_ci            </filefilter>
25ea497e4dSopenharmony_ci        </filefilterlist>
26ea497e4dSopenharmony_ci    </oatconfig>
27ea497e4dSopenharmony_ci</configuration>
28