From bd236b56ff5ba28bc9bd12d86b7307bd24297470 Mon Sep 17 00:00:00 2001 From: w30042960 Date: Fri, 2 Feb 2024 17:42:22 +0800 Subject: [PATCH] fixed f8e3584 from https://gitee.com/hoperun_wangyupan/distributedhardware_distributed_audio/pulls/260 delete syscap Signed-off-by: w30042960 --- bundle.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 4d74f225..942a75ba 100755 --- a/bundle.json +++ b/bundle.json @@ -14,9 +14,7 @@ "component": { "name": "distributed_audio", "subsystem": "distributedhardware", - "syscap": [ - "SystemCapability.DistributedHardware.DistributedAudio" - ], + "syscap": [], "features": [], "adapted_system_type": [ "standard" -- Gitee