Signed-off-by: hwzhangchuang <zhangchuang.zhang@huawei.com>
This commit is contained in:
hwzhangchuang
2023-12-22 18:46:35 +08:00
parent c2e3a5b9e8
commit e422400dc8
6 changed files with 6 additions and 0 deletions
@@ -62,6 +62,7 @@ ohos_unittest("distributed_input_sinkmanager_test") {
sources = [
"${common_path}/include/input_hub.cpp",
"${common_path}/include/white_list_util.cpp",
"${common_path}/test/mock/socket_mock.cpp",
"${common_path}/test/mock/softbus_bus_center_mock.cpp",
"${ipc_path}/src/distributed_input_sink_stub.cpp",
"${ipc_path}/src/get_sink_screen_infos_call_back_stub.cpp",
@@ -54,6 +54,7 @@ ohos_unittest("distributed_input_sinktrans_test") {
]
sources = [
"${common_path}/test/mock/socket_mock.cpp",
"${common_path}/test/mock/softbus_bus_center_mock.cpp",
"${distributedinput_path}/services/transportbase/src/distributed_input_transport_base.cpp",
"${services_sink_path}/sinkmanager/src/distributed_input_sink_manager.cpp",
@@ -50,6 +50,7 @@ ohos_unittest("distributed_input_inner_sourceinject_test") {
sources = [
"${common_path}/include/input_hub.cpp",
"${common_path}/test/mock/socket_mock.cpp",
"${common_path}/test/mock/softbus_bus_center_mock.cpp",
"${distributedinput_path}/inputdevicehandler/src/distributed_input_handler.cpp",
"${services_source_path}/inputinject/src/distributed_input_inject.cpp",
@@ -56,6 +56,7 @@ ohos_unittest("distributed_input_sourcemanager_test") {
sources = [
"${common_path}/include/input_hub.cpp",
"${common_path}/test/mock/socket_mock.cpp",
"${common_path}/test/mock/softbus_bus_center_mock.cpp",
"${distributedinput_path}/services/transportbase/src/distributed_input_transport_base.cpp",
"${distributedinput_path}/utils/src/dinput_context.cpp",
@@ -52,6 +52,7 @@ ohos_unittest("distributed_input_sourcetrans_test") {
]
sources = [
"${common_path}/test/mock/socket_mock.cpp",
"${common_path}/test/mock/softbus_bus_center_mock.cpp",
"${distributedinput_path}/services/transportbase/src/distributed_input_transport_base.cpp",
"${services_source_path}/transport/src/distributed_input_source_transport.cpp",
+1
View File
@@ -43,6 +43,7 @@ ohos_unittest("distributed_input_utils_test") {
]
sources = [
"${common_path}/test/mock/socket_mock.cpp",
"${common_path}/test/mock/softbus_bus_center_mock.cpp",
"${distributedinput_path}/utils/src/dinput_context.cpp",
"${distributedinput_path}/utils/src/dinput_log.cpp",