From 618dd05aeae7b8bd919afee5228d1788565ba377 Mon Sep 17 00:00:00 2001 From: lixinsheng2 Date: Tue, 6 Feb 2024 10:43:12 +0800 Subject: [PATCH] fix component syscap Signed-off-by: lixinsheng2 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 4142170..8883c8f 100644 --- a/bundle.json +++ b/bundle.json @@ -14,7 +14,7 @@ "subsystem": "hdf", "syscap": [ "SystemCapability.Driver.HID.Extension", - "SystemCapability.Driver.DeviceManager.Extension", + "SystemCapability.Driver.ExternalDevice", "SystemCapability.Driver.USB.Extension" ], "features": [], -- Gitee