diff --git a/services/ans/BUILD.gn b/services/ans/BUILD.gn index 008e371cd6879599d6ae8c15d11e86f9516b478b..cdf752d7e4c898331b01696c0f6b5b82164c156a 100644 --- a/services/ans/BUILD.gn +++ b/services/ans/BUILD.gn @@ -81,7 +81,7 @@ ohos_shared_library("libans") { "distributeddatamgr:distributeddata_inner", "hitrace_native:hitrace_meter", "multimedia_image_standard:image_native", - "multimedia_media_standard:media_client", + "multimedia_player_framework:media_client", "os_account:os_account_innerkits", "time_native:time_service", "window_manager:libdm", diff --git a/services/ans/test/unittest/BUILD.gn b/services/ans/test/unittest/BUILD.gn index e2c5fbb790167681f2025de4a6345aec46dcdb94..014504fe18471663143293dce711db3dee87da48 100644 --- a/services/ans/test/unittest/BUILD.gn +++ b/services/ans/test/unittest/BUILD.gn @@ -95,7 +95,7 @@ ohos_unittest("ans_unit_test") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "multimedia_image_standard:image_native", - "multimedia_media_standard:media_client", + "multimedia_player_framework:media_client", "os_account:os_account_innerkits", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy", diff --git a/services/test/moduletest/BUILD.gn b/services/test/moduletest/BUILD.gn index 4e9e45c7ef2c60526ea9964e348af4e536a435a5..c3f8e9130a4aeed2c3ebf1625cae7b7e31b7a7e1 100644 --- a/services/test/moduletest/BUILD.gn +++ b/services/test/moduletest/BUILD.gn @@ -80,7 +80,7 @@ ohos_moduletest("ans_module_test") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "multimedia_image_standard:image_native", - "multimedia_media_standard:media_client", + "multimedia_player_framework:media_client", "os_account:os_account_innerkits", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy",