add bindingcar

This commit is contained in:
lixiaopeng
2022-03-17 20:20:18 +08:00
parent a6e817b459
commit 9d4c66e705
57 changed files with 1610 additions and 21 deletions

View File

@@ -79,6 +79,7 @@ dependencies {
api rootProject.ext.dependencies.mogo_core_function_obu_mogo
api rootProject.ext.dependencies.mogo_core_function_hmi
api rootProject.ext.dependencies.mogo_core_function_notice
api rootProject.ext.dependencies.mogo_core_function_bindingcar
api rootProject.ext.dependencies.mogo_core_function_autopilot
api rootProject.ext.dependencies.mogo_core_function_check
api rootProject.ext.dependencies.mogo_core_function_map
@@ -116,6 +117,7 @@ dependencies {
api project(':core:function-impl:mogo-core-function-dispatch')
api project(':core:mogo-core-function-call')
api project(':core:function-impl:mogo-core-function-chat')
api project(':core:function-impl:mogo-core-function-bindingcar')
}
}