diff --git a/interfaces/innerkits/BUILD.gn b/interfaces/innerkits/BUILD.gn index d24c9a6..3e7edb6 100755 --- a/interfaces/innerkits/BUILD.gn +++ b/interfaces/innerkits/BUILD.gn @@ -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", diff --git a/services/BUILD.gn b/services/BUILD.gn index 4a63235..4634eef 100755 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -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", diff --git a/test/native/service_unittest/BUILD.gn b/test/native/service_unittest/BUILD.gn index 7797668..5beddf4 100755 --- a/test/native/service_unittest/BUILD.gn +++ b/test/native/service_unittest/BUILD.gn @@ -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",