diff --git a/bundle.json b/bundle.json index 6d2f36a7cba0a8d42300caa9b28ed0e41bdbcba9..83523af08ca50ced33f2101d259bd95d75e55407 100644 --- a/bundle.json +++ b/bundle.json @@ -32,7 +32,7 @@ "graphic_chipsetsdk", "eventhandler", "multimedia_camera_standard", - "multimedia_media_standard", + "multimedia_player_framework", "graphic_standard", "distributed_hardware_fwk", "hdf_core", diff --git a/distributedcamera.gni b/distributedcamera.gni index 577887b198d5bbbc50761f8b206a979c985abe85..b49d45a36b1ffba88d60e645262014ad08795ded 100644 --- a/distributedcamera.gni +++ b/distributedcamera.gni @@ -20,7 +20,7 @@ camera_hdf_path = "//drivers/peripheral" camerastandard_path = "//foundation/multimedia/camera_standard" -mediastandard_path = "//foundation/multimedia/media_standard" +mediastandard_path = "//foundation/multimedia/player_framework" graphicstandard_path = "//foundation/graphic/graphic_2d" diff --git a/services/cameraservice/cameraoperator/client/BUILD.gn b/services/cameraservice/cameraoperator/client/BUILD.gn index 753351ff4f6975728e8e6660146c145f946def20..879511f68f85de81a39deeb1afc23685c6d28602 100644 --- a/services/cameraservice/cameraoperator/client/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/BUILD.gn @@ -90,7 +90,7 @@ ohos_shared_library("distributed_camera_client") { external_deps = [ "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.0", "hiviewdfx_hilog_native:libhilog", - "multimedia_media_standard:media_client", + "multimedia_player_framework:media_client", ] subsystem_name = "distributedhardware" diff --git a/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn b/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn index c5c94684c87ce3e5199579d84974436c782bde86..861a0fec054b108c430d16bc415abfd4ec5532f9 100644 --- a/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn @@ -72,7 +72,7 @@ ohos_executable("dcamera_client_demo") { external_deps = [ "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.0", "hiviewdfx_hilog_native:libhilog", - "multimedia_media_standard:media_client", + "multimedia_player_framework:media_client", ] defines = [ diff --git a/services/cameraservice/cameraoperator/handler/BUILD.gn b/services/cameraservice/cameraoperator/handler/BUILD.gn index a1e100f9a8afd9f592a00b46fc36e10983f89daa..6a61f09528f3d131b403877c353934a9dde7f86d 100644 --- a/services/cameraservice/cameraoperator/handler/BUILD.gn +++ b/services/cameraservice/cameraoperator/handler/BUILD.gn @@ -72,7 +72,7 @@ ohos_shared_library("distributed_camera_handler") { external_deps = [ "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.0", "hiviewdfx_hilog_native:libhilog", - "multimedia_media_standard:media_client", + "multimedia_player_framework:media_client", ] subsystem_name = "distributedhardware" diff --git a/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn b/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn index 57c0db690c8411539641218a25d48d462c68066e..06587a6ccc9954daae0b19c5be5b58a50c479bd9 100644 --- a/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn +++ b/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn @@ -88,7 +88,7 @@ ohos_unittest("DCameraSinkMgrTest") { "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.0", "eventhandler:libeventhandler", "ipc:ipc_core", - "multimedia_media_standard:media_client", + "multimedia_player_framework:media_client", ] defines = [ diff --git a/services/data_process/BUILD.gn b/services/data_process/BUILD.gn index afa184749e98bf0ecfb32e0453f69ed2402994e7..524f581905e9521790c6fbaef4c6ed7035974526 100644 --- a/services/data_process/BUILD.gn +++ b/services/data_process/BUILD.gn @@ -23,7 +23,7 @@ ohos_shared_library("distributed_camera_data_process") { "//foundation/graphic/graphic_2d/interfaces/innerkits/common", "//foundation/graphic/graphic_2d/interfaces/innerkits/surface", "//drivers/peripheral/display/interfaces/include", - "//foundation/multimedia/media_standard/interfaces/innerkits/native/media/include", + "//foundation/multimedia/player_framework/interfaces/innerkits/native/media/include", "${fwk_common_path}/log/include", "${fwk_common_path}/utils/include", "${fwk_utils_path}/include/log", @@ -86,7 +86,7 @@ ohos_shared_library("distributed_camera_data_process") { "eventhandler:libeventhandler", "hitrace_native:hitrace_meter", "hiviewdfx_hilog_native:libhilog", - "multimedia_media_standard:media_client", + "multimedia_player_framework:media_client", ] subsystem_name = "distributedhardware"