mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2025-02-17 06:48:04 +00:00
!8874 部件独立编译整改---删除该仓测试套对ui_service_mgr的依赖
Merge pull request !8874 from kangchongtao/0604
This commit is contained in:
commit
77cbf3b22d
@ -53,7 +53,6 @@ ohos_moduletest("AbilityRecordModuleTest") {
|
||||
|
||||
if (ability_runtime_graphics) {
|
||||
deps += [
|
||||
"${ace_engine_path}/interfaces/inner_api/ui_service_manager:ui_service_mgr",
|
||||
"${global_path}/i18n/frameworks/intl:intl_util",
|
||||
"${multimedia_path}/interfaces/innerkits:image_native",
|
||||
"//third_party/icu/icu4c:shared_icuuc",
|
||||
|
@ -123,7 +123,6 @@ ohos_moduletest("ability_timeout_module_test") {
|
||||
|
||||
if (ability_runtime_graphics) {
|
||||
deps += [
|
||||
"${ace_engine_path}/interfaces/inner_api/ui_service_manager:ui_service_mgr",
|
||||
"${global_path}/i18n/frameworks/intl:intl_util",
|
||||
"${multimedia_path}/interfaces/innerkits:image_native",
|
||||
"//third_party/icu/icu4c:shared_icuuc",
|
||||
|
@ -85,10 +85,7 @@ ohos_moduletest("PandingWantMgrTest") {
|
||||
}
|
||||
|
||||
if (ability_runtime_graphics) {
|
||||
deps += [
|
||||
"${ace_engine_path}/interfaces/inner_api/ui_service_manager:ui_service_mgr",
|
||||
"${global_path}/i18n/frameworks/intl:intl_util",
|
||||
]
|
||||
deps += [ "${global_path}/i18n/frameworks/intl:intl_util" ]
|
||||
|
||||
external_deps += [ "image_framework:image_native" ]
|
||||
}
|
||||
|
@ -78,7 +78,6 @@ ohos_moduletest("running_infos_module_test") {
|
||||
|
||||
if (ability_runtime_graphics) {
|
||||
deps += [
|
||||
"${ace_engine_path}/interfaces/inner_api/ui_service_manager:ui_service_mgr",
|
||||
"${global_path}/i18n/frameworks/intl:intl_util",
|
||||
"${multimedia_path}/interfaces/innerkits:image_native",
|
||||
"//third_party/icu/icu4c:shared_icuuc",
|
||||
|
@ -292,10 +292,7 @@ ohos_source_set("abilityms_test_source") {
|
||||
"${ability_runtime_services_path}/abilitymgr/src/system_dialog_scheduler.cpp",
|
||||
"${ability_runtime_services_path}/appdfr/src/application_anr_listener.cpp",
|
||||
]
|
||||
deps += [
|
||||
"${ace_engine_path}/interfaces/inner_api/ui_service_manager:ui_service_mgr",
|
||||
"//third_party/libjpeg-turbo:turbojpeg_static",
|
||||
]
|
||||
deps += [ "//third_party/libjpeg-turbo:turbojpeg_static" ]
|
||||
external_deps += [
|
||||
"i18n:intl_util",
|
||||
"icu:shared_icuuc",
|
||||
|
Loading…
x
Reference in New Issue
Block a user