Wuyx
2017-01-04 0ba5a82e9ec833aa36729dfbad7deffbf3ea05c6
commit | author | age
6e1425 1 <?xml version="1.0" encoding="UTF-8"?>
H 2 <config>
3     <version val="WA1.1.0"/>
4     <comps>
5         <!-- 用户模块 -->
6         <comp module="USR" plaf="WINGA" mandatory="YES" value="WASdkUser" desc="WINGA用户账户"/>
7         <!-- 基础支付模块 -->
8         <comp module="PAY" plaf="WINGA" value="WASdkPay" desc="基础支付"/>
9         <!-- 数据收集模块 -->
10         <comp module="TRA" plaf="WINGA" mandatory="YES" value="WASdkTrack" desc="WINGA数据统计"/>
11         <!-- 数据收集模块 -->
12         <comp module="SOC" plaf="WINGA" mandatory="YES" value="WASdkSocial" desc="WINGA社交"/>
13         <!-- 应用墙模块 -->
14         <comp module="APW" plaf="WINGA" mandatory="NO" value="WASdkAppWall" desc="应用墙"/>
15         <!-- 热更新 -->
16         <comp module="HUP" plaf="WINGA" mandatory="NO" value="WASdkHotUpdate" desc="热更新"/>
17         
18         <!-- 公共模块 -->
19         <comp module="CORE" plaf="WINGA" mandatory="YES" value="WASdkCore" desc="公共模块"/>
20     </comps>
21     <ops>
22         <op type="copy" category="res" isFile="NO" from="frameworks" to="wasdk/wa/frameworks" />
23         <op type="copy" category="res" isFile="NO" from="bundle" to="wasdk/wa/bundle" />
24         <op type="ref" category="res" isFile="NO" from="usr/lib/libz.tbd"/>
25         <op type="ref" category="res" isFile="NO" from="usr/lib/libsqlite3.tbd"/>
26         <op type="ref" category="res" isFile="NO" from="System/Library/Frameworks/AdSupport.framework"/>
27         <op type="copy" category="res" isFile="NO" from="localizable" to="wasdk/wa/localizable"/>
28     </ops>
29 </config>