From 9334bf85cd62e40105d0920d8721ad4531d15015 Mon Sep 17 00:00:00 2001 From: zhangkaixiang Date: Fri, 10 Mar 2023 10:53:28 +0800 Subject: [PATCH] fix 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 fa6637b89..ba4332368 100644 --- a/bundle.json +++ b/bundle.json @@ -14,7 +14,7 @@ "name": "app_file_service", "subsystem": "filemanagement", "syscap": [ - "SystemCapability.FileManagement.RemoteFileShare" + "SystemCapability.FileManagement.AppFileService" ], "adapted_system_type": [ "standard" -- Gitee