From df6721d5d27e42912995b23c5822a58352310bae Mon Sep 17 00:00:00 2001 From: caochao <2930650069@qq.com> Date: Wed, 26 Jan 2022 20:41:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=8C=96=E6=A0=87=E5=87=86?= =?UTF-8?q?=E5=8D=95=E8=AF=8D=E6=8B=BC=E9=94=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cao_liu_chao --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index a204d9be7..bf917f7c4 100644 --- a/bundle.json +++ b/bundle.json @@ -13,7 +13,7 @@ "component": { "name": "device_manager_base", "subsystem": "distributedhardware", - "syscap":[ "systemcapbility.distributedhardware.devicemanager" ], + "syscap":[ "SystemCapability.distributedhardware.devicemanager" ], "features":[], "adapted_system_type": [ "standard", "small" ], "rom": "2M", -- Gitee