telephony_cellular_data/OAT.xml
liuxiyao223 6fe4729bdf IssueNo:Add the binary file filtering policy
Description:Add the binary file filtering policy
Sig:SIG_Telephony
Feature or Bugfix: Bugfix
Binary Source: No

Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
2024-06-06 14:27:22 +08:00

30 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2024 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.
Notes:
This is project config file for OpenHarmony OSS Audit Tool, if you have any questions or concerns, please email chenyaxun.
-->
<configuration>
<oatconfig>
<filefilterlist>
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
<filteritem type="filepath" name="figures/zh-cn_architecture-of-the-cellular-data-module.png" desc="png文件,不参与打包不影响兼容性"/>
<filteritem type="filepath" name="figures/en-us_architecture-of-the-cellular-data-module.png" desc="png文件,不参与打包不影响兼容性"/>
</filefilter>
</filefilterlist>
</oatconfig>
</configuration>