mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 16:59:54 +00:00
Merge branch 'debug_merge1' of gitee.com:zourongchun/communication_dsoftbus into debug_merge1
This commit is contained in:
commit
babc5d09fd
@ -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",
|
||||
|
@ -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 {
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user