From 19c445a36f2e04484a1617dc618f7d41e619884c Mon Sep 17 00:00:00 2001 From: "yutao999@huawei.com" Date: Mon, 17 May 2021 15:51:48 +0800 Subject: [PATCH] correct component name. --- components/ace.json | 2 +- components/communication.json | 2 +- components/graphic.json | 4 ++-- components/hiviewdfx.json | 4 ++-- components/startup.json | 4 ++-- components/update.json | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/components/ace.json b/components/ace.json index dae1bfe..b781e10 100755 --- a/components/ace.json +++ b/components/ace.json @@ -29,7 +29,7 @@ "appexecfwk_lite", "huks", "ui", - "syapara_lite", + "syspara_lite", "surface", "i18n_lite", "resmgr_lite", diff --git a/components/communication.json b/components/communication.json index d0756b1..5b4d227 100755 --- a/components/communication.json +++ b/components/communication.json @@ -60,7 +60,7 @@ "kernel_special": {}, "board_special": {}, "components": [ - "deviceauth", + "hichainsdk", "syspara_lite", "permission" ] diff --git a/components/graphic.json b/components/graphic.json index 0fd13b3..aa2d342 100755 --- a/components/graphic.json +++ b/components/graphic.json @@ -45,7 +45,7 @@ "bounds_checking_function" ], "components": [ - "lite_graphic_utils" + "graphic_utils" ] } }, @@ -103,7 +103,7 @@ "components": [ "hilog_lite", "ipc", - "system_ability_manager", + "samgr_lite", "surface", "peripheral_display", "peripheral_input" diff --git a/components/hiviewdfx.json b/components/hiviewdfx.json index a6fefc4..3cb7bad 100755 --- a/components/hiviewdfx.json +++ b/components/hiviewdfx.json @@ -38,7 +38,7 @@ ], "components": [ "hiview_lite", - "system_ability_manager" + "samgr_lite" ] } }, @@ -117,7 +117,7 @@ "components": [ "utils_base", "hiview_lite", - "system_ability_manager" + "samgr_lite" ], "third_party": [] } diff --git a/components/startup.json b/components/startup.json index 12f17fc..a86b3d1 100755 --- a/components/startup.json +++ b/components/startup.json @@ -126,10 +126,10 @@ "board_special": {}, "components": [ "hilog_lite", - "system_ability_manager", + "samgr_lite", "ipc", "kv_store", - "ability", + "aafwk_lite", "ace_engine_lite", "surface", "ui" diff --git a/components/update.json b/components/update.json index e8dcaef..25ee8de 100755 --- a/components/update.json +++ b/components/update.json @@ -55,9 +55,9 @@ "deps": { "components": [ "hilog", - "bundle_mgr", - "system_ability_manager", - "distributed_schedule", + "appexecfwk_lite", + "samgr_lite", + "dmsfwk_lite", "utils_base", "ipc" ], -- GitLab