-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatforms.xml
More file actions
27 lines (27 loc) · 790 Bytes
/
Copy pathplatforms.xml
File metadata and controls
27 lines (27 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<project>
<!-- 微信小游戏库编译 -->
<section if="wechat || qihoo || qqquick || baidu || g4399 || bili || mgc || tt || ks || meituan">
<haxelib name="wechat-zygame-dom" />
</section>
<section if="oppo">
<haxelib name="oppo-rpk-core" />
</section>
<section if="huawei">
<haxelib name="huawei-rpk-core" />
</section>
<section if="wifi">
<haxelib name="wifi-cpk-core" />
</section>
<section if="vivo">
<haxelib name="vivo-rpk-core" />
</section>
<section if="xiaomi">
<haxelib name="xiaomi-rpk-core" />
</section>
<section if="meizu">
<haxelib name="meizu-rpk-core" />
</section>
<section if="lianxin">
<haxelib name="lianxin-sdk"/>
</section>
</project>