!31 eventHandler部件化

Merge pull request !31 from zero-cyc/0125
This commit is contained in:
openharmony_ci
2022-01-25 10:41:40 +00:00
committed by Gitee
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -41,9 +41,9 @@ ohos_shared_library("usbsrv_client") {
deps = []
external_deps = [
"appexecfwk_standard:libeventhandler",
"device_driver_framework:libhdf_ipc_adapter",
"device_driver_framework:libhdf_utils",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",
+1 -1
View File
@@ -52,10 +52,10 @@ ohos_shared_library("usbservice") {
"ability_runtime:app_manager",
"ability_runtime:base",
"ability_runtime:want",
"appexecfwk_standard:libeventhandler",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"ces_standard:cesfwk_innerkits",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",
+3 -3
View File
@@ -40,9 +40,9 @@ ohos_unittest("test_usbdevicepipe") {
external_deps = [
"ability_runtime:base",
"ability_runtime:want",
"appexecfwk_standard:libeventhandler",
"bundle_framework:appexecfwk_base",
"ces_standard:cesfwk_innerkits",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",
@@ -70,9 +70,9 @@ ohos_unittest("test_usbrequest") {
external_deps = [
"ability_runtime:base",
"ability_runtime:want",
"appexecfwk_standard:libeventhandler",
"bundle_framework:appexecfwk_base",
"ces_standard:cesfwk_innerkits",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",
@@ -100,9 +100,9 @@ ohos_unittest("test_usbcore") {
external_deps = [
"ability_runtime:base",
"ability_runtime:want",
"appexecfwk_standard:libeventhandler",
"bundle_framework:appexecfwk_base",
"ces_standard:cesfwk_innerkits",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",