107ac75b1Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
207ac75b1Sopenharmony_ci<!-- Copyright (c) 2021-2023 Huawei Device Co., Ltd.
307ac75b1Sopenharmony_ci
407ac75b1Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
507ac75b1Sopenharmony_ci     you may not use this file except in compliance with the License.
607ac75b1Sopenharmony_ci     You may obtain a copy of the License at
707ac75b1Sopenharmony_ci
807ac75b1Sopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
907ac75b1Sopenharmony_ci
1007ac75b1Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
1107ac75b1Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
1207ac75b1Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1307ac75b1Sopenharmony_ci     See the License for the specific language governing permissions and
1407ac75b1Sopenharmony_ci     limitations under the License.
1507ac75b1Sopenharmony_ci
1607ac75b1Sopenharmony_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.
1707ac75b1Sopenharmony_ci
1807ac75b1Sopenharmony_ci-->
1907ac75b1Sopenharmony_ci
2007ac75b1Sopenharmony_ci<configuration>
2107ac75b1Sopenharmony_ci    <oatconfig>
2207ac75b1Sopenharmony_ci        <licensefile></licensefile>
2307ac75b1Sopenharmony_ci        <filefilterlist>
2407ac75b1Sopenharmony_ci            <filefilter name="defaultFilter" desc="Files not to check">
2507ac75b1Sopenharmony_ci                <filteritem type="filepath" name="compiler/node_modules/.*" desc="dependencies of ets-loader"/>
2607ac75b1Sopenharmony_ci                <filteritem type="filepath" name="compiler/.nycrc" desc="nyc config file"/>
2707ac75b1Sopenharmony_ci                <filteritem type="filepath" name="compiler/lib/.*" desc="files generated by ets-loader"/>
2807ac75b1Sopenharmony_ci                <filteritem type="filepath" name="compiler/syntax_parser/dist/.*" desc="files generated by ets-loader"/>
2907ac75b1Sopenharmony_ci            </filefilter>
3007ac75b1Sopenharmony_ci        </filefilterlist>
3107ac75b1Sopenharmony_ci    </oatconfig>
3207ac75b1Sopenharmony_ci</configuration>
33