[2.13.0-arch-opt] move impl of modules from hmi to app
This commit is contained in:
@@ -51,7 +51,7 @@ dependencies {
|
||||
|
||||
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
|
||||
implementation rootProject.ext.dependencies.mogo_core_data
|
||||
implementation project(path: ':libraries:mogo-adas')
|
||||
compileOnly project(path: ':libraries:mogo-adas')
|
||||
compileOnly rootProject.ext.dependencies.mogomapapi
|
||||
} else {
|
||||
implementation project(':core:mogo-core-data')
|
||||
|
||||
@@ -22,6 +22,8 @@ interface IDevaToolsProvider : IProvider {
|
||||
*/
|
||||
fun initBiz()
|
||||
|
||||
fun checkMonitorDb()
|
||||
|
||||
/**
|
||||
* 开始抓取日志,默认10min
|
||||
*/
|
||||
@@ -160,4 +162,14 @@ interface IDevaToolsProvider : IProvider {
|
||||
fun queryAppUpgrade()
|
||||
|
||||
fun getEnvConfig(): EnvConfig?
|
||||
|
||||
fun getEnvCityName():String
|
||||
|
||||
fun getEnvNetMode():String
|
||||
|
||||
fun envConfigReset()
|
||||
|
||||
fun envConfigChange(cityCode: String, netMode: Int)
|
||||
|
||||
fun dockerVersion(dockerVersion: String?)
|
||||
}
|
||||
Reference in New Issue
Block a user