surface依赖整改

Signed-off-by: 刘瓒 <liuzan9@huawei.com>
Change-Id: I7a5e08328a6ca140ca5f2c2d3f2e5a08111445b3
This commit is contained in:
刘瓒 2024-01-23 17:08:54 +08:00
parent d1075fdbba
commit da49cce803
6 changed files with 6 additions and 5 deletions

View File

@ -44,6 +44,7 @@
"ace_engine",
"napi",
"graphic_2d",
"graphic_surface",
"window_manager",
"player_framework",
"image_framework",

View File

@ -53,7 +53,7 @@ ohos_static_library("cast_client_inner") {
"hilog:libhilog",
"ipc:ipc_core",
"samgr:samgr_proxy",
"graphic_2d:surface",
"graphic_surface:surface",
"image_framework:image_native",
]

View File

@ -45,7 +45,7 @@ ohos_shared_library("cast_engine_service") {
"c_utils:utils",
"device_manager:devicemanagersdk",
"dsoftbus:softbus_client",
"graphic_2d:surface",
"graphic_surface:surface",
"hilog:libhilog",
"hisysevent:libhisysevent",
"input:libmmi-client",

View File

@ -63,7 +63,7 @@ ohos_static_library("cast_session") {
"audio_framework:audio_client",
"device_manager:devicemanagersdk",
"input:libmmi-client",
"graphic_2d:surface",
"graphic_surface:surface",
"ability_runtime:app_manager",
"image_framework:image_native",
]

View File

@ -48,7 +48,7 @@ ohos_static_library("cast_session_mirror") {
"audio_framework:audio_renderer",
"av_codec:av_codec_client",
"c_utils:utils",
"graphic_2d:surface",
"graphic_surface:surface",
"graphic_2d:librender_service_client",
"window_manager:libdm",
"window_manager:libwm",

View File

@ -60,7 +60,7 @@ ohos_static_library("cast_session_stream") {
external_deps = [
"audio_framework:audio_client",
"c_utils:utils",
"graphic_2d:surface",
"graphic_surface:surface",
"hilog:libhilog",
"hisysevent:libhisysevent",
"player_framework:media_client",