部件化整改ace_engine_standard 修改为ace_engine

Change-Id: Ie637f9699374cd320967c52c47a00d3519792e3e
Signed-off-by: zhangxiao72 <zhangxiao72@huawei.com>
This commit is contained in:
zhangxiao72 2022-06-24 09:34:59 +08:00
parent 0c458d74d8
commit fab4a42566
112 changed files with 205 additions and 1056 deletions

View File

@ -91,7 +91,7 @@ if (is_standard_system) {
# Config part name
if (is_standard_system) {
ace_engine_part = "ace_engine_standard"
ace_engine_part = "ace_engine"
hilog_deps = [ "hiviewdfx_hilog_native:libhilog" ]
ark_runtime_path = "//ark/runtime_core"
} else {

View File

@ -1,5 +1,5 @@
{
"name": "@ohos/ace_engine_standard",
"name": "@ohos/ace_engine",
"description": "ArkUI Cross-Platform Engine for UI layout measure and paint",
"version": "3.1",
"license": "Apache 2.0",
@ -10,7 +10,7 @@
"dirs": {},
"scripts": {},
"component": {
"name": "ace_engine_standard",
"name": "ace_engine",
"subsystem": "arkui",
"syscap": [],
"features": [],

View File

@ -1,7 +1,7 @@
{
"subsystem": "arkui",
"parts": {
"ace_engine_standard": {
"ace_engine": {
"version": "1.0.0",
"interface-version": {},
"variants": [

View File

@ -40,6 +40,6 @@ gen_sa_dialog_js("dialog_picker_js_files_etc") {
"common/ic_xls.png",
]
dialog_name = "dialog_picker_service"
part_name = "ace_engine_standard"
part_name = ace_engine_part
subsystem_name = "arkui"
}

View File

@ -236,9 +236,9 @@ ohos_copy("copy_napi_modules_shared_library") {
"root_out_dir")
deps += [ "$ace_root/interfaces/napi/kits:${module}" ]
if (use_mac) {
sources += [ "${out_path}/arkui/ace_engine_standard/lib${module}.dylib" ]
sources += [ "${out_path}/arkui/ace_engine/lib${module}.dylib" ]
} else {
sources += [ "${out_path}/arkui/ace_engine_standard/lib${module}.dll" ]
sources += [ "${out_path}/arkui/ace_engine/lib${module}.dll" ]
}
}

View File

@ -190,10 +190,9 @@ if (is_standard_system) {
"root_out_dir")
deps += [ "$ace_root/interfaces/napi/kits:${module}" ]
if (use_mac) {
sources +=
[ "${out_path}/arkui/ace_engine_standard/lib${module}.dylib" ]
sources += [ "${out_path}/arkui/ace_engine/lib${module}.dylib" ]
} else {
sources += [ "${out_path}/arkui/ace_engine_standard/lib${module}.dll" ]
sources += [ "${out_path}/arkui/ace_engine/lib${module}.dll" ]
}
}

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/frameworkbasicability/jsonutil"
module_output_path = "ace_engine/frameworkbasicability/jsonutil"
} else {
module_output_path = "ace_engine_full/frameworkbasicability/jsonutil"
}
@ -36,13 +36,7 @@ ohos_unittest("JsonUtilsTest") {
"//utils/native/base:utils",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/frameworkbasicability/executor"
module_output_path = "ace_engine/frameworkbasicability/executor"
} else {
module_output_path = "ace_engine_full/frameworkbasicability/executor"
}
@ -33,13 +33,7 @@ ohos_unittest("TaskExecutorsTest") {
"$ace_root/build:ace_ohos_unittest_base",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomCardButtonTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -32,13 +32,7 @@ ohos_unittest("DomCardClockTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomCardDivTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomCardImageTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomCardProgressTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomCardStackTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomCardTextTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("CardFrontendTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -25,13 +25,8 @@ ohos_unittest("MediaQueryTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
subsystem_name = "arkui"
part_name = ace_engine_part
}
config("config_media_query_test") {

View File

@ -44,13 +44,7 @@ ohos_unittest("AnimatorApiTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -25,13 +25,7 @@ ohos_unittest("GroupMessageCodecTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomButtonTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomDivTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomDividerTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomImageTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomImageAnimatorTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomInputTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomLabelTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomListTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomNodeTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomPieceTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomPopupTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomRatingTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomRefreshTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomSearchTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomSpanTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomSvgTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomSvgTextTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomTabTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomTextTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomTextareaTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("CommonEventTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -30,13 +30,7 @@ ohos_unittest("ManifestWindowTest") {
external_deps = [ "ability_base:configuration" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_manifest_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomMarqueeTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomProgressTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomSliderTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomSwiperTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomSwitchTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -28,13 +28,7 @@ ohos_unittest("JsUtilsTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_js_utils_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("DomVideoTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("PluginFrontendDelegateTest") {
"$ace_root/build:ace_ohos_unittest_base",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("PluginFrontendTest") {
@ -55,13 +49,7 @@ ohos_unittest("PluginFrontendTest") {
"$ace_root/build:ace_ohos_unittest_base",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_domnode_test") {

View File

@ -225,13 +225,7 @@ ohos_unittest("AnimationTest") {
[ "//base/global/resource_management/frameworks/resmgr:global_resmgr" ]
}
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_animation_test") {

View File

@ -230,13 +230,7 @@ ohos_unittest("SpringChainTest") {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
}
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_animation_test") {

View File

@ -229,13 +229,7 @@ ohos_unittest("SvgAnimateTest") {
[ "//base/global/resource_management/frameworks/resmgr:global_resmgr" ]
}
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_animation_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/plugin"
module_output_path = "ace_engine/backenduicomponent/plugin"
} else {
module_output_path = "ace_engine_full/backenduicomponent/plugin"
}
@ -46,13 +46,7 @@ ohos_unittest("PluginManagerTest") {
"eventhandler:libeventhandler",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/align"
module_output_path = "ace_engine/backenduicomponent/align"
} else {
module_output_path = "ace_engine_full/backenduicomponent/align"
}
@ -32,13 +32,7 @@ ohos_unittest("AlignmentTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("alignment_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/color"
module_output_path = "ace_engine/backenduicomponent/color"
} else {
module_output_path = "ace_engine_full/backenduicomponent/color"
}
@ -32,13 +32,7 @@ ohos_unittest("ColorPropertyTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("color_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/align"
module_output_path = "ace_engine/backenduicomponent/align"
} else {
module_output_path = "ace_engine_full/backenduicomponent/align"
}
@ -35,13 +35,7 @@ ohos_unittest("AlignCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/border"
module_output_path = "ace_engine/backenduicomponent/border"
} else {
module_output_path = "ace_engine_full/backenduicomponent/border"
}
@ -39,13 +39,7 @@ ohos_unittest("BorderCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/box"
module_output_path = "ace_engine/backenduicomponent/box"
} else {
module_output_path = "ace_engine_full/backenduicomponent/box"
}
@ -38,13 +38,7 @@ ohos_unittest("BoxCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("RenderBoxTest") {
@ -61,13 +55,7 @@ ohos_unittest("RenderBoxTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("RenderBoxPercentTest") {
@ -93,13 +81,7 @@ ohos_unittest("RenderBoxPercentTest") {
"$ace_flutter_engine_root/icu:icu_config_ohos",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("MouseHoverTest") {
@ -116,13 +98,7 @@ ohos_unittest("MouseHoverTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("MouseHoverAnimationTest") {
@ -139,13 +115,7 @@ ohos_unittest("MouseHoverAnimationTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/button"
module_output_path = "ace_engine/backenduicomponent/button"
} else {
module_output_path = "ace_engine_full/backenduicomponent/button"
}
@ -35,13 +35,7 @@ ohos_unittest("ButtonCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/camera"
module_output_path = "ace_engine/backenduicomponent/camera"
} else {
module_output_path = "ace_engine_full/backenduicomponent/camera"
}
@ -32,13 +32,7 @@ ohos_unittest("CameraComponentTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("CheckableCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -269,13 +263,7 @@ ohos_unittest("CheckableComponentTest") {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
}
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_checkable_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/decoration"
module_output_path = "ace_engine/backenduicomponent/decoration"
} else {
module_output_path = "ace_engine_full/backenduicomponent/decoration"
}
@ -35,13 +35,7 @@ ohos_unittest("DecorationCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/dialogandpopup"
module_output_path = "ace_engine/backenduicomponent/dialogandpopup"
} else {
module_output_path = "ace_engine_full/backenduicomponent/dialogandpopup"
}
@ -39,13 +39,7 @@ ohos_unittest("DialogCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -76,13 +70,7 @@ ohos_unittest("RenderDialogTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_dialog_test") {
@ -108,13 +96,7 @@ ohos_unittest("DialogComponentTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_component_build_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/display"
module_output_path = "ace_engine/backenduicomponent/display"
} else {
module_output_path = "ace_engine_full/backenduicomponent/display"
}
@ -35,13 +35,7 @@ ohos_unittest("DisplayCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -70,13 +64,7 @@ ohos_unittest("RenderDisplayTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_display_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/divider"
module_output_path = "ace_engine/backenduicomponent/divider"
} else {
module_output_path = "ace_engine_full/backenduicomponent/divider"
}
@ -35,13 +35,7 @@ ohos_unittest("DividerCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/drag_bar"
module_output_path = "ace_engine/backenduicomponent/drag_bar"
} else {
module_output_path = "ace_engine_full/backenduicomponent/drag_bar"
}
@ -33,13 +33,7 @@ ohos_unittest("RenderDragBarTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -36,13 +36,7 @@ ohos_unittest("RenderFlexTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_flex_test") {
@ -71,13 +65,7 @@ ohos_unittest("FlexCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/graphicalbasicability/gesture"
module_output_path = "ace_engine/graphicalbasicability/gesture"
} else {
module_output_path = "ace_engine_full/graphicalbasicability/gesture"
}
@ -33,13 +33,7 @@ ohos_unittest("GestureComponentTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/grid"
module_output_path = "ace_engine/backenduicomponent/grid"
} else {
module_output_path = "ace_engine_full/backenduicomponent/grid"
}
@ -35,13 +35,7 @@ ohos_unittest("GridCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -63,13 +57,7 @@ ohos_unittest("RenderGridTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/gridlayout"
module_output_path = "ace_engine/backenduicomponent/gridlayout"
} else {
module_output_path = "ace_engine_full/backenduicomponent/gridlayout"
}

View File

@ -31,13 +31,7 @@ ohos_unittest("ImageCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -211,13 +205,7 @@ ohos_unittest("RenderImageTest") {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
}
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_test") {

View File

@ -238,13 +238,7 @@ ohos_unittest("ImageAnimatorElementTest") {
[ "//base/global/resource_management/frameworks/resmgr:global_resmgr" ]
}
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_tween_element_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/indexer"
module_output_path = "ace_engine/backenduicomponent/indexer"
} else {
module_output_path = "ace_engine_full/backenduicomponent/indexer"
}
@ -34,13 +34,7 @@ ohos_unittest("RenderIndexerTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/list"
module_output_path = "ace_engine/backenduicomponent/list"
} else {
module_output_path = "ace_engine_full/backenduicomponent/list"
}
@ -35,13 +35,7 @@ ohos_unittest("ListCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -65,13 +59,7 @@ ohos_unittest("RenderListTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("ListElementTest") {
@ -92,13 +80,7 @@ ohos_unittest("ListElementTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_tabbar_element_test") {

View File

@ -31,13 +31,7 @@ ohos_unittest("MarqueeCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -252,13 +246,7 @@ ohos_unittest("RenderMarqueeTest") {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
}
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_marquee_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/menu"
module_output_path = "ace_engine/backenduicomponent/menu"
} else {
module_output_path = "ace_engine_full/backenduicomponent/menu"
}
@ -35,13 +35,7 @@ ohos_unittest("MenuComponentTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_menu_component_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/padding"
module_output_path = "ace_engine/backenduicomponent/padding"
} else {
module_output_path = "ace_engine_full/backenduicomponent/padding"
}
@ -38,13 +38,7 @@ ohos_unittest("PaddingCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -67,13 +61,7 @@ ohos_unittest("RenderPaddingTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -14,7 +14,7 @@
import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/pattern_lock"
module_output_path = "ace_engine/backenduicomponent/pattern_lock"
} else {
module_output_path = "ace_engine_full/backenduicomponent/pattern_lock"
}
@ -34,13 +34,7 @@ ohos_unittest("RenderPatternLockTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/picker"
module_output_path = "ace_engine/backenduicomponent/picker"
} else {
module_output_path = "ace_engine_full/backenduicomponent/picker"
}
@ -36,13 +36,7 @@ ohos_unittest("RenderPickerTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_picker_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/piece"
module_output_path = "ace_engine/backenduicomponent/piece"
} else {
module_output_path = "ace_engine_full/backenduicomponent/piece"
}
@ -35,13 +35,7 @@ ohos_unittest("PieceComponentTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_component_build_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/plugin"
module_output_path = "ace_engine/backenduicomponent/plugin"
} else {
module_output_path = "ace_engine_full/backenduicomponent/plugin"
}
@ -34,13 +34,7 @@ ohos_unittest("FlutterRenderPluginTest") {
"$ace_root/build:ace_ohos_unittest_base",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("PluginCallBackClientTest") {
@ -70,13 +64,7 @@ ohos_unittest("PluginCallBackClientTest") {
"ipc:ipc_core",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("PluginComponentTest") {
@ -103,13 +91,7 @@ ohos_unittest("PluginComponentTest") {
"ipc:ipc_core",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("PluginElementTest") {
@ -136,13 +118,7 @@ ohos_unittest("PluginElementTest") {
"ipc:ipc_core",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("PluginManagerDelegateTest") {
@ -171,13 +147,7 @@ ohos_unittest("PluginManagerDelegateTest") {
"ipc:ipc_core",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("PluginManagerResourceTest") {
@ -194,13 +164,7 @@ ohos_unittest("PluginManagerResourceTest") {
"$ace_root/build:ace_ohos_unittest_base",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("PluginSubContainerTest") {
@ -220,13 +184,7 @@ ohos_unittest("PluginSubContainerTest") {
external_deps = [ "ability_base:want" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("PluginWindowTest") {
@ -244,13 +202,7 @@ ohos_unittest("PluginWindowTest") {
"//third_party/googletest:gmock_main",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("RenderPluginTest") {
@ -265,13 +217,7 @@ ohos_unittest("RenderPluginTest") {
"$ace_root/build:ace_ohos_unittest_base",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/progress"
module_output_path = "ace_engine/backenduicomponent/progress"
} else {
module_output_path = "ace_engine_full/backenduicomponent/progress"
}
@ -35,13 +35,7 @@ ohos_unittest("ProgressCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -64,13 +58,7 @@ ohos_unittest("RenderProgressTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -30,13 +30,7 @@ ohos_unittest("RatingCreatorTest") {
"$ace_root/build:ace_ohos_unittest_base",
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -248,13 +242,7 @@ ohos_unittest("RatingComponentTest") {
[ "//base/global/resource_management/frameworks/resmgr:global_resmgr" ]
}
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_rating_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/refresh"
module_output_path = "ace_engine/backenduicomponent/refresh"
} else {
module_output_path = "ace_engine_full/backenduicomponent/refresh"
}
@ -33,13 +33,7 @@ ohos_unittest("RenderRefreshTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/rotation"
module_output_path = "ace_engine/backenduicomponent/rotation"
} else {
module_output_path = "ace_engine_full/backenduicomponent/rotation"
}
@ -33,13 +33,7 @@ ohos_unittest("RotationTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/scroll"
module_output_path = "ace_engine/backenduicomponent/scroll"
} else {
module_output_path = "ace_engine_full/backenduicomponent/scroll"
}
@ -35,13 +35,7 @@ ohos_unittest("ScrollCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -65,13 +59,7 @@ ohos_unittest("RenderScrollTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/select"
module_output_path = "ace_engine/backenduicomponent/select"
} else {
module_output_path = "ace_engine_full/backenduicomponent/select"
}
@ -35,13 +35,7 @@ ohos_unittest("SelectCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -243,13 +243,7 @@ ohos_unittest("RenderSemiModalTest") {
[ "//base/global/resource_management/frameworks/resmgr:global_resmgr" ]
}
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_semi_modal_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/shadow"
module_output_path = "ace_engine/backenduicomponent/shadow"
} else {
module_output_path = "ace_engine_full/backenduicomponent/shadow"
}
@ -35,13 +35,7 @@ ohos_unittest("ShadowCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/slider"
module_output_path = "ace_engine/backenduicomponent/slider"
} else {
module_output_path = "ace_engine_full/backenduicomponent/slider"
}
@ -35,13 +35,7 @@ ohos_unittest("SliderCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -62,13 +56,7 @@ ohos_unittest("RenderSliderTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/stack"
module_output_path = "ace_engine/backenduicomponent/stack"
} else {
module_output_path = "ace_engine_full/backenduicomponent/stack"
}
@ -38,13 +38,7 @@ ohos_unittest("StackCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -71,13 +65,7 @@ ohos_unittest("RenderStackTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_flex_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/frameworkbasicability/stage"
module_output_path = "ace_engine/frameworkbasicability/stage"
} else {
module_output_path = "ace_engine_full/frameworkbasicability/stage"
}
@ -32,13 +32,7 @@ ohos_unittest("StageElementTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_stage_element_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/svg"
module_output_path = "ace_engine/backenduicomponent/svg"
} else {
module_output_path = "ace_engine_full/backenduicomponent/svg"
}
@ -47,13 +47,7 @@ ohos_unittest("RenderSvgTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_svg_test") {

View File

@ -30,13 +30,7 @@ ohos_unittest("SwiperCreatorTest") {
"$ace_root/build:ace_ohos_unittest_base",
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -258,13 +252,7 @@ ohos_unittest("SwiperComponentTest") {
[ "//base/global/resource_management/frameworks/resmgr:global_resmgr" ]
}
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_swiper_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/tabbar"
module_output_path = "ace_engine/backenduicomponent/tabbar"
} else {
module_output_path = "ace_engine_full/backenduicomponent/tabbar"
}
@ -34,13 +34,7 @@ ohos_unittest("RenderTabBarTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
ohos_unittest("RenderTabContentTest") {
@ -269,13 +263,7 @@ ohos_unittest("RenderTabContentTest") {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
}
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_tabcontent_test") {
@ -301,13 +289,7 @@ ohos_unittest("TabContentCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -334,13 +316,7 @@ ohos_unittest("TabBarElementTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_tabbar_element_test") {
@ -369,13 +345,7 @@ ohos_unittest("TabBarCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/text"
module_output_path = "ace_engine/backenduicomponent/text"
} else {
module_output_path = "ace_engine_full/backenduicomponent/text"
}
@ -38,13 +38,7 @@ ohos_unittest("TextCreatorTest") {
"$ace_root/build:ace_ohos_unittest_base",
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/textfield"
module_output_path = "ace_engine/backenduicomponent/textfield"
} else {
module_output_path = "ace_engine_full/backenduicomponent/textfield"
}
@ -38,13 +38,7 @@ ohos_unittest("TextFieldCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -71,13 +65,7 @@ ohos_unittest("RenderTextFieldTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_text_field_test") {

View File

@ -32,13 +32,7 @@ ohos_unittest("RenderTextSelectTest") {
deps = [ "$ace_root/build:ace_ohos_unittest_base" ]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_render_text_select_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/theme"
module_output_path = "ace_engine/backenduicomponent/theme"
} else {
module_output_path = "ace_engine_full/backenduicomponent/theme"
}
@ -103,7 +103,7 @@ ohos_unittest("ThemeManagerTest") {
]
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
part_name = ace_engine_part
sources += [
"$ace_root/frameworks/base/geometry/animatable_dimension.cpp",
"$ace_root/frameworks/base/log/dump_log.cpp",
@ -213,13 +213,7 @@ ohos_unittest("ThemeConstantsTest") {
"$ace_root/adapter/ohos/osal/log_wrapper.cpp",
"$ace_root/frameworks/core/mock/mock_resource_adapter.cpp",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_theme_manager_test") {

View File

@ -15,7 +15,7 @@ import("//build/test.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
if (is_standard_system) {
module_output_path = "ace_engine_standard/backenduicomponent/transform"
module_output_path = "ace_engine/backenduicomponent/transform"
} else {
module_output_path = "ace_engine_full/backenduicomponent/transform"
}
@ -35,13 +35,7 @@ ohos_unittest("TransformCreatorTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
config("config_json_creator_test") {
@ -64,13 +58,7 @@ ohos_unittest("RenderTransformTest") {
"$ace_root/frameworks/core/components/test:json",
]
if (!is_standard_system) {
subsystem_name = "arkui"
part_name = "ace_engine_full"
} else {
subsystem_name = "arkui"
part_name = "ace_engine_standard"
}
part_name = ace_engine_part
}
group("unittest") {

Some files were not shown because too many files have changed in this diff Show More