Files
MoGoEagleEye/settings.gradle
donghongyu 704200d03f [opt 3.0]
[Change]
[1、修改msgbox--》datacenter]

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
2022-12-22 10:44:53 +08:00

91 lines
2.7 KiB
Groovy
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
rootProject.name = 'MoGoEagleEye'
include ':app'
include ':app_ipc_monitoring'
include ':app_mogo_magic_ring'
// 核心模块
// 公用数据实体
include ':core:mogo-core-data'
// 公用资源
include ':core:mogo-core-res'
// 公用工具类
include ':core:mogo-core-utils'
// 网络请求
include ':core:mogo-core-network'
// 功能定义接口
include ':core:mogo-core-function-api'
// 模块对外暴露等调用接口
include ':core:mogo-core-function-call'
// deva开发工具套件
include ':core:function-impl:mogo-core-function-devatools'
// 业务实现
// UI 展示及交互
// Main 应用主入口封装,在这里进行初始化应用
include ':core:function-impl:mogo-core-function-hmi'
// 小地图控件
// 地图控件HD-高精地图
include ':core:function-impl:mogo-core-function-map'
// v2x预警业务本地+云端预警
include ':core:function-impl:mogo-core-function-v2x'
// 自研OBU业务
include ':core:function-impl:mogo-core-function-obu-mogo'
// 车辆及自动驾驶状态检测模块
include ':core:function-impl:mogo-core-function-check'
// 云公告相关的业务UI写到HMI这里只处理数据及功能逻辑
include ':core:function-impl:mogo-core-function-notice'
// 自动驾驶相关能力,控制自动驾驶,获取自动驾驶识别信息,自车感知预警等
include ':core:function-impl:mogo-core-function-autopilot'
// 行车超视距服务,路测摄像头、前车摄像头
include ':core:function-impl:mogo-core-function-monitoring'
// USB 行车记录仪
include ':core:function-impl:mogo-core-function-carcorder'
// 调度业务
include ':core:function-impl:mogo-core-function-dispatch'
// 绑定车机
include ':core:function-impl:mogo-core-function-bindingcar'
// 车聊聊业务
include ':core:function-impl:mogo-core-function-chat'
// 消息盒子
include ':core:function-impl:mogo-core-function-datacenter'
// 服务
include ':services:mogo-service-api'
include ':services:mogo-service'
// 模块
include ':foudations:mogo-aicloud-services-sdk'
include ':foudations:mogo-commons'
// 基础库
include ':libraries:map-usbcamera'
include ':libraries:mogo-map-api'
include ':libraries:mogo-map'
include ':libraries:mogo-adas'
include ':libraries:mogo-adas-data'
// OLD业务模块
include ':modules:mogo-module-common'
// 语音
include ':tts:tts-base'
include ':tts:tts-pad'
// 测试DEBUG
include ':test:crashreport'
//include ':test:crashreport-bugly'
include ':test:crashreport-noop'
include ':test:crashreport-upgrade'
include ':test:crashreport-apmbyte'
//OCH 业务模块
include ':OCH:mogo-och-bus'
include ':OCH:mogo-och-bus-passenger'
include ':OCH:mogo-och-taxi'
include ':OCH:mogo-och-taxi-passenger'
include ':OCH:mogo-och-noop'
include(':OCH:mogo-och-common-module')
include ':OCH:mogo-och-sweeper'