Description: change component name for ui, utils, surface and wms

IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I6JUIU
Feature or Bugfix: Feature
Binary Source:No
Signed-off-by: zhouyj <zhouyuanjie1@huawei.com>

Change-Id: Ief2cfdabdc48c08098b35c4311e81b36a56973e6
This commit is contained in:
zhouyj 2023-03-05 17:12:14 +08:00
parent a9010cc522
commit fd78e2067d
2 changed files with 6 additions and 6 deletions

View File

@ -69,9 +69,9 @@ executable("appspawn") {
if (enable_ohos_appexecfwk_feature_ability == true) {
deps += [
"//foundation/arkui/ace_engine_lite/frameworks:ace_lite",
"//foundation/graphic/surface:lite_surface",
"//foundation/graphic/ui:lite_ui",
"//foundation/graphic/utils:lite_graphic_utils",
"//foundation/graphic/surface:surface_lite",
"//foundation/graphic/ui:ui_lite",
"//foundation/graphic/utils:graphic_utils_lite",
]
}

View File

@ -59,9 +59,9 @@ unittest("AppSpawnLiteTest") {
deps += [
"//foundation/arkui/ace_engine_lite/frameworks:ace_lite",
"//foundation/graphic/surface:lite_surface",
"//foundation/graphic/ui:lite_ui",
"//foundation/graphic/utils:lite_graphic_utils",
"//foundation/graphic/surface:surface_lite",
"//foundation/graphic/ui:ui_lite",
"//foundation/graphic/utils:graphic_utils_lite",
]
if (ohos_kernel_type == "liteos_a") {