global_resource_management/OAT.xml
VictoriaGuo 072edbb668 Optimize code
Signed-off-by: VictoriaGuo <guojia2@huawei.com>
2022-03-12 16:06:24 +08:00

30 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2021 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.
-->
<configuration>
<oatconfig>
<filefilterlist>
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
<filteritem type="filepath" name="test/resource/.*" desc="For license see the license of this project."/>
</filefilter>
<filefilter name="defaultPolicyFilter" desc="Filters for license header policies">
<filteritem type="filepath" name="test/resource/.*" desc="License header could not be added to binary resource files."/>
</filefilter>
<filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies">
<filteritem type="filepath" name="test/resource/.*" desc="Copyright header could not be added to binary resource files."/>
</filefilter>
</filefilterlist>
</oatconfig>
</configuration>