• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    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.
17
18-->
19
20<configuration>
21    <oatconfig>
22        <licensefile>LICENSE.txt</licensefile>
23        <filefilterlist>
24            <filefilter name="defaultFilter" desc="Files not to check">
25                <filteritem type="filepath" name="tools/yapf/README.cef" desc="Open source cef's origin files"/>
26            </filefilter>
27            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
28                <filteritem type="filepath" name="tests/.*" desc="Open source cef's origin files directory"/>
29                <filteritem type="filepath" name="tools/distrib/.*" desc="Open source cef's origin files directory"/>
30            </filefilter>
31        </filefilterlist>
32        <licensematcherlist>
33            <licensematcher name="MIT license" desc="License for libcef/browser/osr/video_consumer_osr.cc.">
34                <licensetext name="Use of this source code is governed by the MIT license that can be
35                    found in the LICENSE file." desc="MIT license"/>
36            </licensematcher>
37        </licensematcherlist>
38    </oatconfig>
39</configuration>