mirror of
https://gitee.com/openharmony/castengine_cast_framework
synced 2024-11-23 06:29:46 +00:00
surface依赖整改
Signed-off-by: 刘瓒 <liuzan9@huawei.com> Change-Id: I7a5e08328a6ca140ca5f2c2d3f2e5a08111445b3
This commit is contained in:
parent
d1075fdbba
commit
da49cce803
@ -44,6 +44,7 @@
|
||||
"ace_engine",
|
||||
"napi",
|
||||
"graphic_2d",
|
||||
"graphic_surface",
|
||||
"window_manager",
|
||||
"player_framework",
|
||||
"image_framework",
|
||||
|
@ -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",
|
||||
]
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
]
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user