intelligo
This commit is contained in:
parent
60b638d342
commit
c9934e43d9
2 changed files with 8 additions and 9 deletions
|
@ -35,8 +35,6 @@
|
||||||
<!-- To receive data from Aidex -->
|
<!-- To receive data from Aidex -->
|
||||||
<uses-permission android:name="com.microtechmd.cgms.aidex.permissions.RECEIVE_BG_ESTIMATE" />
|
<uses-permission android:name="com.microtechmd.cgms.aidex.permissions.RECEIVE_BG_ESTIMATE" />
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
|
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".MainApp"
|
android:name=".MainApp"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
|
|
|
@ -368,35 +368,36 @@ abstract class PluginsModule {
|
||||||
@AllConfigs
|
@AllConfigs
|
||||||
@IntoMap
|
@IntoMap
|
||||||
@IntKey(470)
|
@IntKey(470)
|
||||||
abstract fun bindGlunovoPlugin(plugin: GlunovoPlugin): PluginBase@Binds
|
abstract fun bindGlunovoPlugin(plugin: GlunovoPlugin): PluginBase
|
||||||
|
|
||||||
|
@Binds
|
||||||
@AllConfigs
|
@AllConfigs
|
||||||
@IntoMap
|
@IntoMap
|
||||||
@IntKey(475)
|
@IntKey(473)
|
||||||
abstract fun bindIntelligoPlugin(plugin: IntelligoPlugin): PluginBase
|
abstract fun bindIntelligoPlugin(plugin: IntelligoPlugin): PluginBase
|
||||||
|
|
||||||
@Binds
|
@Binds
|
||||||
@AllConfigs
|
@AllConfigs
|
||||||
@IntoMap
|
@IntoMap
|
||||||
@IntKey(480)
|
@IntKey(475)
|
||||||
abstract fun bindRandomBgPlugin(plugin: RandomBgPlugin): PluginBase
|
abstract fun bindRandomBgPlugin(plugin: RandomBgPlugin): PluginBase
|
||||||
|
|
||||||
// @Binds
|
// @Binds
|
||||||
// @NotNSClient
|
// @NotNSClient
|
||||||
// @IntoMap
|
// @IntoMap
|
||||||
// @IntKey(485)
|
// @IntKey(480)
|
||||||
// abstract fun bindOpenHumansPlugin(plugin: OpenHumansUploader): PluginBase
|
// abstract fun bindOpenHumansPlugin(plugin: OpenHumansUploader): PluginBase
|
||||||
|
|
||||||
@Binds
|
@Binds
|
||||||
@NotNSClient
|
@NotNSClient
|
||||||
@IntoMap
|
@IntoMap
|
||||||
@IntKey(490)
|
@IntKey(480)
|
||||||
abstract fun bindsOpenHumansPlugin(plugin: OpenHumansUploader): PluginBase
|
abstract fun bindsOpenHumansPlugin(plugin: OpenHumansUploader): PluginBase
|
||||||
|
|
||||||
@Binds
|
@Binds
|
||||||
@AllConfigs
|
@AllConfigs
|
||||||
@IntoMap
|
@IntoMap
|
||||||
@IntKey(495)
|
@IntKey(490)
|
||||||
abstract fun bindConfigBuilderPlugin(plugin: ConfigBuilderPlugin): PluginBase
|
abstract fun bindConfigBuilderPlugin(plugin: ConfigBuilderPlugin): PluginBase
|
||||||
|
|
||||||
@Binds
|
@Binds
|
||||||
|
@ -417,4 +418,4 @@ abstract class PluginsModule {
|
||||||
@Qualifier
|
@Qualifier
|
||||||
annotation class APS
|
annotation class APS
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue