1bae44755Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 2bae44755Sopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd. 3bae44755Sopenharmony_ci 4bae44755Sopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 5bae44755Sopenharmony_ci you may not use this file except in compliance with the License. 6bae44755Sopenharmony_ci You may obtain a copy of the License at 7bae44755Sopenharmony_ci 8bae44755Sopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 9bae44755Sopenharmony_ci 10bae44755Sopenharmony_ci Unless required by applicable law or agreed to in writing, software 11bae44755Sopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 12bae44755Sopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13bae44755Sopenharmony_ci See the License for the specific language governing permissions and 14bae44755Sopenharmony_ci limitations under the License. 15bae44755Sopenharmony_ci 16bae44755Sopenharmony_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. 17bae44755Sopenharmony_ci--> 18bae44755Sopenharmony_ci<configuration> 19bae44755Sopenharmony_ci <oatconfig> 20bae44755Sopenharmony_ci <policylist> 21bae44755Sopenharmony_ci <policy name="projectPolicy" desc=""> 22bae44755Sopenharmony_ci <policyitem type="license" name="MIT" path="NOTICE" desc="The MIT license is allowed"/> 23bae44755Sopenharmony_ci </policy> 24bae44755Sopenharmony_ci </policylist> 25bae44755Sopenharmony_ci <filefilterlist> 26bae44755Sopenharmony_ci <filefilter name="defaultPolicyFilter" desc="Files that do not need to be applied specified policy, will be merged with the filter items which has the same filefilter name"> 27bae44755Sopenharmony_ci <filteritem type="filename" name="README.OpenSource"/> 28bae44755Sopenharmony_ci <filteritem type="filename" name="README"/> 29bae44755Sopenharmony_ci <filteritem type="filename" name="README.md"/> 30bae44755Sopenharmony_ci <filteritem type="filename" name="README_zh.md"/> 31bae44755Sopenharmony_ci <filteritem type="filename" name="*.bat" desc="script file"/> 32bae44755Sopenharmony_ci <filteritem type="filename" name="*.sh" desc="script file"/> 33bae44755Sopenharmony_ci </filefilter> 34bae44755Sopenharmony_ci <filefilter name="copyrightPolicyFilter" desc=""> 35bae44755Sopenharmony_ci <filteritem type="filename" name="README.OpenSource"/> 36bae44755Sopenharmony_ci <filteritem type="filename" name="README"/> 37bae44755Sopenharmony_ci <filteritem type="filename" name="README.md"/> 38bae44755Sopenharmony_ci <filteritem type="filename" name="README_zh.md"/> 39bae44755Sopenharmony_ci <filteritem type="filename" name="*.bat" desc="script file"/> 40bae44755Sopenharmony_ci <filteritem type="filename" name="*.sh" desc="script file"/> 41bae44755Sopenharmony_ci </filefilter> 42bae44755Sopenharmony_ci <filefilter name="licenseFileNamePolicyFilter" desc=""> 43bae44755Sopenharmony_ci </filefilter> 44bae44755Sopenharmony_ci <filefilter name="readmeFileNamePolicyFilter" desc=""> 45bae44755Sopenharmony_ci </filefilter> 46bae44755Sopenharmony_ci <filefilter name="readmeOpenSourcefileNamePolicyFilter" desc=""> 47bae44755Sopenharmony_ci </filefilter> 48bae44755Sopenharmony_ci </filefilterlist> 49bae44755Sopenharmony_ci </oatconfig> 50bae44755Sopenharmony_ci</configuration> 51