From 7eb39b21757a292f7f26f5a09a3992f2fda9575e Mon Sep 17 00:00:00 2001 From: huang-xl Date: Mon, 15 May 2023 16:31:17 +0800 Subject: [PATCH 1/2] player_framework SPLE Signed-off-by: huang-xl Signed-off-by: huang-xl Change-Id: Ifee6d12f26ec4675ef40a492d7f493d43b957a0b --- .../test/unittest/common/decodeprocessor/BUILD.gn | 2 +- .../test/unittest/common/encodeprocessor/BUILD.gn | 2 +- services/audiotransport/audiotransportstatus/BUILD.gn | 2 +- services/audiotransport/decodetransport/BUILD.gn | 2 +- services/audiotransport/encodetransport/BUILD.gn | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/services/audioprocessor/test/unittest/common/decodeprocessor/BUILD.gn b/services/audioprocessor/test/unittest/common/decodeprocessor/BUILD.gn index 2217620a..f8b80a94 100644 --- a/services/audioprocessor/test/unittest/common/decodeprocessor/BUILD.gn +++ b/services/audioprocessor/test/unittest/common/decodeprocessor/BUILD.gn @@ -58,7 +58,7 @@ ohos_unittest("DecodeProcessTest") { external_deps = [ "c_utils:utils", - "multimedia_player_framework:media_client", + "player_framework:media_client", ] defines = [ diff --git a/services/audioprocessor/test/unittest/common/encodeprocessor/BUILD.gn b/services/audioprocessor/test/unittest/common/encodeprocessor/BUILD.gn index d8e50fe2..83c58e0a 100644 --- a/services/audioprocessor/test/unittest/common/encodeprocessor/BUILD.gn +++ b/services/audioprocessor/test/unittest/common/encodeprocessor/BUILD.gn @@ -58,7 +58,7 @@ ohos_unittest("EncodeProcessTest") { external_deps = [ "c_utils:utils", - "multimedia_player_framework:media_client", + "player_framework:media_client", ] defines = [ diff --git a/services/audiotransport/audiotransportstatus/BUILD.gn b/services/audiotransport/audiotransportstatus/BUILD.gn index f877bd1f..2e9a9457 100644 --- a/services/audiotransport/audiotransportstatus/BUILD.gn +++ b/services/audiotransport/audiotransportstatus/BUILD.gn @@ -57,7 +57,7 @@ ohos_shared_library("distributed_audio_transport_status") { "dsoftbus:softbus_client", "hisysevent_native:libhisysevent", "hitrace_native:hitrace_meter", - "multimedia_player_framework:media_client", + "player_framework:media_client", ] defines = [ diff --git a/services/audiotransport/decodetransport/BUILD.gn b/services/audiotransport/decodetransport/BUILD.gn index 85329ede..146fe608 100644 --- a/services/audiotransport/decodetransport/BUILD.gn +++ b/services/audiotransport/decodetransport/BUILD.gn @@ -75,7 +75,7 @@ ohos_shared_library("distributed_audio_decode_transport") { "dsoftbus:softbus_client", "hisysevent_native:libhisysevent", "hitrace_native:hitrace_meter", - "multimedia_player_framework:media_client", + "player_framework:media_client", ] defines = [ diff --git a/services/audiotransport/encodetransport/BUILD.gn b/services/audiotransport/encodetransport/BUILD.gn index 896976de..e1e62db6 100644 --- a/services/audiotransport/encodetransport/BUILD.gn +++ b/services/audiotransport/encodetransport/BUILD.gn @@ -75,7 +75,7 @@ ohos_shared_library("distributed_audio_encode_transport") { "dsoftbus:softbus_client", "hisysevent_native:libhisysevent", "hitrace_native:hitrace_meter", - "multimedia_player_framework:media_client", + "player_framework:media_client", ] defines = [ -- Gitee From c9af3d03a1a9c1dcfe108f85f8b34147d75faff1 Mon Sep 17 00:00:00 2001 From: huang-xl Date: Mon, 15 May 2023 17:16:30 +0800 Subject: [PATCH 2/2] player_framework SPLE Signed-off-by: huang-xl Signed-off-by: huang-xl Change-Id: I739c8afd0806866973a4542bc81bd2b08bd37260 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index bad4c763..5724ad9e 100755 --- a/bundle.json +++ b/bundle.json @@ -37,7 +37,7 @@ "dsoftbus", "c_utils", "distributed_hardware_fwk", - "multimedia_player_framework" + "player_framework" ], "third_party":[ "json" -- Gitee