1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Copyright (c) 2022 Huawei Device Co., Ltd. 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 16 Notes: 17 This is project config file for OpenHarmony OSS Audit Tool, if you have any questions or concerns, please email chenyaxun. 18--> 19<!-- OAT(OSS Audit Tool) configuration guide: 20basedir: Root dir, the basedir + project path is the real source file location. 21licensefile: 221.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. 23 24tasklist(only for batch mode): 251. task: Define oat check thread, each task will start a new thread. 262. task name: Only an name, no practical effect. 273. task policy: Default policy for projects under this task, this field is required and the specified policy must defined in policylist. 284. task filter: Default filefilter for projects under this task, this field is required and the specified filefilter must defined in filefilterlist. 295. task project: Projects to be checked, the path field define the source root dir of the project. 30 31 32policyList: 331. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affect OAT check process. 342. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is: 35<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/> 363. policyitem type: 37 "compatibility" is used to check license compatibility in the specified path; 38 "license" is used to check source license header in the specified path; 39 "copyright" is used to check source copyright header in the specified path; 40 "import" is used to check source dependency in the specified path, such as import ... ,include ... 41 "filetype" is used to check file type in the specified path, supported file types: archive, binary 42 "filename" is used to check whether the specified file exists in the specified path(support projectroot in default OAT.xml), supported file names: LICENSE, README, README.OpenSource 43 444. 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. 455. 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. 466. 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. 477. policyitem filefilter: Used to bind filefilter which define filter rules. 488. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path. 49 50Note:If the text contains special characters, please escape them according to the following rules: 51" == > 52& == > 53' == > 54< == > 55> == > 56--> 57<configuration> 58 <oatconfig> 59 <licensefile>NOTICE</licensefile> 60 <policylist> 61 <policy name="projectPolicy" desc="open SLES source code"> 62 <policyitem type="copyright" name="The Khronos Group Inc" path="api/1.0/OpenSLES.h" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Open SLES raw file"/> 63 <policyitem type="copyright" name="The Khronos Group Inc" path="api/1.0/OpenSLES_IID.c" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Open SLES raw file"/> 64 <policyitem type="copyright" name="The Khronos Group Inc" path="api/1.0/OpenSLES_Platform.h" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Open SLES raw file"/> 65 <policyitem type="copyright" name="The Khronos Group Inc" path="api/1.0.1/OpenSLES.h" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Open SLES raw file"/> 66 <policyitem type="copyright" name="The Khronos Group Inc" path="api/1.0.1/OpenSLES_IID.c" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Open SLES raw file"/> 67 <policyitem type="copyright" name="The Khronos Group Inc" path="api/1.0.1/OpenSLES_Platform.h" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Open SLES raw file"/> 68 <policyitem type="copyright" name="The Khronos Group Inc" path="api/1.1/OpenSLES.h" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Open SLES raw file"/> 69 <policyitem type="copyright" name="The Khronos Group Inc" path="api/1.1/OpenSLES_IID.c" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Open SLES raw file"/> 70 <policyitem type="copyright" name="The Khronos Group Inc" path="api/1.1/OpenSLES_Platform.h" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Open SLES raw file"/> 71 72 <policyitem type="license" name="Khronos License" path="api/1.0/OpenSLES.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Open SLES raw file"/> 73 <policyitem type="license" name="Khronos License" path="api/1.0/OpenSLES_IID.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Open SLES raw file"/> 74 <policyitem type="license" name="Khronos License" path="api/1.0/OpenSLES_Platform.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Open SLES raw file"/> 75 <policyitem type="license" name="Khronos License" path="api/1.0.1/OpenSLES.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Open SLES raw file"/> 76 <policyitem type="license" name="Khronos License" path="api/1.0.1/OpenSLES_IID.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Open SLES raw file"/> 77 <policyitem type="license" name="Khronos License" path="api/1.0.1/OpenSLES_Platform.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Open SLES raw file"/> 78 <policyitem type="license" name="Khronos License" path="api/1.1/OpenSLES.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Open SLES raw file"/> 79 <policyitem type="license" name="Khronos License" path="api/1.1/OpenSLES_IID.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Open SLES raw file"/> 80 <policyitem type="license" name="Khronos License" path="api/1.1/OpenSLES_Platform.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Open SLES raw file"/> 81 82 <policyitem type="compatibility" name="Khronos License" path="api/1.0/OpenSLES.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Khronos License协议,不影响兼容性"/> 83 <policyitem type="compatibility" name="Khronos License" path="api/1.0/OpenSLES_IID.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Khronos License协议,不影响兼容性"/> 84 <policyitem type="compatibility" name="Khronos License" path="api/1.0/OpenSLES_Platform.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Khronos License协议,不影响兼容性"/> 85 <policyitem type="compatibility" name="Khronos License" path="api/1.0.1/OpenSLES.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Khronos License协议,不影响兼容性"/> 86 <policyitem type="compatibility" name="Khronos License" path="api/1.0.1/OpenSLES_IID.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Khronos License协议,不影响兼容性"/> 87 <policyitem type="compatibility" name="Khronos License" path="api/1.0.1/OpenSLES_Platform.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Khronos License协议,不影响兼容性"/> 88 <policyitem type="compatibility" name="Khronos License" path="api/1.1/OpenSLES.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Khronos License协议,不影响兼容性"/> 89 <policyitem type="compatibility" name="Khronos License" path="api/1.1/OpenSLES_IID.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Khronos License协议,不影响兼容性"/> 90 <policyitem type="compatibility" name="Khronos License" path="api/1.1/OpenSLES_Platform.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="Khronos License协议,不影响兼容性"/> 91 </policy> 92 </policylist> 93 <licensematcherlist> 94 <licensematcher name="Khronos License" desc="License for Khronos"> 95 <licensetext name=" 96 * Permission is hereby granted, free of charge, to any person obtaining a copy of 97 * this software and /or associated documentation files (the "Materials "), to 98 * deal in the Materials without restriction, including without limitation the 99 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 100 * sell copies of the Materials, and to permit persons to whom the Materials are 101 * furnished to do so, subject to 102 * the following conditions: 103 * 104 * The above copyright notice and this permission notice shall be included 105 * in all copies or substantial portions of the Materials. 106 * 107 * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 108 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 109 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 110 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 111 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 112 * OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE 113 * MATERIALS. 114 " desc=""/> 115 </licensematcher> 116 <licensematcher name="Khronos License" desc="License for Khronos"> 117 <licensetext name=" 118 * Permission is hereby granted, free of charge, to any person obtaining a copy of 119 * this software and /or associated documentation files (the "Materials "), to 120 * deal in the Materials without restriction, including without limitation the 121 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 122 * sell copies of the Materials, and to permit persons to whom the Materials are 123 * furnished to do so, subject to 124 * the following conditions: 125 * 126 * The above copyright notice and this permission notice shall be included 127 * in all copies or substantial portions of the Materials. 128 * 129 * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 130 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 131 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 132 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 133 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 134 * OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE 135 * MATERIALS. 136 " desc=""/> 137 </licensematcher> 138 </licensematcherlist> 139 <filefilterlist> 140 <filefilter name="defaultPolicyFilter" desc="Filters for compatibility, license header policies"> 141 <filteritem type="filename" name="NOTICE" desc="Open SLES 官方自带License文件,遵循开源软件许可声明"/> 142 </filefilter> 143 <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies"> 144 <filteritem type="filepath" name="specs/OpenSL_ES_Specification_1.0.1.pdf" desc="Open SLES 的官方指导文档,遵循开源软件许可声明"/> 145 <filteritem type="filepath" name="specs/OpenSL_ES_Specification_1.0.pdf" desc="Open SLES 的官方指导文档,遵循开源软件许可声明"/> 146 <filteritem type="filepath" name="specs/OpenSL_ES_Specification_1.1.pdf" desc="Open SLES 的官方指导文档,遵循开源软件许可声明"/> 147 </filefilter> 148 </filefilterlist> 149 150 </oatconfig> 151</configuration>