19596a2c1Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
29596a2c1Sopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
39596a2c1Sopenharmony_ci
49596a2c1Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
59596a2c1Sopenharmony_ci     you may not use this file except in compliance with the License.
69596a2c1Sopenharmony_ci     You may obtain a copy of the License at
79596a2c1Sopenharmony_ci
89596a2c1Sopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
99596a2c1Sopenharmony_ci
109596a2c1Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
119596a2c1Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
129596a2c1Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
139596a2c1Sopenharmony_ci     See the License for the specific language governing permissions and
149596a2c1Sopenharmony_ci     limitations under the License.
159596a2c1Sopenharmony_ci
169596a2c1Sopenharmony_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.
179596a2c1Sopenharmony_ci
189596a2c1Sopenharmony_ci-->
199596a2c1Sopenharmony_ci
209596a2c1Sopenharmony_ci<configuration>
219596a2c1Sopenharmony_ci    <oatconfig>
229596a2c1Sopenharmony_ci        <licensefile/>
239596a2c1Sopenharmony_ci        <policylist>
249596a2c1Sopenharmony_ci            <policy name="projectPolicy" desc="">
259596a2c1Sopenharmony_ci                <policyitem type="license" name="Apache-2.0" path=".*" desc="Apache License"/>
269596a2c1Sopenharmony_ci            </policy>
279596a2c1Sopenharmony_ci        </policylist>
289596a2c1Sopenharmony_ci        <filefilterlist>
299596a2c1Sopenharmony_ci            <filefilter name="defaultFilter" desc="Files not to check">
309596a2c1Sopenharmony_ci                <filteritem type="filepath" name="ta/timezone/.*.dat" desc="资源二进制文件"/>
319596a2c1Sopenharmony_ci                <filteritem type="filepath" name="figures/i18n.png" desc="图片二进制文件"/>
329596a2c1Sopenharmony_ci                <filteritem type="filepath" name="ta/tools/data/location2tz.zip" desc="压缩文件,不参与编译运行"/>
339596a2c1Sopenharmony_ci            </filefilter>
349596a2c1Sopenharmony_ci        </filefilterlist>
359596a2c1Sopenharmony_ci    </oatconfig>
369596a2c1Sopenharmony_ci</configuration>
37