From c3def2b7d8c69fac67127133952a5f1985933ff6 Mon Sep 17 00:00:00 2001 From: "yupeng74@huawei.com" Date: Mon, 4 Jul 2022 16:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3bundle.json=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yupeng74@huawei.com --- bundle.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/bundle.json b/bundle.json index 6d1739a..aca71c9 100644 --- a/bundle.json +++ b/bundle.json @@ -23,24 +23,24 @@ "ram": "10240KB", "deps": { "components": [ - "libhilog", - "powermgr_client", - "cesfwk_innerkits", - "wantagent_innerkits", - "want", - "appexecfwk_base", - "appexecfwk_core", - "base", - "time_service", - "utils", - "ipc_core", - "system_ability_fwk", - "samgr_proxy", - "distributedschedsvr", - "libeventhandler", - "native_rdb", - "os_account_innerkits", - "libaccesstoken_sdk" + "bundle_framework", + "relational_store", + "safwk", + "common_event_service", + "os_account", + "ipc", + "access_token", + "ability_runtime", + "hiviewdfx_hilog_native", + "samgr_standard", + "utils_base", + "napi", + "startup_l2", + "ability_base", + "background_task_mgr", + "eventhandler", + "power_manager_native", + "time_native" ], "third_party": [ "googletest" ] }, -- Gitee