


# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
#   http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
#   public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
# 保留所有的本地native方法不被混淆
-keepclasseswithmembernames class * {
    native <methods>;
}

# TPCore
-keep class com.tencent.thumbplayer.core.** { *; }
-keep interface com.tencent.thumbplayer.core.** { *; }

#ThumbPlayer
-keep class com.tencent.thumbplayer.api.** { *; }
-keep interface com.tencent.thumbplayer.api.** { *; }
-keep class com.tencent.thumbplayer.utils.TPLogUtil { *; }
-keep class com.tencent.thumbplayer.config.* { *; }
-keep class com.tencent.thumbplayer.adapter.strategy.utils.** { *; }
-keep interface com.tencent.thumbplayer.adapter.strategy.utils.** { *; }
-keep class com.tencent.thumbplayer.adapter.strategy.utils.TPNativeKeyMap.* { *; }
-keep class com.tencent.thumbplayer.tplayer.plugins.report.TPReportParams { *; }
-keep class com.tencent.thumbplayer.tplayer.plugins.report.TPReportParams$* { *; }
-keep class com.tencent.thumbplayer.tplayer.TPOptionalIDInternal { *; }
-keep class com.tencent.thumbplayer.api.TPOptionalID { *; }
-keep class com.tencent.thumbplayer.common.TPInternalOptionalID { *;}

-keep class com.tencent.tvk.qimei.** { *;}
-keep class com.tencent.tvkbeacon.** {*;}
-keep class com.tencent.tvkqmsp.** {*;}





# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
#   http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
#   public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
# 保留所有的本地native方法不被混淆
-keepclasseswithmembernames class * {
    native <methods>;
}

# TPCore
-keep class com.tencent.thumbplayer.core.** { *; }
-keep interface com.tencent.thumbplayer.core.** { *; }

#ThumbPlayer
-keep class com.tencent.thumbplayer.api.** { *; }
-keep interface com.tencent.thumbplayer.api.** { *; }
-keep class com.tencent.thumbplayer.utils.TPLogUtil { *; }
-keep class com.tencent.thumbplayer.config.* { *; }
-keep class com.tencent.thumbplayer.adapter.strategy.utils.** { *; }
-keep interface com.tencent.thumbplayer.adapter.strategy.utils.** { *; }
-keep class com.tencent.thumbplayer.adapter.strategy.utils.TPNativeKeyMap.* { *; }
-keep class com.tencent.thumbplayer.tplayer.plugins.report.TPReportParams { *; }
-keep class com.tencent.thumbplayer.tplayer.plugins.report.TPReportParams$* { *; }
-keep class com.tencent.thumbplayer.tplayer.TPOptionalIDInternal { *; }
-keep class com.tencent.thumbplayer.api.TPOptionalID { *; }
-keep class com.tencent.thumbplayer.common.TPInternalOptionalID { *;}

-keep class com.tencent.tvk.qimei.** { *;}
-keep class com.tencent.tvkbeacon.** {*;}
-keep class com.tencent.tvkqmsp.** {*;}


