896275ea创建于 2024年9月18日历史提交
<?xml version="1.0" encoding="UTF-8"?>
<!--
    The MIT License (MIT)
    Copyright (C) 2024 Huawei Device Co., Ltd.

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
    -->
<configuration>
    <oatconfig>
        <licensefile></licensefile>
        <policylist>
            <policy name="projectPolicy" desc="">
                <policyitem type="copyright" name="Huawei Device Co., Ltd." path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/>
                <policyitem type="license" name="MIT" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
            </policy>
        </policylist>
        <filefilterlist>
            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies" >
                <filteritem type="filename" name=".*.png" desc="png figures and png app resource"/>
            </filefilter>
            <filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies">
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="*.json5" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="*.json5.ftl" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="hvigor-wrapper.js" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="hvigorw" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="hvigorw.bat" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="hvigorfile.ts" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="*.json" type="filename"/>
                <filteritem desc="toml files are treated the same as readme files" name=".*.toml" type="filename"/>
            </filefilter>
            <filefilter
                    desc="Filters for compatibility,license header policies"
                    name="copyrightPolicyFilter">
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="*.json5" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="*.json5.ftl" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="hvigor-wrapper.js" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="hvigorw" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="hvigorw.bat" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="hvigorfile.ts" type="filename"/>
                <filteritem desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="*.json" type="filename"/>
                <filteritem desc="toml files are treated the same as readme files" name=".*.toml" type="filename"/>
            </filefilter>
        </filefilterlist>
    </oatconfig>
</configuration>