From 9f63a3f78fd40f6cac6f2ffbcf81d4fa89d54122 Mon Sep 17 00:00:00 2001 From: zhangkaixiang Date: Fri, 10 Mar 2023 11:17:37 +0800 Subject: [PATCH] fix up the SysCap Signed-off-by: zhangkaixiang --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index db5b7394e..a4b507c31 100644 --- a/bundle.json +++ b/bundle.json @@ -14,7 +14,7 @@ "name": "app_file_service", "subsystem": "filemanagement", "syscap": [ - "SystemCapability.FileManagement.RemoteFileShare", + "SystemCapability.FileManagement.AppFileService", "SystemCapability.FileManagement.StorageService.Backup" ], "adapted_system_type": [ -- Gitee