16881f68fSopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
26881f68fSopenharmony_ci<!-- Copyright (c) 2023 Huawei Device Co., Ltd.
36881f68fSopenharmony_ci
46881f68fSopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
56881f68fSopenharmony_ci     you may not use this file except in compliance with the License.
66881f68fSopenharmony_ci     You may obtain a copy of the License at
76881f68fSopenharmony_ci
86881f68fSopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
96881f68fSopenharmony_ci
106881f68fSopenharmony_ci     Unless required by applicable law or agreed to in writing, software
116881f68fSopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
126881f68fSopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
136881f68fSopenharmony_ci     See the License for the specific language governing permissions and
146881f68fSopenharmony_ci     limitations under the License.
156881f68fSopenharmony_ci
166881f68fSopenharmony_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.
176881f68fSopenharmony_ci
186881f68fSopenharmony_ci-->
196881f68fSopenharmony_ci<configuration>
206881f68fSopenharmony_ci    <oatconfig>
216881f68fSopenharmony_ci        <licensefile>LICENSE</licensefile>
226881f68fSopenharmony_ci        <policylist>
236881f68fSopenharmony_ci            <policy name="projectPolicy" desc="">
246881f68fSopenharmony_ci            </policy>
256881f68fSopenharmony_ci        </policylist>
266881f68fSopenharmony_ci
276881f68fSopenharmony_ci        <filefilterlist>
286881f68fSopenharmony_ci            <filefilter name="defaultPolicyFilter" desc="Filters for compatibility, license header policies">
296881f68fSopenharmony_ci                <filteritem type="filepath" name="LICENSE" desc="the project license file"/>
306881f68fSopenharmony_ci            </filefilter>
316881f68fSopenharmony_ci            <filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies">
326881f68fSopenharmony_ci            </filefilter>
336881f68fSopenharmony_ci            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
346881f68fSopenharmony_ci                <filteritem type="filepath" name="doc/fast17-vangoor.pdf" desc="binary doc file, no License specified."/>
356881f68fSopenharmony_ci            </filefilter>
366881f68fSopenharmony_ci        </filefilterlist>
376881f68fSopenharmony_ci        <licensematcherlist>
386881f68fSopenharmony_ci            <licensematcher name="" desc="">
396881f68fSopenharmony_ci                <licensetext name="" desc=""/>
406881f68fSopenharmony_ci            </licensematcher>
416881f68fSopenharmony_ci        </licensematcherlist>
426881f68fSopenharmony_ci    </oatconfig>
436881f68fSopenharmony_ci</configuration>
44