1093a7dbaSopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 2093a7dbaSopenharmony_ci<!-- Copyright (c) 2024 Huawei Device Co., Ltd. 3093a7dbaSopenharmony_ci 4093a7dbaSopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 5093a7dbaSopenharmony_ci you may not use this file except in compliance with the License. 6093a7dbaSopenharmony_ci You may obtain a copy of the License at 7093a7dbaSopenharmony_ci 8093a7dbaSopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 9093a7dbaSopenharmony_ci 10093a7dbaSopenharmony_ci Unless required by applicable law or agreed to in writing, software 11093a7dbaSopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 12093a7dbaSopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13093a7dbaSopenharmony_ci See the License for the specific language governing permissions and 14093a7dbaSopenharmony_ci limitations under the License. 15093a7dbaSopenharmony_ci 16093a7dbaSopenharmony_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. 17093a7dbaSopenharmony_ci All configurations in this file will be merged to OAT-Default.xml, if you have any questions or concerns, please create issue in OpenHarmony/tools_oat and @jalenchen or chenyaxun. 18093a7dbaSopenharmony_ci 19093a7dbaSopenharmony_ci licensefile: 20093a7dbaSopenharmony_ci 1.If the project don't have "LICENSE" in root dir, please define all the license files in this project in , OAT will check license files according to this rule. 21093a7dbaSopenharmony_ci 22093a7dbaSopenharmony_ci policylist: 23093a7dbaSopenharmony_ci 1. policy: If the OAT-Default.xml policies do not meet your requirements, please add policies here. 24093a7dbaSopenharmony_ci 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is: 25093a7dbaSopenharmony_ci <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/> 26093a7dbaSopenharmony_ci 3. policyitem type: 27093a7dbaSopenharmony_ci "compatibility" is used to check license compatibility in the specified path; 28093a7dbaSopenharmony_ci "license" is used to check source license header in the specified path; 29093a7dbaSopenharmony_ci "copyright" is used to check source copyright header in the specified path; 30093a7dbaSopenharmony_ci "import" is used to check source dependency in the specified path, such as import ... ,include ... 31093a7dbaSopenharmony_ci "filetype" is used to check file type in the specified path, supported file types: archive, binary 32093a7dbaSopenharmony_ci "filename" is used to check whether the specified file exists in the specified path(projectroot means the root dir of the project), supported file names: LICENSE, README, README.OpenSource 33093a7dbaSopenharmony_ci 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the "!" prefix means could not match this value. For example, "!GPL" means can not use GPL license. 34093a7dbaSopenharmony_ci 5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem. 35093a7dbaSopenharmony_ci 6. policyitem rule and group: These two fields are used together to merge policy results. "may" policyitems in the same group means any one in this group passed, the result will be passed. 36093a7dbaSopenharmony_ci 7. policyitem filefilter: Used to bind filefilter which define filter rules. 37093a7dbaSopenharmony_ci 7. policyitem desc: Used to describe the reason of this policy item, committers will check this while merging the code. 38093a7dbaSopenharmony_ci 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path. 39093a7dbaSopenharmony_ci 40093a7dbaSopenharmony_ci Note:If the text contains special characters, please escape them according to the following rules: 41093a7dbaSopenharmony_ci " == > 42093a7dbaSopenharmony_ci & == > 43093a7dbaSopenharmony_ci ' == > 44093a7dbaSopenharmony_ci < == > 45093a7dbaSopenharmony_ci > == > 46093a7dbaSopenharmony_ci--> 47093a7dbaSopenharmony_ci 48093a7dbaSopenharmony_ci<configuration> 49093a7dbaSopenharmony_ci <oatconfig> 50093a7dbaSopenharmony_ci <licensefile>Sans/LICENSE</licensefile> 51093a7dbaSopenharmony_ci <policylist> 52093a7dbaSopenharmony_ci <policy name="projectPolicy" desc=""> 53093a7dbaSopenharmony_ci <policyitem type="license" name="OFL-1.1-no-RFN" path="Sans/LICENSE" desc="SIL OPEN FONT LICENSE Version 1.1"/> 54093a7dbaSopenharmony_ci <policyitem type="license" name="OFL-1.1-no-RFN" path="Serif/LICENSE" desc="SIL OPEN FONT LICENSE Version 1.1"/> 55093a7dbaSopenharmony_ci </policy> 56093a7dbaSopenharmony_ci </policylist> 57093a7dbaSopenharmony_ci <filefilterlist> 58093a7dbaSopenharmony_ci <filefilter name="defaultFilter" desc="Files not to check"> 59093a7dbaSopenharmony_ci <filteritem type="filename" name="gh-release-noto-cjk-sans.sh" desc="三方开源,不使用,不需检测license、copyright"/> 60093a7dbaSopenharmony_ci <filteritem type="filename" name="gh-release-noto-cjk-serif.sh" desc="三方开源,不使用,不需检测license、copyright"/> 61093a7dbaSopenharmony_ci <filteritem type="filename" name="hotfix.py" desc="三方开源,不使用,不需检测license、copyright"/> 62093a7dbaSopenharmony_ci </filefilter> 63093a7dbaSopenharmony_ci <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies"> 64093a7dbaSopenharmony_ci <filteritem type="filename" name="*.otf|*.ttf|*.ttc" desc="三方开源字体文件"/> 65093a7dbaSopenharmony_ci <filteritem type="filepath" name="Sans/SuperOTC/NotoSansCJK.ttc.zip" desc="三方开源文件,不使用"/> 66093a7dbaSopenharmony_ci </filefilter> 67093a7dbaSopenharmony_ci </filefilterlist> 68093a7dbaSopenharmony_ci </oatconfig> 69093a7dbaSopenharmony_ci</configuration> 70