feat(soa_server):initial version of soa_server

This commit is contained in:
2026-06-24 17:31:17 +08:00
parent 85fbb3188c
commit f006c77b37
31 changed files with 2202 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ else
echo "--- build boost, target host: ${TARGET_HOST} ----"
fi
${BASE_DIR}/build_boost.sh
#${BASE_DIR}/build_boost.sh
if [ "rk3576" = ${TARGET_HOST} ];then
echo "--- cross build vsomeip, target host: ${TARGET_HOST} ----"
@@ -70,9 +70,10 @@ else
echo "--- build vsomeip, target host: ${TARGET_HOST} ----"
fi
${BASE_DIR}/build_vsomeip.sh
#${BASE_DIR}/build_vsomeip.sh
${BASE_DIR}/build_example.sh
#${BASE_DIR}/build_example.sh
${BASE_DIR}/build_soa_server.sh
echo "--- build finished ---"
sleep 1
exit