My favorites | Sign in
Logo
                
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
-ignorewarnings
#-dontoptimize
-allowaccessmodification
#-dontshrink
#-dontobfuscate
-defaultpackage 'bc2'
-dontusemixedcaseclassnames
-keep public class net.sf.bluecove.obex.Main {
public static void main(java.lang.String[]);
}
-keep public class net.sf.bluecove.obex.Deploy {
public static void main(java.lang.String[]);
}
-keepnames public class com.intel.bluetooth.BlueCoveImpl {
}
-keep class * implements com.intel.bluetooth.BluetoothStack {
public <methods>;
native <methods>;
}
-keepclasseswithmembernames class * implements com.intel.bluetooth.BluetoothStack {
public <methods>;
native <methods>;
}
-keepclassmembers class * implements com.intel.bluetooth.DeviceInquiryRunnable {
public <methods>;
}
-keepclassmembers class com.intel.bluetooth.DebugLog {
public static void nativeDebugCallback(java.lang.String, int, java.lang.String);
}
-keepclassmembers class com.intel.bluetooth.ServiceRecordImpl {
void populateAttributeValue(int, javax.bluetooth.DataElement);
}
-keep public class com.intel.bluetooth.DeviceInquiryThread {
}
-keepclasseswithmembernames class com.intel.bluetooth.DeviceInquiryThread {
public <methods>;
}
-keep public class javax.bluetooth.DiscoveryListener {
}
-keepclasseswithmembernames class com.intel.bluetooth.SearchServicesThread {
public <methods>;
}
-keep class * extends java.io.IOException {
<init>(java.lang.String);
}
-keep public class javax.bluetooth.UUID {
private byte[] uuidValue;
}
-keep public class javax.bluetooth.DataElement {
public <methods>;
}
-keepnames public class javax.bluetooth.RemoteDevice {
}
Show details Hide details

Change log

r2636 by skarzhevskyy on Dec 19, 2008   Diff
fixed proguard for installer
Go to: 
Project members, sign in to write a code review

Older revisions

r2572 by skarzhevskyy on Dec 12, 2008   Diff
keep exceptions during proguard
r2561 by skarzhevskyy on Dec 11, 2008   Diff
keep DeviceInquiryRunnable
r2408 by skarzhevskyy on Oct 09, 2008   Diff
organize product to modules
All revisions of this file

File info

Size: 1612 bytes, 53 lines

File properties

svn:mime-type
text/plain
svn:eol-style
native
svn:keywords
Date Author Id Revision
Hosted by Google Code