Merge branch 'debug_merge1' of gitee.com:zourongchun/communication_dsoftbus into debug_merge1

This commit is contained in:
zourongchun 2022-03-31 19:43:26 +08:00
commit babc5d09fd
4 changed files with 24 additions and 16 deletions

View File

@ -17,10 +17,12 @@ core_lane_hub_path = "$dsoftbus_root_path/core/bus_center/lnn/lane_hub"
native_source_path = rebase_path("$dsoftbus_root_path")
dep_dir = "dsoftbus_enhance/core/bus_center/lnn/lane_hub"
enhanced = exec_script(
"$dsoftbus_root_path/check_sub_module.py",
[ "$native_source_path","dep_dir"],
"value")
enhanced = exec_script("$dsoftbus_root_path/check_sub_module.py",
[
"$native_source_path",
"dep_dir",
],
"value")
bus_center_hub_inc = [
"$core_lane_hub_path/common/include",

View File

@ -21,10 +21,12 @@ trans_qos_deps = []
if (dsoftbus_standard_feature_qos == true) {
native_source_path = rebase_path("$dsoftbus_root_path")
dep_qos = "dsoftbus_enhance/core/transmission/trans_channel/qos/BUILD.gn"
enhanced_qos = exec_script(
"$dsoftbus_root_path/check_sub_module.py",
[ "$native_source_path","dep_qos"],
"value")
enhanced_qos = exec_script("$dsoftbus_root_path/check_sub_module.py",
[
"$native_source_path",
"dep_qos",
],
"value")
if (enhanced_qos) {
trans_qos_deps += [ "$dsoftbus_root_path/dsoftbus_enhance/core/transmission/trans_channel/qos:dsoftbus_trans_qos" ]
} else {

View File

@ -29,10 +29,12 @@ if (dsoftbus_standard_feature_trans_udp_file == true) {
native_source_path = rebase_path("$dsoftbus_root_path")
dep_file = "components/nstackx_enhanced/nstackx_core/dfile/BUILD.gn"
enhanced = exec_script(
"$dsoftbus_root_path/check_sub_module.py",
[ "$native_source_path","dep_file"],
"value")
enhanced = exec_script("$dsoftbus_root_path/check_sub_module.py",
[
"$native_source_path",
"dep_file",
],
"value")
if (enhanced) {
trans_file_sdk_inc += [
"$dsoftbus_root_path/components/nstackx_enhanced/nstackx_core/dfile/interface",

View File

@ -16,10 +16,12 @@ libsoftbus_stream_sdk_path = "$dsoftbus_root_path/sdk/transmission/trans_channel
dstream_native_source_path = rebase_path("$dsoftbus_root_path")
dstream_dep_file = "components/nstackx_enhanced/fillp/BUILD.gn"
enhanced = exec_script(
"$dsoftbus_root_path/check_sub_module.py",
[ "$dstream_native_source_path","dstream_dep_file"],
"value")
enhanced = exec_script("$dsoftbus_root_path/check_sub_module.py",
[
"$dstream_native_source_path",
"dstream_dep_file",
],
"value")
libsoftbus_stream_inc = [
"$libsoftbus_stream_sdk_path/include",