From 39687eea388bfee5e3c088fa3e128b0f02ade212 Mon Sep 17 00:00:00 2001 From: yangli <1220629463@qq.com> Date: Fri, 2 Feb 2024 17:52:54 +0800 Subject: [PATCH] =?UTF-8?q?fixed=203080689=20from=20https://gitee.com/yang?= =?UTF-8?q?-li86/distributedhardware=5Fdistributed=5Finput/pulls/160=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9syscap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangli <1220629463@qq.com> --- bundle.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index f940eb4..e0bd4b1 100755 --- a/bundle.json +++ b/bundle.json @@ -14,9 +14,7 @@ "component": { "name": "distributed_input", "subsystem": "distributedhardware", - "syscap": [ - "SystemCapability.DistributedHardware.DistributedInput" - ], + "syscap": [], "features": [], "adapted_system_type": [ "standard" -- Gitee