Selaa lähdekoodia

新增cpu-count.jar & 更新wade-mobile.jar & 引入插码

leijie 8 vuotta sitten
vanhempi
commit
e6daf2a2c8

+ 18 - 0
display-client/assets/count-config.xml

1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<config>
2
<config>
3
    <monitor class="com.ai.ipu.count.monitor.impl.IpuPageMonitor">
4
        <count class="com.wade.mobile.func.MobileUI">
5
            <method>openPage</method>
6
            <method>openTemplate</method>
7
        </count>
8
    </monitor>
9
    
10
    <monitor class="com.ai.ipu.count.monitor.impl.IpuScanMonitor">
11
        <count class="com.ai.ipu.scan.func.IpuScan">
12
            <method>scanSingle</method>
13
        </count>
14
    </monitor>
15
    
16
    <monitor class="com.ai.ipu.count.monitor.impl.IpuPluginMonitor">
17
        <count class="com.wade.mobile.frame.plugin.PluginManager">
18
            <method>execute</method>
19
        </count>
20
    </monitor>
3
</config>
21
</config>

+ 1 - 8
display-client/project.properties

13
# Project target.
13
# Project target.
14
target=android-22
14
target=android-22
15
android.library=false
15
android.library=false
16
android.library.reference.1=../../android/ipu-push
16
android.library.reference.1=../wade-mobile-common
17
android.library.reference.2=../wade-mobile-lib
17
android.library.reference.2=../wade-mobile-lib
18
android.library.reference.3=../ipu-baidumap-lib
19
android.library.reference.4=../ipu-pathmenu
20
android.library.reference.9=../wade-mobile-common
21
android.library.reference.5=../../android/ipu-voice
22
android.library.reference.6=../ipu-open-platform
23
android.library.reference.7=../ipu-bluetooth
24
android.library.reference.10=../../android/ipu-share

+ 9 - 9
ipu-client/.classpath

1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="gen"/>
4
	<classpathentry kind="src" path="src"/>
5
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
6
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
7
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
8
	<classpathentry kind="output" path="bin/classes"/>
9
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="gen"/>
4
	<classpathentry kind="src" path="src"/>
5
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
6
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
7
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
8
	<classpathentry kind="output" path="bin/classes"/>
9
</classpath>

+ 10 - 9
ipu-pathmenu/.classpath

1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="src"/>
4
	<classpathentry kind="src" path="gen"/>
5
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
6
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
7
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
8
	<classpathentry kind="output" path="bin/classes"/>
9
</classpathntry kind="output" path="bin/classes"/>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="src"/>
4
	<classpathentry kind="src" path="gen"/>
5
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
6
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
7
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
8
	<classpathentry combineaccessrules="false" kind="src" path="/wade-mobile"/>
9
	<classpathentry kind="output" path="bin/classes"/ntry kind="output" path="bin/classes"/>
10
</classpath>

+ 0 - 1
ipu-pathmenu/AndroidManifest.xml

12
12
13
    <application
13
    <application
14
        android:allowBackup="true"
14
        android:allowBackup="true"
15
        android:icon="@drawable/ic_launcher"
16
        android:label="@string/app_name"
15
        android:label="@string/app_name"
17
        android:theme="@style/AppTheme" >
16
        android:theme="@style/AppTheme" >
18
        <activity
17
        <activity

BIN
ipu-pathmenu/ic_launcher-web.png


BIN
ipu-pathmenu/res/drawable-hdpi/ic_launcher.png


BIN
ipu-pathmenu/res/drawable-mdpi/ic_launcher.png


BIN
ipu-pathmenu/res/drawable-xhdpi/ic_launcher.png


BIN
ipu-pathmenu/res/drawable-xxhdpi/ic_launcher.png


BIN
wade-mobile-common/libs/ipu-count-1.0.jar


BIN
wade-mobile-common/libs/wade-mobile.jar