Files
MoGoEagleEye/settings.gradle
2023-03-30 10:54:59 +08:00

72 lines
2.0 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'
// 车聊聊业务
include ':core:function-impl:mogo-core-function-chat'
// 业务biz
include ':core:function-impl:mogo-core-function-biz'
// 消息盒子、自研OBU业务
include ':core:function-impl:mogo-core-function-datacenter'
// 初始化
include ':core:function-impl:mogo-core-function-startup'
// 模块
include ':foudations:mogo-aicloud-services-sdk'
include ':foudations:mogo-commons'
// 基础库
include ':libraries:mogo-map-api'
include ':libraries:mogo-map'
include ':libraries:mogo-adas'
include ':libraries:mogo-adas-data'
include ':libraries:mogo-obu'
// 语音
include ':tts:tts-base'
include ':tts:tts-pad'
include ':tts:tts-iflytek'
// 测试DEBUG
include ':test:crashreport'
include ':test:crashreport-noop'
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'
include ':OCH:mogo-och-charter'
include ':OCH:mogo-och-charter-passenger'
include ':OCH:mogo-och-shuttle'
include ':OCH:mogo-och-shuttle-passenger'
include ':OCH:mogo-och-data'