diff --git a/core/function-impl/mogo-core-function-msgbox/.gitignore b/core/function-impl/mogo-core-function-datacenter/.gitignore similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/.gitignore rename to core/function-impl/mogo-core-function-datacenter/.gitignore diff --git a/core/function-impl/mogo-core-function-msgbox/build.gradle b/core/function-impl/mogo-core-function-datacenter/build.gradle similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/build.gradle rename to core/function-impl/mogo-core-function-datacenter/build.gradle diff --git a/core/function-impl/mogo-core-function-msgbox/consumer-rules.pro b/core/function-impl/mogo-core-function-datacenter/consumer-rules.pro similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/consumer-rules.pro rename to core/function-impl/mogo-core-function-datacenter/consumer-rules.pro diff --git a/core/function-impl/mogo-core-function-msgbox/gradle.properties b/core/function-impl/mogo-core-function-datacenter/gradle.properties similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/gradle.properties rename to core/function-impl/mogo-core-function-datacenter/gradle.properties diff --git a/core/function-impl/mogo-core-function-msgbox/proguard-rules.pro b/core/function-impl/mogo-core-function-datacenter/proguard-rules.pro similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/proguard-rules.pro rename to core/function-impl/mogo-core-function-datacenter/proguard-rules.pro diff --git a/core/function-impl/mogo-core-function-msgbox/src/main/AndroidManifest.xml b/core/function-impl/mogo-core-function-datacenter/src/main/AndroidManifest.xml similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/src/main/AndroidManifest.xml rename to core/function-impl/mogo-core-function-datacenter/src/main/AndroidManifest.xml diff --git a/core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/DataManager.kt b/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/DataManager.kt similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/DataManager.kt rename to core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/DataManager.kt diff --git a/core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/MsgBoxConfig.kt b/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/MsgBoxConfig.kt similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/MsgBoxConfig.kt rename to core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/MsgBoxConfig.kt diff --git a/core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/MsgBoxProvider.kt b/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/MsgBoxProvider.kt similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/MsgBoxProvider.kt rename to core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/MsgBoxProvider.kt diff --git a/core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxDao.kt b/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxDao.kt similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxDao.kt rename to core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxDao.kt diff --git a/core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxDb.kt b/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxDb.kt similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxDb.kt rename to core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxDb.kt diff --git a/core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxInfo.kt b/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxInfo.kt similarity index 100% rename from core/function-impl/mogo-core-function-msgbox/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxInfo.kt rename to core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/msgbox/db/MsgBoxInfo.kt diff --git a/core/function-impl/mogo-core-function-hmi/build.gradle b/core/function-impl/mogo-core-function-hmi/build.gradle index 9cd53d0574..13e538fbb1 100644 --- a/core/function-impl/mogo-core-function-hmi/build.gradle +++ b/core/function-impl/mogo-core-function-hmi/build.gradle @@ -135,7 +135,7 @@ dependencies { api project(':core:function-impl:mogo-core-function-dispatch') api project(':core:function-impl:mogo-core-function-chat') api project(':core:function-impl:mogo-core-function-bindingcar') - api project(':core:function-impl:mogo-core-function-msgbox') + api project(':core:function-impl:mogo-core-function-datacenter') api project(':core:mogo-core-function-call') api project(':core:mogo-core-function-api') diff --git a/settings.gradle b/settings.gradle index b79fd3b228..42e5933255 100644 --- a/settings.gradle +++ b/settings.gradle @@ -49,7 +49,7 @@ include ':core:function-impl:mogo-core-function-bindingcar' // 车聊聊业务 include ':core:function-impl:mogo-core-function-chat' // 消息盒子 -include ':core:function-impl:mogo-core-function-msgbox' +include ':core:function-impl:mogo-core-function-datacenter' // 服务 include ':services:mogo-service-api'