diff --git a/bundle.json b/bundle.json index fb4934f..a659676 100644 --- a/bundle.json +++ b/bundle.json @@ -28,17 +28,18 @@ ], "deps":{ "components":[ - "appexecfwk_standard", - "eventhandler", - "hiviewdfx_hilog_native", - "ipc", - "safwk", - "samgr_standard", "dsoftbus", - "utils_base", + "hisysevent_native", + "ipc", + "hiviewdfx_hilog_native", + "input", "graphic_standard", - "distributed_hardware_fwk", - "multimedia_media_standard" + "samgr_standard", + "safwk", + "hitrace_native", + "utils_base", + "multimedia_media_standard", + "window_manager" ], "third_party":[ "json" diff --git a/services/screendemo/BUILD.gn b/services/screendemo/BUILD.gn index cde11f0..9d0b7d9 100644 --- a/services/screendemo/BUILD.gn +++ b/services/screendemo/BUILD.gn @@ -16,7 +16,6 @@ import( "//foundation/distributedhardware/distributed_screen/distributedscreen.gni") ohos_executable("distributedScreenTest") { - install_enable = false include_dirs = [ "${services_path}/common/utils/include", "${interfaces_path}/innerkits/native_cpp/screen_sink/include",