From 999129ff8bcc10174324e88a44170e82bfdd68da Mon Sep 17 00:00:00 2001 From: w30042960 Date: Fri, 2 Feb 2024 17:42:51 +0800 Subject: [PATCH] fixed e1634d2 from https://gitee.com/hoperun_wangyupan/distributedhardware_distributed_camera/pulls/520 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 c9e977e5..4971c977 100644 --- a/bundle.json +++ b/bundle.json @@ -14,9 +14,7 @@ "component": { "name": "distributed_camera", "subsystem": "distributedhardware", - "syscap": [ - "SystemCapability.DistributedHardware.DistributedCamera" - ], + "syscap": [], "features": [], "adapted_system_type": [ "standard" -- Gitee