// 网约车服务:仅小巴车、出租车渠道用 project.dependencies { if (Boolean.valueOf(USE_MAVEN_PACKAGE)) { fPadLenovoImplementation(rootProject.ext.dependencies.mogoochnoop) // Bus司机端 // fMultiDisplayOchBusImplementation(rootProject.ext.dependencies.mogoochbus) // // Bus乘客端 // fMultiDisplayOchBusImplementation(rootProject.ext.dependencies.mogoochbus) // // // taxi司机端 // fMultiDisplayOchTaxiImplementation(rootProject.ext.dependencies.mogoochtaxi) // // taxi乘客端 // fMultiDisplayOchTaxiImplementation(rootProject.ext.dependencies.mogoochtaxi) } else { fPadLenovoImplementation (project(':OCH:mogo-och-noop')) // 多屏幕-Bus司机端 // fMultiDisplayOchBusImplementation (project(':OCH:mogo-och-bus')) // // 多屏幕-Bus乘客端 // fMultiDisplayOchBusImplementation (project(':OCH:mogo-och-bus-passenger')) // // // taxi司机端 // fMultiDisplayOchTaxiImplementation (project(':OCH:mogo-och-taxi')) // // 多屏幕-taxi乘客端 // fMultiDisplayOchTaxiImplementation (project(':OCH:mogo-och-taxi-passenger')) // // // 清扫车-多屏幕 // fMultiDisplaySweeperImplementation (project(':OCH:mogo-och-sweeper')) } }