1ced56a00Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 2ced56a00Sopenharmony_ci<!-- Copyright (c) 2023 Huawei Device Co., Ltd. 3ced56a00Sopenharmony_ci 4ced56a00Sopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 5ced56a00Sopenharmony_ci you may not use this file except in compliance with the License. 6ced56a00Sopenharmony_ci You may obtain a copy of the License at 7ced56a00Sopenharmony_ci 8ced56a00Sopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 9ced56a00Sopenharmony_ci 10ced56a00Sopenharmony_ci Unless required by applicable law or agreed to in writing, software 11ced56a00Sopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 12ced56a00Sopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13ced56a00Sopenharmony_ci See the License for the specific language governing permissions and 14ced56a00Sopenharmony_ci limitations under the License. 15ced56a00Sopenharmony_ci 16ced56a00Sopenharmony_ci--> 17ced56a00Sopenharmony_ci 18ced56a00Sopenharmony_ci<!-- 19ced56a00Sopenharmony_ciThis is the configuration file template for OpenHarmony OSS Audit Tool, 20ced56a00Sopenharmony_ciplease copy it to your project root dir and modify it refer to OpenHarmony/tools_oat/README. 21ced56a00Sopenharmony_ci--> 22ced56a00Sopenharmony_ci 23ced56a00Sopenharmony_ci<configuration> 24ced56a00Sopenharmony_ci <oatconfig> 25ced56a00Sopenharmony_ci <policylist> 26ced56a00Sopenharmony_ci <policy name="projectPolicy" desc=""> 27ced56a00Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0 WITH Linux-syscall-note" path="common/fsverity_uapi.h" desc="linux头文件属于uapi可以使用"/> 28ced56a00Sopenharmony_ci </policy> 29ced56a00Sopenharmony_ci </policylist> 30ced56a00Sopenharmony_ci <filefilterlist> 31ced56a00Sopenharmony_ci <filefilter name="binaryFileTypePolicyFilter" desc="binary file filter"> 32ced56a00Sopenharmony_ci <filteritem type="filepath" name="testdata/.*" desc="测试数据文件"/> 33ced56a00Sopenharmony_ci </filefilter> 34ced56a00Sopenharmony_ci </filefilterlist> 35ced56a00Sopenharmony_ci </oatconfig> 36ced56a00Sopenharmony_ci</configuration> 37