10 Star 0 Fork 3

OpenHarmony-TPC / chromium_third_party_libaom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
OAT.xml 9.76 KB
一键复制 编辑 原始数据 按行查看 历史
huangjiewen 提交于 2023-10-25 09:58 . OAT ADD
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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.
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.
licensefile:
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.
policylist:
1. policy: If the OAT-Default.xml policies do not meet your requirements, please add policies here.
2. policyitem: The fields type, name, path, desc is required, and the fields rule, group,
filefilter is optional,the default value is:
<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup"
filefilter="defaultPolicyFilter"/>
3. policyitem type:
"compatibility" is used to check license compatibility in the specified path;
"license" is used to check source license header in the specified path;
"copyright" is used to check source copyright header in the specified path;
"import" is used to check source dependency in the specified path, such as import ... ,include ...
"filetype" is used to check file type in the specified path, supported file types: archive, binary
"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
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.
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.
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.
7. policyitem filefilter: Used to bind filefilter which define filter rules.
7. policyitem desc: Used to describe the reason of this policy item, committers will check this
while merging the code.
8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is
used to filter file path.
Note:If the text contains special characters, please escape them according to the following rules:
" == &quot;
& == &amp;
' == &apos;
< == &lt;
> == &gt;
-->
<configuration>
<oatconfig>
<policylist>
<policy name="projectPolicy" desc="">
<policyitem type="compatibility" name="MS-RL" path="aom_dsp/flow_estimation/x86/disflow_sse4.c" desc="经法务确认经法务确认为宽松型许可证" />
<policyitem type="compatibility" name="Proprietary License" path="third_party/SVT-AV1/LICENSE.md" desc="经法务确认经法务确认为宽松型许可证" />
<policyitem type="compatibility" name="Google Patent License for WebM" path="third_party/libwebm/PATENTS.TXT" desc="经法务确认经法务确认为宽松型许可证" />
</policy>
</policylist>
<filefilterlist>
<filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies">
<filteritem type="filepath" name="third_party/x86inc/README.libaom" desc="chromium原生文件无license" />
<filteritem type="filepath" name="third_party/SVT-AV1/README.libaom" desc="chromium原生文件无license" />
<filteritem type="filepath" name=".cmake-format.py" desc="chromium原生文件无license" />
<filteritem type="filepath" name="third_party/libwebm/Android.mk" desc="chromium原生文件无license" />
<filteritem type="filepath" name="mainpage.dox" desc="chromium原生文件无license" />
</filefilter>
<filefilter name="defaultFilter">
<filteritem type="filepath" name=".*png" desc="chromium原生二进制文件,不会使用" />
<filteritem type="filepath" name="aom.git-0144dca8bdd00f398f5ed44f207563fb8d7d5b73.tar.gz" desc="chromium原生二进制文件,不会使用" />
<filteritem type="filepath" name="PATENTS" desc="经确认该文件不会使用" />
</filefilter>
</filefilterlist>
<licensematcherlist>
<licensematcher name="Proprietary License" desc="">
<licensetext name="
Redistribution and use in source and binary forms, with or without
modification, are permitted (subject to the limitations in the disclaimer below)
provided that the following conditions are met:
" desc="" />
</licensematcher>
<licensematcher name="Unknown License file reference" desc="">
<licensetext name="
Patent License. Subject to the terms and conditions of this License, each
Licensor, on behalf of itself and successors in interest and assigns,
grants Licensee a non-sublicensable, perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as expressly stated in this
License) patent license to its Necessary Claims to make, use, sell, offer
for sale, import or distribute any Implementation.
" desc="" />
</licensematcher>
<licensematcher name="MS-RL" desc="">
<licensetext name="
* This source code is subject to the terms of the BSD 3-Clause Clear License
* and the Alliance for Open Media Patent License 1.0. If the BSD 3-Clause Clear
* License was not distributed with this source code in the LICENSE file, you
* can obtain it at aomedia.org/license/software-license/bsd-3-c-c/. If the
* Alliance for Open Media Patent License 1.0 was not distributed with this
* source code in the PATENTS file, you can obtain it at
* aomedia.org/license/patent-license/.
" desc="" />
</licensematcher>
<licensematcher name="BSD-3-Clause" desc="">
<licensetext name="
Name: libyuv
URL: https://chromium.googlesource.com/libyuv/libyuv/
Version: dfaf7534e0e536f7e5ef8ddd7326797bd09b8622
License: BSD
License File: LICENSE
" desc="" />
<licensetext name="
URL: https://github.com/edrosten/fast-C-src
Version: 391d5e939eb1545d24c10533d7de424db8d9c191
License: BSD
License File: LICENSE
" desc="" />
<licensetext name="
URL: https://github.com/google/googletest
Version: release-1.12.1
License: BSD
License File: LICENSE
" desc="" />
<licensetext name="
URL: https://chromium.googlesource.com/webm/libwebm
Version: ee0bab576c338c9807249b99588e352b7268cb62
License: BSD
License File: LICENSE.txt
" desc="" />
</licensematcher>
<licensematcher name="Google Patent License for WebM" desc="">
<licensetext name="
Google hereby grants to you a perpetual, worldwide, non-exclusive, no-charge,
royalty-free, irrevocable (except as stated in this section) patent license to
make, have made, use, offer to sell, sell, import, transfer, and otherwise
run, modify and propagate the contents of these implementations of WebM, where
such license applies only to those patent claims, both currently owned by
Google and acquired in the future, licensable by Google that are necessarily
infringed by these implementations of WebM. This grant does not include claims
that would be infringed only as a consequence of further modification of these
implementations. If you or your agent or exclusive licensee institute or order
or agree to the institution of patent litigation or any other patent
enforcement activity against any entity (including a cross-claim or
counterclaim in a lawsuit) alleging that any of these implementations of WebM
or any code incorporated within any of these implementations of WebM
constitute direct or contributory patent infringement, or inducement of
patent infringement, then any patent rights granted to you under this License
for these implementations of WebM shall terminate as of the date such
litigation is filed.
" desc="" />
</licensematcher>
</licensematcherlist>
</oatconfig>
</configuration>
1
https://gitee.com/openharmony-tpc/chromium_third_party_libaom.git
git@gitee.com:openharmony-tpc/chromium_third_party_libaom.git
openharmony-tpc
chromium_third_party_libaom
chromium_third_party_libaom
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891