1e3514079Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
2e3514079Sopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
3e3514079Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
4e3514079Sopenharmony_ci     you may not use this file except in compliance with the License.
5e3514079Sopenharmony_ci     You may obtain a copy of the License at
6e3514079Sopenharmony_ci
7e3514079Sopenharmony_ci         http://www.apache.org/licenses/LICENSE-2.0
8e3514079Sopenharmony_ci
9e3514079Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
10e3514079Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
11e3514079Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12e3514079Sopenharmony_ci     See the License for the specific language governing permissions and
13e3514079Sopenharmony_ci     limitations under the License.
14e3514079Sopenharmony_ci-->
15e3514079Sopenharmony_ci<configuration>
16e3514079Sopenharmony_ci    <oatconfig>
17e3514079Sopenharmony_ci        <filefilterlist>
18e3514079Sopenharmony_ci            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
19e3514079Sopenharmony_ci                <filteritem type="filepath" name="test/resource/.*" desc="For license see the license of this project."/>
20e3514079Sopenharmony_ci            </filefilter>
21e3514079Sopenharmony_ci            <filefilter name="defaultPolicyFilter" desc="Filters for license header policies">
22e3514079Sopenharmony_ci                <filteritem type="filepath" name="test/resource/.*" desc="License header could not be added to binary resource files."/>
23e3514079Sopenharmony_ci            </filefilter>
24e3514079Sopenharmony_ci            <filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies">
25e3514079Sopenharmony_ci                <filteritem type="filepath" name="test/resource/.*" desc="Copyright header could not be added to binary resource files."/>
26e3514079Sopenharmony_ci            </filefilter>
27e3514079Sopenharmony_ci	</filefilterlist>
28e3514079Sopenharmony_ci    </oatconfig>
29e3514079Sopenharmony_ci</configuration>
30