106f6ba60Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
206f6ba60Sopenharmony_ci<!-- Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved.
306f6ba60Sopenharmony_ci
406f6ba60Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
506f6ba60Sopenharmony_ci     you may not use this file except in compliance with the License.
606f6ba60Sopenharmony_ci     You may obtain a copy of the License at
706f6ba60Sopenharmony_ci
806f6ba60Sopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
906f6ba60Sopenharmony_ci
1006f6ba60Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
1106f6ba60Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
1206f6ba60Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1306f6ba60Sopenharmony_ci     See the License for the specific language governing permissions and
1406f6ba60Sopenharmony_ci     limitations under the License.
1506f6ba60Sopenharmony_ci
1606f6ba60Sopenharmony_ci     Notes:
1706f6ba60Sopenharmony_ci     This is project config file for OpenHarmony OSS Audit Tool, if you have any questions or concerns, please email chenyaxun@huawei.com.
1806f6ba60Sopenharmony_ci-->
1906f6ba60Sopenharmony_ci<!-- OAT(OSS Audit Tool) configuration guide:
2006f6ba60Sopenharmony_cibasedir: Root dir, the basedir + project path is the real source file location.
2106f6ba60Sopenharmony_cilicensefile:
2206f6ba60Sopenharmony_ci1.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.
2306f6ba60Sopenharmony_ci
2406f6ba60Sopenharmony_citasklist(only for batch mode):
2506f6ba60Sopenharmony_ci1. task: Define oat check thread, each task will start a new thread.
2606f6ba60Sopenharmony_ci2. task name: Only an name, no practical effect.
2706f6ba60Sopenharmony_ci3. task policy: Default policy for projects under this task, this field is required and the specified policy must defined in policylist.
2806f6ba60Sopenharmony_ci4. task filter: Default filefilter for projects under this task, this field is required and the specified filefilter must defined in filefilterlist.
2906f6ba60Sopenharmony_ci5. task project: Projects to be checked, the path field define the source root dir of the project.
3006f6ba60Sopenharmony_ci
3106f6ba60Sopenharmony_ci
3206f6ba60Sopenharmony_cipolicyList:
3306f6ba60Sopenharmony_ci1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affect OAT check process.
3406f6ba60Sopenharmony_ci2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
3506f6ba60Sopenharmony_ci<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
3606f6ba60Sopenharmony_ci3. policyitem type:
3706f6ba60Sopenharmony_ci    "compatibility" is used to check license compatibility in the specified path;
3806f6ba60Sopenharmony_ci    "license" is used to check source license header in the specified path;
3906f6ba60Sopenharmony_ci    "copyright" is used to check source copyright header in the specified path;
4006f6ba60Sopenharmony_ci    "import" is used to check source dependency in the specified path, such as import ... ,include ...
4106f6ba60Sopenharmony_ci    "filetype" is used to check file type in the specified path, supported file types: archive, binary
4206f6ba60Sopenharmony_ci    "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
4306f6ba60Sopenharmony_ci
4406f6ba60Sopenharmony_ci4. 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.
4506f6ba60Sopenharmony_ci5. 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.
4606f6ba60Sopenharmony_ci6. 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.
4706f6ba60Sopenharmony_ci7. policyitem filefilter: Used to bind filefilter which define filter rules.
4806f6ba60Sopenharmony_ci8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path.
4906f6ba60Sopenharmony_ci
5006f6ba60Sopenharmony_ciNote:If the text contains special characters, please escape them according to the following rules:
5106f6ba60Sopenharmony_ci" == &gt;
5206f6ba60Sopenharmony_ci& == &gt;
5306f6ba60Sopenharmony_ci' == &gt;
5406f6ba60Sopenharmony_ci< == &gt;
5506f6ba60Sopenharmony_ci> == &gt;
5606f6ba60Sopenharmony_ci-->
5706f6ba60Sopenharmony_ci<configuration>
5806f6ba60Sopenharmony_ci    <oatconfig>
5906f6ba60Sopenharmony_ci        <policylist>
6006f6ba60Sopenharmony_ci            <policy name="projectPolicy" desc="Project policy">
6106f6ba60Sopenharmony_ci                <policyitem type="copyright" name="*" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="hiprofiler use Huawei copyright"/>
6206f6ba60Sopenharmony_ci            </policy>
6306f6ba60Sopenharmony_ci        </policylist>
6406f6ba60Sopenharmony_ci        <filefilterlist>
6506f6ba60Sopenharmony_ci            <filefilter name="defaultPolicyFilter" desc="Filters for compatibility, license header policies">
6606f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/memory_plugin/test/utresources/proc/.*" desc="test resource file, no license header"/>
6706f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/cpu_plugin/test/resources/.*" desc="test resource file, no license header"/>
6806f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/diskio_plugin/test/resources/.*" desc="test resource file, no license header"/>
6906f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/network_plugin/test/utresources/.*" desc="test resource file, no license header"/>
7006f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/process_plugin/test/resources/.*" desc="test resource file, no license header"/>
7106f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/api/test/fuzztest/plugindestroysessioncmd_fuzzer/corpus/init" desc="test resource file, no license header"/>
7206f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/api/test/fuzztest/pluginstartsessioncmd_fuzzer/corpus/init" desc="test resource file, no license header"/>
7306f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/corpus/init" desc="test resource file, no license header"/>
7406f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/api/test/fuzztest/pluginstopsessioncmd_fuzzer/corpus/init" desc="test resource file, no license header"/>
7506f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/hilog_plugin/test/fuzztest/hilogstartplugin_fuzzer/corpus/init" desc="test resource file, no license header"/>
7606f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/cpu_plugin/test/fuzztest/cpustartplugin_fuzzer/corpus/init" desc="test resource file, no license header"/>
7706f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/diskio_plugin/test/fuzztest/diskiostartplugin_fuzzer/corpus/init" desc="test resource file, no license header"/>
7806f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/memory_plugin/test/fuzztest/memorystartplugin_fuzzer/corpus/init" desc="test resource file, no license header"/>
7906f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/native_daemon/native_memory_profiler_sa/test/fuzztest/nativedaemonsa_fuzzer/corpus/init" desc="test resource file, no license header"/>
8006f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/network_plugin/test/fuzztest/networkstartplugin_fuzzer/corpus/init" desc="test resource file, no license header"/>
8106f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilerstopsession_fuzzer/corpus/init" desc="test resource file, no license header"/>
8206f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/corpus/init" desc="test resource file, no license header"/>
8306f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilerfetchdata_fuzzer/corpus/init" desc="test resource file, no license header"/>
8406f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilercreatesession_fuzzer/corpus/init" desc="test resource file, no license header"/>
8506f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilerstartsession_fuzzer/corpus/init" desc="test resource file, no license header"/>
8606f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilergetcapabilities_fuzzer/corpus/init" desc="test resource file, no license header"/>
8706f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilerdestroysession_fuzzer/corpus/init" desc="test resource file, no license header"/>
8806f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/native_daemon/test/unittest/resource/testdata/.*" desc="test resource file, no license header"/>
8906f6ba60Sopenharmony_ci                <filteritem type="filepath" name="trace_analyzer/test/resource/.*" desc="test resource file, no license header"/>
9006f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/test/resource/.*" desc="the trace_streamer test file, no license header"/>
9106f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/prebuilts/buildgoogletest/.*.patch" desc="the third_party patch file, no license header"/>
9206f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/prebuilts/buildprotobuf/.*.patch" desc="the third_party patch file, no license header"/>
9306f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/prebuilts/buildsqlite/.*.patch" desc="the third_party patch file, no license header"/>
9406f6ba60Sopenharmony_ci                <filteritem type="filepath" name="hiebpf/test/resources/.*" desc="test resource file, no license header"/>
9506f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/.clang-format" desc="clang format file, no license header"/>
9606f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/.clang-tidy" desc="clang tidy file, no license header"/>
9706f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/.gitignore" desc="gitignore file, no license header"/>
9806f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/ftrace_plugin/test/unittest/resource/test_comm" desc="test resource file, no license header"/>
9906f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/ftrace_plugin/test/unittest/resource/test_tgid" desc="test resource file, no license header"/>
10006f6ba60Sopenharmony_ci                <filteritem type="filepath" name="LICENSE" desc="license file"/>
10106f6ba60Sopenharmony_ci                <filteritem type="filepath" name="hiebpf/src/hiebpf.bpf.c" desc="The hiebpf.bpf.c is dual licensed"/>
10206f6ba60Sopenharmony_ci                <filteritem type="filepath" name="hiebpf/include/bpf_log_writer.h" desc="The bpf_log_write.h is dual licensed"/>
10306f6ba60Sopenharmony_ci                <filteritem type="filepath" name="hiebpf/include/fstrace_progs.h" desc="The fstrace_progs.h is dual licensed"/>
10406f6ba60Sopenharmony_ci                <filteritem type="filepath" name="hiebpf/include/hiebpf_types.h" desc="The hiebpf_types.h is dual licensed"/>
10506f6ba60Sopenharmony_ci            </filefilter>
10606f6ba60Sopenharmony_ci            <filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies" >
10706f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/memory_plugin/test/utresources/proc/.*" desc="test resource file, no copyright header"/>
10806f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/cpu_plugin/test/resources/.*" desc="test resource file, no copyright header"/>
10906f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/diskio_plugin/test/resources/.*" desc="test resource file, no copyright header"/>
11006f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/network_plugin/test/utresources/.*" desc="test resource file, no copyright header"/>
11106f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/process_plugin/test/resources/.*" desc="test resource file, no copyright header"/>
11206f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/api/test/fuzztest/plugindestroysessioncmd_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
11306f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/api/test/fuzztest/pluginstartsessioncmd_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
11406f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
11506f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/api/test/fuzztest/pluginstopsessioncmd_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
11606f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/hilog_plugin/test/fuzztest/hilogstartplugin_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
11706f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/cpu_plugin/test/fuzztest/cpustartplugin_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
11806f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/diskio_plugin/test/fuzztest/diskiostartplugin_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
11906f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/memory_plugin/test/fuzztest/memorystartplugin_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
12006f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/native_daemon/native_memory_profiler_sa/test/fuzztest/nativedaemonsa_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
12106f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/network_plugin/test/fuzztest/networkstartplugin_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
12206f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilerstopsession_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
12306f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
12406f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilerfetchdata_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
12506f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilercreatesession_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
12606f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilerstartsession_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
12706f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilergetcapabilities_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
12806f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/services/profiler_service/test/fuzztest/profilerdestroysession_fuzzer/corpus/init" desc="test resource file, no copyright header"/>
12906f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/native_daemon/test/unittest/resource/testdata/.*" desc="test resource file, no copyright header"/>
13006f6ba60Sopenharmony_ci                <filteritem type="filepath" name="trace_analyzer/test/resource/.*" desc="test resource file, no copyright header"/>
13106f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/test/resource/.*" desc="the trace_streamer test file, no copyright header"/>
13206f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/prebuilts/buildgoogletest/.*.patch" desc="the third_party patch file, no copyright header"/>
13306f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/prebuilts/buildprotobuf/.*.patch" desc="the third_party patch file, no copyright header"/>
13406f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/prebuilts/buildsqlite/.*.patch" desc="the third_party patch file, no copyright header"/>
13506f6ba60Sopenharmony_ci                <filteritem type="filepath" name="hiebpf/test/resources/.*" desc="test resource file, no copyright header"/>
13606f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/.clang-format" desc="clang format file, no copyright header"/>
13706f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/.clang-tidy" desc="clang tidy file, no copyright header"/>
13806f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/.gitignore" desc="gitignore file, no copyright header"/>
13906f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/ftrace_plugin/test/unittest/resource/test_comm" desc="test resource file, no copyright header"/>
14006f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/ftrace_plugin/test/unittest/resource/test_tgid" desc="test resource file, no copyright header"/>
14106f6ba60Sopenharmony_ci            </filefilter>
14206f6ba60Sopenharmony_ci            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies" >
14306f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/arkts_plugin/test/resources/.*" desc="test binary file, the file is self-developed"/>
14406f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/native_daemon/test/unittest/resource/testdata/.*" desc="test binary file, the file is self-developed"/>
14506f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/ftrace_plugin/tools/trace_converter/test/unittest/resource/.*" desc="test binary file, the file is self-developed"/>
14606f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/ohosprofiler/src/main/resources/trace.db" desc="the binary file for host, the file is self-developed"/>
14706f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/ohosprofiler/src/main/resources/ohos/devtools.tar" desc="the binary file for host, the file is self-developed"/>
14806f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/ohosprofiler/src/test/resources/Demo.trace" desc="the binary file for host, the file is self-developed"/>
14906f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/ohosprofiler/src/main/resources/.*.png" desc="the png file for host, the file is self-developed"/>
15006f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/ohosprofiler/src/main/resources/.*.gif" desc="the gif file for host, the file is self-developed"/>
15106f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/ohosprofiler/libs/sdk.jar" desc="the sdk jar file, the file is self-developed"/>
15206f6ba60Sopenharmony_ci                <filteritem type="filepath" name="figures/zh-cn_image_0000001162598155.png" desc="the png file for readme, the file is self-developed"/>
15306f6ba60Sopenharmony_ci                <filteritem type="filepath" name="trace_analyzer/test/resource/htrace.bin" desc="the trace_streamer test file, the file is self-developed"/>
15406f6ba60Sopenharmony_ci                <filteritem type="filepath" name="trace_analyzer/prebuilts/windows/trace_streamer.exe" desc="the trace_streamer.exe executable file, the file is self-developed"/>
15506f6ba60Sopenharmony_ci                <filteritem type="filepath" name="trace_analyzer/prebuilts/linux/trace_streamer" desc="the trace_streamer executable file, the file is self-developed"/>
15606f6ba60Sopenharmony_ci                <filteritem type="filepath" name="trace_analyzer/prebuilts/macx/trace_streamer" desc="the trace_streamer executable file, the file is self-developed"/>
15706f6ba60Sopenharmony_ci                <filteritem type="filepath" name="trace_analyzer/test/resource/.*" desc="the trace_streamer test file, the file is self-developed"/>
15806f6ba60Sopenharmony_ci                <filteritem type="filepath" name="trace_analyzer/test/resource/ut_bytrace_input_thread_gold.db" desc="the trace_streamer test file, the file is self-developed"/>
15906f6ba60Sopenharmony_ci                <filteritem type="filepath" name="trace_analyzer/test/resource/ut_bytrace_input_full_gold.db" desc="the trace_streamer test file, the file is self-developed"/>
16006f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/test/resource/.*" desc="the trace_streamer test file, the file is self-developed"/>
16106f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/prebuilts/buildgoogletest/.*.patch" desc="the third_party patch file, the file is self-developed"/>
16206f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/prebuilts/buildprotobuf/.*.patch" desc="the third_party patch file, the file is self-developed"/>
16306f6ba60Sopenharmony_ci                <filteritem type="filepath" name="host/smartperf/trace_streamer/prebuilts/buildsqlite/.*.patch" desc="the third_party patch file, the file is self-developed"/>
16406f6ba60Sopenharmony_ci                <filteritem type="filepath" name="hiebpf/test/resources/elf32.unstripped" desc="the hiebpf test file, the file is self-developed"/>
16506f6ba60Sopenharmony_ci                <filteritem type="filepath" name="hiebpf/test/resources/elf64.stripped" desc="the hiebpf test file, the file is self-developed"/>
16606f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/native_daemon/test/unittest/resource/testdata/syms_from_readelf_64" desc="the binary file for test, the file is self-developed"/>
16706f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/native_daemon/test/unittest/resource/testdata/syms_from_readelf_32" desc="the binary file for test, the file is self-developed"/>
16806f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/ftrace_plugin/test/unittest/resource/test_raw_0" desc="the ftrace test file, the file is self-developed"/>
16906f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/ftrace_plugin/test/unittest/resource/test_raw_1" desc="the ftrace test file, the file is self-developed"/>
17006f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/ftrace_plugin/test/unittest/resource/test_raw_2" desc="the ftrace test file, the file is self-developed"/>
17106f6ba60Sopenharmony_ci                <filteritem type="filepath" name="device/plugins/ftrace_plugin/test/unittest/resource/test_raw_3" desc="the ftrace test file, the file is self-developed"/>
17206f6ba60Sopenharmony_ci            </filefilter>
17306f6ba60Sopenharmony_ci        </filefilterlist>
17406f6ba60Sopenharmony_ci    </oatconfig>
17506f6ba60Sopenharmony_ci</configuration>
176