mirror of
https://gitee.com/openharmony/telephony_cellular_data
synced 2024-11-23 07:49:51 +00:00
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>
This commit is contained in:
parent
830aa3d65e
commit
6fe4729bdf
30
OAT.xml
Normal file
30
OAT.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<?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>
|
Loading…
Reference in New Issue
Block a user