mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-23 06:50:40 +00:00
fix warn. oat.xml filter
Signed-off-by: wangmiaoliang <wangmiaoliang1@huawei.com> Change-Id: I0d83014e19b157411482306f8979d0e50113a408
This commit is contained in:
parent
3cc63e6e65
commit
3bfb836086
@ -1,17 +1,2 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2021-2023 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.
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
|
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
|
||||||
module.exports = require('@ohos/hvigor-ohos-plugin').hapTasks
|
module.exports = require('@ohos/hvigor-ohos-plugin').hapTasks
|
||||||
|
1
OAT.xml
1
OAT.xml
@ -59,6 +59,7 @@ Note:If the text contains special characters, please escape them according to th
|
|||||||
<filefilterlist>
|
<filefilterlist>
|
||||||
<filefilter name="defaultFilter" desc="Files that do not need to be scanned">
|
<filefilter name="defaultFilter" desc="Files that do not need to be scanned">
|
||||||
<filteritem type="filename" name="*.cfg" desc="cfg no need to add policy"/>
|
<filteritem type="filename" name="*.cfg" desc="cfg no need to add policy"/>
|
||||||
|
<filteritem type="filename" name="hvigorfile.js" desc=".js not need check"/>
|
||||||
</filefilter>
|
</filefilter>
|
||||||
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies" >
|
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies" >
|
||||||
<filteritem type="filepath" name="figures/.*" desc="Self-developed image"/>
|
<filteritem type="filepath" name="figures/.*" desc="Self-developed image"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user