mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
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:
parent
a9010cc522
commit
fd78e2067d
@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user