24 Star 251 Fork 95

OpenHarmony-SIG/ohos_axios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
OAT.xml 6.69 KB
一键复制 编辑 原始数据 按行查看 历史
yang 提交于 2024-06-20 16:51 . OAT.xml 增加版权头
<?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=""/>
<policyitem type="filetype" name="!archive" path=".*" rule="must" group="defaultGroup" filefilter="binaryFileTypePolicyFilter" desc=""/>
</policy>
</policylist>
<filefilterlist>
<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="源库文件" name="library/src/main/ets/components/lib/defaults/.*" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/helpers/.*" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/platform/index.js" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/cancel/.*" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/core/.*" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/adapters/http.js" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/adapters/xhr.js" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/env/axios.js" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/utils.js" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/axios.js" type="filepath"/>
<filteritem desc="源库文件" name="library/index.d.cts" type="filepath"/>
<filteritem desc="源库文件" name="library/index.d.ts" type="filepath"/>
<filteritem desc="源库文件" name="library/index.js" type="filepath"/>
<filteritem desc="运行demo所需的服务端代码" name="HttpServe/.*" type="filepath"/>
</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="源库文件" name="library/src/main/ets/components/lib/defaults/.*" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/helpers/.*" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/platform/index.js" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/cancel/.*" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/core/.*" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/adapters/http.js" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/adapters/xhr.js" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/env/axios.js" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/utils.js" type="filepath"/>
<filteritem desc="源库文件" name="library/src/main/ets/components/lib/axios.js" type="filepath"/>
<filteritem desc="源库文件" name="library/index.d.cts" type="filepath"/>
<filteritem desc="源库文件" name="library/index.d.ts" type="filepath"/>
<filteritem desc="源库文件" name="library/index.js" type="filepath"/>
<filteritem desc="运行demo所需的服务端代码" name="HttpServe/.*" type="filepath"/>
</filefilter>
</filefilterlist>
</oatconfig>
</configuration>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-sig/ohos_axios.git
git@gitee.com:openharmony-sig/ohos_axios.git
openharmony-sig
ohos_axios
ohos_axios
master

搜索帮助