From a68f47a4fa7a35909d350b63d8e3fa3e192bc080 Mon Sep 17 00:00:00 2001 From: sharpshooter_t Date: Tue, 12 Jul 2022 19:40:09 +0800 Subject: [PATCH] change media_standard to player_framework Signed-off-by: sharpshooter_t Change-Id: I008508e644338bcd5130ccc74f24daece354c13c --- bundle.json | 2 +- distributedcamera.gni | 2 +- services/cameraservice/cameraoperator/client/BUILD.gn | 2 +- .../cameraservice/cameraoperator/client/test/sample/BUILD.gn | 2 +- services/cameraservice/cameraoperator/handler/BUILD.gn | 2 +- .../test/unittest/common/distributedcameramgr/BUILD.gn | 2 +- services/data_process/BUILD.gn | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bundle.json b/bundle.json index 6d2f36a7..83523af0 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 577887b1..b49d45a3 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 753351ff..879511f6 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 c5c94684..861a0fec 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 a1e100f9..6a61f095 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 57c0db69..06587a6c 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 afa18474..524f5819 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" -- Gitee