From 720c8519e6b44765e4232e935d1390ffa5d3182c Mon Sep 17 00:00:00 2001 From: yuanjinghua Date: Tue, 19 Dec 2023 20:14:07 +0800 Subject: [PATCH] Media Refactor. solve compile error to support media_client to use pulibc_deps to transport external deps Signed-off-by: yuanjinghua Change-Id: I5d6acd0ccd4419b0f2ec1bd89e1dd188c7783e51 --- compile_standard_whitelist.json | 1 + 1 file changed, 1 insertion(+) diff --git a/compile_standard_whitelist.json b/compile_standard_whitelist.json index 9a1ca56299..a1972901f6 100644 --- a/compile_standard_whitelist.json +++ b/compile_standard_whitelist.json @@ -203,6 +203,7 @@ "//foundation/multimedia/camera_framework/interfaces/inner_api/native/test:camera_capture", "//foundation/multimedia/camera_framework/interfaces/inner_api/native/test:camera_capture_video", "//foundation/multimedia/camera_framework/interfaces/inner_api/native/test:camera_video", + "//foundation/multimedia/player_framework/interfaces/inner_api/native:media_client", "//foundation/systemabilitymgr/safwk/test/services/safwk/unittest/rust:audio_rust_ipc", "//foundation/systemabilitymgr/safwk/test/services/safwk/unittest/rust:audio_rust_sa", "//foundation/systemabilitymgr/safwk/test/services/safwk/unittest/rust:listen_rust_ipc", -- Gitee