1b877906bSopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 2b877906bSopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd. 3b877906bSopenharmony_ci 4b877906bSopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 5b877906bSopenharmony_ci you may not use this file except in compliance with the License. 6b877906bSopenharmony_ci You may obtain a copy of the License at 7b877906bSopenharmony_ci 8b877906bSopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 9b877906bSopenharmony_ci 10b877906bSopenharmony_ci Unless required by applicable law or agreed to in writing, software 11b877906bSopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 12b877906bSopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13b877906bSopenharmony_ci See the License for the specific language governing permissions and 14b877906bSopenharmony_ci limitations under the License. 15b877906bSopenharmony_ci 16b877906bSopenharmony_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. 17b877906bSopenharmony_ci 18b877906bSopenharmony_ci--> 19b877906bSopenharmony_ci 20b877906bSopenharmony_ci<configuration> 21b877906bSopenharmony_ci <oatconfig> 22b877906bSopenharmony_ci <licensefile>LICENSE.md</licensefile> 23b877906bSopenharmony_ci <policylist> 24b877906bSopenharmony_ci <policy name="projectPolicy" desc=""> 25b877906bSopenharmony_ci <policyitem type="compatibility" name="zlib License" path=".*" desc="zlib License, compatibility is not affected."/> 26b877906bSopenharmony_ci <policyitem type="compatibility" name="zlib-acknowledgement" path=".*" desc="zlib-acknowledgement, compatibility is not affected."/> 27b877906bSopenharmony_ci </policy> 28b877906bSopenharmony_ci </policylist> 29b877906bSopenharmony_ci <filefilterlist> 30b877906bSopenharmony_ci <filefilter name="defaultFilter" desc="Files not to check"> 31b877906bSopenharmony_ci <filteritem type="filepath" name="docs/main.dox" desc="This is guide file, no need license"/> 32b877906bSopenharmony_ci <filteritem type="filepath" name="docs/compile.dox" desc="This is guide file, no need license"/> 33b877906bSopenharmony_ci <filteritem type="filepath" name="tests/vulkan.c" desc="This file is free software"/> 34b877906bSopenharmony_ci <filteritem type="filepath" name="deps/KHR/khrplatform.h" desc="This file is free software"/> 35b877906bSopenharmony_ci <filteritem type="filepath" name="deps/mingw/dinput.h" desc="don't use this file"/> 36b877906bSopenharmony_ci <filteritem type="filepath" name="deps/mingw/xinput.h" desc="don't use this file"/> 37b877906bSopenharmony_ci </filefilter> 38b877906bSopenharmony_ci </filefilterlist> 39b877906bSopenharmony_ci <licensematcherlist> 40b877906bSopenharmony_ci <licensematcher name="zlib License" desc=""> 41b877906bSopenharmony_ci <licensetext name=" 42b877906bSopenharmony_ci For conditions of distribution and use, see copyright notice in zlib.h" desc=""/> 43b877906bSopenharmony_ci <licensetext name=" 44b877906bSopenharmony_ci * For conditions of distribution and use, see copyright notice in jsimdext.inc 45b877906bSopenharmony_ci " desc=""/> 46b877906bSopenharmony_ci <licensetext name=" 47b877906bSopenharmony_ci This software is provided 'as-is', without any express or implied 48b877906bSopenharmony_ci warranty. In no event will the authors be held liable for any damages 49b877906bSopenharmony_ci arising from the use of this software. 50b877906bSopenharmony_ci 51b877906bSopenharmony_ci Permission is granted to anyone to use this software for any purpose, 52b877906bSopenharmony_ci including commercial applications, and to alter it and redistribute it 53b877906bSopenharmony_ci freely. 54b877906bSopenharmony_ci " desc=""/> 55b877906bSopenharmony_ci </licensematcher> 56b877906bSopenharmony_ci </licensematcherlist> 57b877906bSopenharmony_ci </oatconfig> 58b877906bSopenharmony_ci</configuration> 59