From f6a9d4e9d7cf4dd5cf5cfc398bb1de53883c72cd Mon Sep 17 00:00:00 2001 From: zhangxiaoliang25 Date: Thu, 18 May 2023 02:20:18 +0000 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E6=94=B9=E9=83=A8=E4=BB=B6=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangxiaoliang25 Change-Id: I5f2856b1d4d503c13d19d67e3fb28f9849d53a0f --- bundle.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 36fdad926..36e9a215b 100644 --- a/bundle.json +++ b/bundle.json @@ -17,7 +17,28 @@ "SystemCapability.FileManagement.AppFileService", "SystemCapability.FileManagement.StorageService.Backup" ], - "deps": {}, + "deps": { + "components": [ + "bundle_framework", + "hitrace_native", + "file_api", + "c_utils", + "ipc", + "init", + "bounds_checking_function", + "hiviewdfx_hilog_native", + "access_token", + "faultloggerd", + "common_event_service", + "ability_runtime", + "ability_base", + "storage_service", + "samgr", + "napi", + "safwk", + "data_share" + ] + }, "adapted_system_type": [ "standard" ], -- Gitee