部件依赖整改:禁止通过绝对路径引用其他部件

Signed-off-by: li-tiangang4 <litiangang4@huawei.com>
This commit is contained in:
li-tiangang4
2024-08-21 19:20:22 +08:00
parent 407a3c76a6
commit 0f35171333
26 changed files with 26 additions and 69 deletions
+1 -2
View File
@@ -38,8 +38,6 @@ ohos_unittest("distributed_input_source_handler_test") {
"${service_common}/include",
"${common_path}/include",
"${dfx_utils_path}/include",
"${fwk_interfaces_path}/include",
"${fwk_interfaces_path}/include/ipc",
"${services_source_path}/inputinject/include",
"${distributedinput_path}/services/state/include",
"${utils_path}/include",
@@ -75,6 +73,7 @@ ohos_unittest("distributed_input_source_handler_test") {
external_deps = [
"c_utils:utils",
"distributed_hardware_fwk:distributedhardwareutils",
"distributed_hardware_fwk:libdhfwk_sdk",
"eventhandler:libeventhandler",
"hilog:libhilog",
"hisysevent:libhisysevent",