From a0fc4fa41ab6b0614e1e2b0664ab2ef34611ed0e Mon Sep 17 00:00:00 2001 From: caochao <2930650069@qq.com> Date: Thu, 27 Jan 2022 15:39:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=8C=96=E5=8D=95=E8=AF=8D?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF=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..4f20bcf82 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