From 5d30aa79fcded8d7db820ca9b3b7eb143edb2a1c Mon Sep 17 00:00:00 2001 From: ccfriend Date: Sat, 28 Dec 2024 14:05:07 +0800 Subject: [PATCH] add AVInputCast syscap Signed-off-by: ccfriend --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 1015071c..9c79b5de 100644 --- a/bundle.json +++ b/bundle.json @@ -16,7 +16,8 @@ "SystemCapability.Multimedia.AVSession.AVCast", "SystemCapability.Multimedia.AVSession.Core", "SystemCapability.Multimedia.AVSession.ExtendedDisplayCast", - "SystemCapability.Multimedia.AVSession.Manager" + "SystemCapability.Multimedia.AVSession.Manager", + "SystemCapability.Multimedia.AVSession.AVInputCast = false" ], "features": [ "av_session_enable_start_stop_on_demand" ], "adapted_system_type": [ "standard" ], -- Gitee