Files
MoGoEagleEye/app
2021-03-09 10:05:49 +08:00
..
opt
2020-06-12 19:25:27 +08:00
2021-03-09 10:05:49 +08:00
2019-12-23 15:08:04 +08:00
2021-02-23 16:25:28 +08:00
2021-01-05 19:18:12 +08:00
2020-07-17 16:11:20 +08:00
opt
2021-01-20 14:08:00 +08:00

APP 壳

加载模块

初始化部分服务

定义 flavor

basic 维度

产品形态:区别 applicationId定义服务加载

  1. independent独立app作为普通 app 运行在系统
  2. launcher作为 launcher 运行在系统

product 维度

产品线,各个产品线引入不同服务,实现不同服务内容

  1. f8xx: 分体机 - launcher
  2. e8xx: E系列m4(2+32) - launcher
  3. em4: E系列m4(2+32) - launcher
  4. em3: E系列m3(2+32) - independent
  5. em1: E系列m1(1+16) - independent
  6. d8xx: D系列(2+32) - independent
  7. d82x: D系列(1+16) - independent
  8. byd: 比亚迪应用市场 - independent

env 维度

  1. online: 线上环境
  2. qa: 测试环境
  3. demo: 演示环境(大部分时候都是测试环境)

区分 flavor 功能引入