diff --git a/hidebug/frameworks/native/BUILD.gn b/hidebug/frameworks/native/BUILD.gn index c862b6fb2cd6900615b2f9c379bc4fdee11bb752..8798606eaa587fc5f51204d663a725597291a6d1 100644 --- a/hidebug/frameworks/native/BUILD.gn +++ b/hidebug/frameworks/native/BUILD.gn @@ -48,7 +48,9 @@ ohos_shared_library("hidebug_native") { external_deps = [ "ability_runtime:app_context", + "bundle_framework:appexecfwk_core_headers", "c_utils:utils", + "common_event_service:cesfwk_innerkits", "ffrt:libffrt", "hiappevent:hiappevent_innerapi", "hidumper:lib_dump_usage", diff --git a/hidebug/interfaces/ets/ani/hidebug/BUILD.gn b/hidebug/interfaces/ets/ani/hidebug/BUILD.gn index 3320b8d6d3d81895c1ed76191ac5bdf2a64f3427..8dc753e748a7ad0083bda95a65cb848bdf679cbb 100644 --- a/hidebug/interfaces/ets/ani/hidebug/BUILD.gn +++ b/hidebug/interfaces/ets/ani/hidebug/BUILD.gn @@ -34,7 +34,9 @@ ohos_shared_library("hidebug_ani") { external_deps = [ "ability_runtime:app_context", + "bundle_framework:appexecfwk_core_headers", "c_utils:utils", + "common_event_service:cesfwk_innerkits", "hilog:libhilog", "init:libbegetutil", "ipc:ipc_core", diff --git a/hidebug/interfaces/js/kits/napi/BUILD.gn b/hidebug/interfaces/js/kits/napi/BUILD.gn index d20ae0e43242ee1220f87f62bc71f135b820b2dd..169882fb8d9deeb31696871961842faf735821f6 100644 --- a/hidebug/interfaces/js/kits/napi/BUILD.gn +++ b/hidebug/interfaces/js/kits/napi/BUILD.gn @@ -34,7 +34,9 @@ ohos_shared_library("hidebug") { external_deps = [ "ability_runtime:app_context", + "bundle_framework:appexecfwk_core_headers", "c_utils:utils", + "common_event_service:cesfwk_innerkits", "hilog:libhilog", "hisysevent:libhisysevent", "hitrace:hitrace_meter",