1a299bc30Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 2a299bc30Sopenharmony_ci<!-- Copyright (c) 2022 Huawei Device Co., Ltd. 3a299bc30Sopenharmony_ci 4a299bc30Sopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 5a299bc30Sopenharmony_ci you may not use this file except in compliance with the License. 6a299bc30Sopenharmony_ci You may obtain a copy of the License at 7a299bc30Sopenharmony_ci 8a299bc30Sopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 9a299bc30Sopenharmony_ci 10a299bc30Sopenharmony_ci Unless required by applicable law or agreed to in writing, software 11a299bc30Sopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 12a299bc30Sopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13a299bc30Sopenharmony_ci See the License for the specific language governing permissions and 14a299bc30Sopenharmony_ci limitations under the License. 15a299bc30Sopenharmony_ci 16a299bc30Sopenharmony_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. 17a299bc30Sopenharmony_ci 18a299bc30Sopenharmony_ci--> 19a299bc30Sopenharmony_ci 20a299bc30Sopenharmony_ci<configuration> 21a299bc30Sopenharmony_ci <oatconfig> 22a299bc30Sopenharmony_ci <licensefile></licensefile> 23a299bc30Sopenharmony_ci <policylist> 24a299bc30Sopenharmony_ci <policy name="projectPolicy" desc=""> 25a299bc30Sopenharmony_ci </policy> 26a299bc30Sopenharmony_ci </policylist> 27a299bc30Sopenharmony_ci <filefilterlist> 28a299bc30Sopenharmony_ci <filefilter name="defaultFilter" desc="Files not to check"> 29a299bc30Sopenharmony_ci <filteritem type="filename" name="*.png|*.pngraw|*.json" desc="Test files"/> 30a299bc30Sopenharmony_ci <filteritem type="filename" name="printscreen|*.hap|audio_renderer_unit_test|NativeRdbTest" desc="Test files"/> 31a299bc30Sopenharmony_ci </filefilter> 32a299bc30Sopenharmony_ci <filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies"> 33a299bc30Sopenharmony_ci <filteritem type="filename" name="*.png|*.pngraw|*.json|dhcpc.sh" desc="NoLicenseHeader"/> 34a299bc30Sopenharmony_ci <filteritem type="filename" name="printscreen|*.hap|audio_renderer_unit_test|NativeRdbTest" desc="NoLicenseHeader"/> 35a299bc30Sopenharmony_ci </filefilter> 36a299bc30Sopenharmony_ci <filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies"> 37a299bc30Sopenharmony_ci <filteritem type="filename" name="*.png|*.pngraw|*.json|dhcpc.sh" desc="InvalidCopyright file"/> 38a299bc30Sopenharmony_ci <filteritem type="filename" name="printscreen|*.hap|audio_renderer_unit_test|NativeRdbTest" desc="InvalidCopyright file"/> 39a299bc30Sopenharmony_ci </filefilter> 40a299bc30Sopenharmony_ci <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies"> 41a299bc30Sopenharmony_ci <filteritem type="filename" name="*.png|*.pngraw|*.json|busybox" desc="already checked"/> 42a299bc30Sopenharmony_ci <filteritem type="filename" name="printscreen|*.hap|audio_renderer_unit_test|NativeRdbTest" desc="already checked"/> 43a299bc30Sopenharmony_ci </filefilter> 44a299bc30Sopenharmony_ci </filefilterlist> 45a299bc30Sopenharmony_ci </oatconfig> 46a299bc30Sopenharmony_ci</configuration> 47