mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 12:43:16 -04:00
@@ -53,13 +53,13 @@ ohos_moduletest("ability_caller_fw_module_test") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//third_party/googletest:gmock_main",
|
||||
"//third_party/googletest:gtest_main",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"multimodalinput_base:libmmi-client",
|
||||
|
||||
@@ -254,7 +254,6 @@ ohos_shared_library("abilitykit_native") {
|
||||
"//foundation/ace/napi:ace_napi",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//foundation/multimodalinput/input/frameworks/proxy:libmmi-common",
|
||||
@@ -269,6 +268,7 @@ ohos_shared_library("abilitykit_native") {
|
||||
"ability_runtime:napi_base_context",
|
||||
"ability_runtime:runtime",
|
||||
"access_token:libaccesstoken_sdk",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"distributeddataobject:distributeddataobject_impl",
|
||||
|
||||
@@ -23,7 +23,6 @@ config("module_private_config") {
|
||||
include_dirs = [
|
||||
"//base/global/i18n_standard/frameworks/intl/include",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager/include/appmgr",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core/include/bundlemgr",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want/include/ohos/aafwk_L2/content",
|
||||
"//EOSP/communication/libsoftbus/../../../foundation/distributedschedule/dmsfwk/services/dtbschedmgr/include",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want/include/ohos/aafwk_L2/content",
|
||||
@@ -527,7 +526,6 @@ ohos_unittest("ability_impl_test") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
@@ -538,6 +536,7 @@ ohos_unittest("ability_impl_test") {
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:runtime",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"multimodalinput_base:libmmi-client",
|
||||
@@ -623,7 +622,6 @@ ohos_unittest("form_provider_client_test") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//foundation/graphic/standard:libwmclient",
|
||||
@@ -632,6 +630,7 @@ ohos_unittest("form_provider_client_test") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
@@ -927,6 +926,7 @@ ohos_unittest("ability_permission_test") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"multimodalinput_base:libmmi-client",
|
||||
@@ -1026,7 +1026,6 @@ ohos_unittest("form_host_client_test") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//foundation/graphic/standard:libwmclient",
|
||||
@@ -1037,6 +1036,7 @@ ohos_unittest("form_host_client_test") {
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:runtime",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:fmskit_native",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -148,7 +148,6 @@ ohos_shared_library("appkit_native") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"${innerkits_path}/uri_permission:uri_permission_mgr",
|
||||
"//base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher:lib_dfx_dump_catcher",
|
||||
@@ -167,6 +166,7 @@ ohos_shared_library("appkit_native") {
|
||||
external_deps = [
|
||||
"ability_base:configuration",
|
||||
"ability_runtime:runtime",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
@@ -186,7 +186,6 @@ ohos_shared_library("app_context") {
|
||||
"//base/account/os_account/interfaces/innerkits/osaccount/native/include",
|
||||
"${aafwk_path}/frameworks/kits/appkit/native/app/include",
|
||||
"${aafwk_path}/frameworks/kits/appkit/native/ability_runtime/context",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core/include/bundlemgr",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy/include",
|
||||
"//foundation/communication/ipc/interfaces/innerkits/ipc_core/include",
|
||||
"//utils/system/safwk/native/include",
|
||||
@@ -210,7 +209,6 @@ ohos_shared_library("app_context") {
|
||||
deps = [
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
|
||||
# "${aafwk_path}/frameworks/kits/ability/native:abilitykit_native",
|
||||
"${aafwk_path}/common/task_dispatcher:task_dispatcher",
|
||||
@@ -232,6 +230,7 @@ ohos_shared_library("app_context") {
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:runtime",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"napi:ace_napi",
|
||||
@@ -283,7 +282,6 @@ ohos_shared_library("appkit_delegator") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//third_party/icu/icu4c:shared_icuuc",
|
||||
"//utils/native/base:utils",
|
||||
@@ -291,6 +289,7 @@ ohos_shared_library("appkit_delegator") {
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:runtime",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -132,7 +132,6 @@ ohos_unittest("application_test") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//third_party/googletest:gtest_main",
|
||||
@@ -143,6 +142,7 @@ ohos_unittest("application_test") {
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:runtime",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
@@ -294,7 +294,6 @@ ohos_unittest("application_impl_test") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//third_party/googletest:gtest_main",
|
||||
@@ -303,6 +302,7 @@ ohos_unittest("application_impl_test") {
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:runtime",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -68,7 +68,6 @@ ohos_moduletest("appexecfwk_appkit_native_app_module_test_first") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//third_party/googletest:gmock_main",
|
||||
@@ -77,6 +76,7 @@ ohos_moduletest("appexecfwk_appkit_native_app_module_test_first") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
@@ -109,7 +109,6 @@ ohos_moduletest("appexecfwk_appkit_native_app_module_test_second") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//third_party/googletest:gmock_main",
|
||||
@@ -118,6 +117,7 @@ ohos_moduletest("appexecfwk_appkit_native_app_module_test_second") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
@@ -150,7 +150,6 @@ ohos_moduletest("appexecfwk_appkit_native_app_module_test_third") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//third_party/googletest:gmock_main",
|
||||
@@ -159,6 +158,7 @@ ohos_moduletest("appexecfwk_appkit_native_app_module_test_third") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
@@ -191,7 +191,6 @@ ohos_moduletest("appexecfwk_appkit_native_app_module_test_fourth") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//third_party/googletest:gmock_main",
|
||||
@@ -200,6 +199,7 @@ ohos_moduletest("appexecfwk_appkit_native_app_module_test_fourth") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -100,7 +100,6 @@ ohos_moduletest("ability_moduletest") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//foundation/multimedia/image_standard/interfaces/innerkits:image_native",
|
||||
@@ -111,6 +110,7 @@ ohos_moduletest("ability_moduletest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"multimodalinput_base:libmmi-client",
|
||||
@@ -162,7 +162,6 @@ ohos_moduletest("ability_conetxt_test") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//third_party/googletest:gmock_main",
|
||||
@@ -172,6 +171,7 @@ ohos_moduletest("ability_conetxt_test") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"multimodalinput_base:libmmi-client",
|
||||
@@ -234,7 +234,6 @@ ohos_moduletest("data_ability_operation_moduletest") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//foundation/multimedia/image_standard/interfaces/innerkits:image_native",
|
||||
@@ -245,6 +244,7 @@ ohos_moduletest("data_ability_operation_moduletest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"multimodalinput_base:libmmi-client",
|
||||
|
||||
@@ -98,7 +98,6 @@ ohos_shared_library("ability_manager") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_dataability:native_dataability",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb:native_rdb",
|
||||
@@ -110,6 +109,7 @@ ohos_shared_library("ability_manager") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -39,7 +39,6 @@ ohos_shared_library("abilitymanager") {
|
||||
"//foundation/ace/napi:ace_napi",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/appexecfwk/standard/libs/libeventhandler:libeventhandler_target",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
@@ -50,6 +49,7 @@ ohos_shared_library("abilitymanager") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -34,7 +34,6 @@ ohos_shared_library("napi_app_mgr") {
|
||||
"//foundation/ace/napi:ace_napi",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/libs/libeventhandler:libeventhandler_target",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
@@ -43,6 +42,7 @@ ohos_shared_library("napi_app_mgr") {
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -34,7 +34,6 @@ ohos_shared_library("appmanager_napi") {
|
||||
"//foundation/ace/napi:ace_napi",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
@@ -46,6 +45,7 @@ ohos_shared_library("appmanager_napi") {
|
||||
"ability_runtime:runtime",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -94,12 +94,12 @@ ohos_shared_library("distributedmissionmanager") {
|
||||
"//foundation/aafwk/standard/interfaces/kits/napi/aafwk/inner/napi_common:napi_common",
|
||||
"//foundation/ace/napi:ace_napi",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"ipc_js:rpc",
|
||||
|
||||
@@ -90,7 +90,6 @@ ohos_shared_library("abilityms") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/ace/ace_engine/interfaces/innerkits/ui_service_manager:ui_service_mgr",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_dataability:native_dataability",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb:native_rdb",
|
||||
@@ -105,6 +104,7 @@ ohos_shared_library("abilityms") {
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"access_token:libaccesstoken_sdk",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
|
||||
@@ -136,7 +136,6 @@ ohos_source_set("abilityms_test_source") {
|
||||
"//base/hiviewdfx/hiview/adapter/utility:hiview_adapter_utility",
|
||||
"//foundation/ace/ace_engine/interfaces/innerkits/ui_service_manager:ui_service_mgr",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/graphic/standard:libwmservice",
|
||||
"//foundation/multimedia/image_standard/interfaces/innerkits:image_native",
|
||||
@@ -145,6 +144,7 @@ ohos_source_set("abilityms_test_source") {
|
||||
|
||||
external_deps = [
|
||||
"access_token:libaccesstoken_sdk",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
|
||||
@@ -47,7 +47,6 @@ ohos_source_set("appmgr_test_service") {
|
||||
"${innerkits_path}/want:want",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utils",
|
||||
@@ -56,6 +55,7 @@ ohos_source_set("appmgr_test_service") {
|
||||
public_deps = [ "//foundation/graphic/standard:libwmservice" ]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -45,7 +45,6 @@ ohos_source_set("aakit_mock") {
|
||||
"${innerkits_path}/want:want",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
@@ -53,6 +52,7 @@ ohos_source_set("aakit_mock") {
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -29,8 +29,6 @@ config("appexecfwk_core_mock_config") {
|
||||
"//base/notification/ces_standard/interfaces/innerkits/native/include/",
|
||||
"//foundation/aafwk/standard/services/abilitymgr/test/mock/libs/aakit/include/",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core/include",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core/include/bundlemgr/",
|
||||
]
|
||||
}
|
||||
|
||||
@@ -53,6 +51,7 @@ ohos_source_set("appexecfwk_appmgr_mock") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
@@ -81,6 +80,7 @@ ohos_source_set("appexecfwk_bundlemgr_mock") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -113,7 +113,6 @@ ohos_shared_library("libams") {
|
||||
"${aafwk_path}/interfaces/innerkits/app_manager:app_manager",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${innerkits_path}/uri_permission:uri_permission_mgr",
|
||||
"${services_path}/common:perm_verification",
|
||||
@@ -129,6 +128,7 @@ ohos_shared_library("libams") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
|
||||
@@ -50,7 +50,6 @@ ohos_executable("appmgrserviceregtest") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/aafwk/standard/services/appmgr:libams",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
|
||||
#"startup:appspawn_jni",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
@@ -59,6 +58,7 @@ ohos_executable("appmgrserviceregtest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -87,11 +87,11 @@ ohos_source_set("appmgr_test_source") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
|
||||
@@ -60,11 +60,11 @@ ohos_unittest("AmsAbilityRunningRecordTest") {
|
||||
"//base/account/os_account/frameworks/osaccount/native:os_account_innerkits",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
"//foundation/aafwk/standard/services/appmgr:libams",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -55,7 +55,6 @@ ohos_unittest("AppDeathRecipientTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${innerkits_path}/uri_permission:uri_permission_mgr",
|
||||
"${services_path}/appmgr/test:appmgr_test_source",
|
||||
@@ -73,6 +72,7 @@ ohos_unittest("AppDeathRecipientTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -55,7 +55,6 @@ ohos_unittest("AmsAppLifeCycleTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${innerkits_path}/uri_permission:uri_permission_mgr",
|
||||
"${services_path}/appmgr/test:appmgr_test_source",
|
||||
@@ -71,6 +70,7 @@ ohos_unittest("AmsAppLifeCycleTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -50,12 +50,12 @@ ohos_unittest("AmsAppMgrClientTest") {
|
||||
"${services_path}/common:perm_verification",
|
||||
"//base/account/os_account/frameworks/osaccount/native:os_account_innerkits",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -57,11 +57,11 @@ ohos_unittest("AmsAppRunningRecordTest") {
|
||||
"${services_path}/common:perm_verification",
|
||||
"//base/account/os_account/frameworks/osaccount/native:os_account_innerkits",
|
||||
"//foundation/aafwk/standard/services/appmgr:libams",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -43,12 +43,12 @@ ohos_unittest("AmsAppStateCallbackTest") {
|
||||
"${aafwk_path}/interfaces/innerkits/app_manager:app_manager",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"//base/account/os_account/frameworks/osaccount/native:os_account_innerkits",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//third_party/googletest:gmock_main",
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -53,7 +53,6 @@ ohos_unittest("AmsWorkFlowTest") {
|
||||
|
||||
deps = [
|
||||
"${aafwk_path}/interfaces/innerkits/app_manager:app_manager",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${innerkits_path}/uri_permission:uri_permission_mgr",
|
||||
"${services_path}/appmgr/test:appmgr_test_source",
|
||||
@@ -68,6 +67,7 @@ ohos_unittest("AmsWorkFlowTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -39,13 +39,15 @@ ohos_unittest("AmsCgroupManagerTest") {
|
||||
}
|
||||
deps = [
|
||||
"${aafwk_path}/interfaces/innerkits/app_manager:app_manager",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/appmgr/test:appmgr_test_source",
|
||||
"//base/account/os_account/frameworks/osaccount/native:os_account_innerkits",
|
||||
]
|
||||
|
||||
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
]
|
||||
}
|
||||
|
||||
group("unittest") {
|
||||
|
||||
@@ -55,10 +55,10 @@ ohos_unittest("AmsIpcAppMgrInterfaceTest") {
|
||||
"//base/account/os_account/frameworks/osaccount/native:os_account_innerkits",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -38,7 +38,6 @@ ohos_unittest("AmsLmksClientTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/appmgr/test:appmgr_test_source",
|
||||
"//base/account/os_account/frameworks/osaccount/native:os_account_innerkits",
|
||||
@@ -46,6 +45,7 @@ ohos_unittest("AmsLmksClientTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -45,7 +45,6 @@ ohos_unittest("AmsMgrSchedulerTest") {
|
||||
}
|
||||
deps = [
|
||||
"${aafwk_path}/interfaces/innerkits/app_manager:app_manager",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/appmgr/test:appmgr_test_source",
|
||||
"//base/account/os_account/frameworks/osaccount/native:os_account_innerkits",
|
||||
@@ -53,6 +52,7 @@ ohos_unittest("AmsMgrSchedulerTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -49,7 +49,6 @@ ohos_unittest("AmsamsProcessOptimizerTest") {
|
||||
}
|
||||
deps = [
|
||||
"${aafwk_path}/interfaces/innerkits/app_manager:app_manager",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/appmgr/test:appmgr_test_source",
|
||||
"//base/account/os_account/frameworks/osaccount/native:os_account_innerkits",
|
||||
@@ -57,6 +56,7 @@ ohos_unittest("AmsamsProcessOptimizerTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -53,7 +53,6 @@ ohos_unittest("AmsRecentAppListTest") {
|
||||
configs = [ "${appexecfwk_path}/libs/libeventhandler:libeventhandler_config" ]
|
||||
|
||||
deps = [
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${innerkits_path}/uri_permission:uri_permission_mgr",
|
||||
"${services_path}/appmgr/test:appmgr_test_source",
|
||||
@@ -69,6 +68,7 @@ ohos_unittest("AmsRecentAppListTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -59,12 +59,12 @@ ohos_unittest("AmsServiceAppSpawnClientTest") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/aafwk/standard/services/appmgr:libams",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -61,12 +61,12 @@ ohos_unittest("AmsServiceEventDriveTest") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/aafwk/standard/services/appmgr:libams",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -57,7 +57,6 @@ ohos_unittest("AmsServiceLoadAbilityProcessTest") {
|
||||
}
|
||||
deps = [
|
||||
"${aafwk_path}/interfaces/innerkits/app_manager:app_manager",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${innerkits_path}/uri_permission:uri_permission_mgr",
|
||||
"${services_path}/appmgr/test:appmgr_test_source",
|
||||
@@ -73,6 +72,7 @@ ohos_unittest("AmsServiceLoadAbilityProcessTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -57,13 +57,13 @@ ohos_unittest("AmsServiceStartupTest") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/aafwk/standard/services/appmgr:libams",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -55,7 +55,6 @@ ohos_unittest("AMSEventHandlerTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${innerkits_path}/uri_permission:uri_permission_mgr",
|
||||
"${services_path}/appmgr/test:appmgr_test_source",
|
||||
@@ -73,6 +72,7 @@ ohos_unittest("AMSEventHandlerTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -53,7 +53,6 @@ ohos_shared_library("dataobsms") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/dataobs_manager:dataobs_manager",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
@@ -62,6 +61,7 @@ ohos_shared_library("dataobsms") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -48,7 +48,6 @@ ohos_unittest("FmsFormCacheMgrTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -63,6 +62,7 @@ ohos_unittest("FmsFormCacheMgrTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -53,7 +53,6 @@ ohos_unittest("FmsFormDataMgrTest") {
|
||||
deps = [
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
|
||||
@@ -66,6 +65,7 @@ ohos_unittest("FmsFormDataMgrTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -49,7 +49,6 @@ ohos_unittest("FmsFormDbRecordTest") {
|
||||
deps = [
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
|
||||
@@ -62,6 +61,7 @@ ohos_unittest("FmsFormDbRecordTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -55,7 +55,6 @@ ohos_unittest("FmsFormHostRecordTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -71,6 +70,7 @@ ohos_unittest("FmsFormHostRecordTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -55,7 +55,6 @@ ohos_unittest("FmsFormInfoMgrTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -71,6 +70,7 @@ ohos_unittest("FmsFormInfoMgrTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -57,7 +57,6 @@ ohos_unittest("FmsFormMgrAddFormTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -76,6 +75,7 @@ ohos_unittest("FmsFormMgrAddFormTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -56,7 +56,6 @@ ohos_unittest("FmsFormMgrCastTempFormTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -72,6 +71,7 @@ ohos_unittest("FmsFormMgrCastTempFormTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -59,7 +59,6 @@ ohos_unittest("FmsFormMgrDeathCallbackTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -77,6 +76,7 @@ ohos_unittest("FmsFormMgrDeathCallbackTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -58,7 +58,6 @@ ohos_unittest("FmsFormMgrDeleteFormTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -76,6 +75,7 @@ ohos_unittest("FmsFormMgrDeleteFormTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -59,7 +59,6 @@ ohos_unittest("FmsFormMgrLifecycleUpdateTest") {
|
||||
deps = [
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
@@ -75,6 +74,7 @@ ohos_unittest("FmsFormMgrLifecycleUpdateTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -57,7 +57,6 @@ ohos_unittest("FmsFormMgrMessageEventTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -75,6 +74,7 @@ ohos_unittest("FmsFormMgrMessageEventTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -59,7 +59,6 @@ ohos_unittest("FmsFormMgrNotifyInvisibleFormsTest") {
|
||||
deps = [
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
@@ -74,6 +73,7 @@ ohos_unittest("FmsFormMgrNotifyInvisibleFormsTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -59,7 +59,6 @@ ohos_unittest("FmsFormMgrNotifyVisibleFormsTest") {
|
||||
deps = [
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
@@ -74,6 +73,7 @@ ohos_unittest("FmsFormMgrNotifyVisibleFormsTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -56,7 +56,6 @@ ohos_unittest("FmsFormMgrReleaseFormTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -71,6 +70,7 @@ ohos_unittest("FmsFormMgrReleaseFormTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -56,7 +56,6 @@ ohos_unittest("FmsFormMgrRequestFormTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -71,6 +70,7 @@ ohos_unittest("FmsFormMgrRequestFormTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -57,7 +57,6 @@ ohos_unittest("FmsFormMgrUpdateFormTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -75,6 +74,7 @@ ohos_unittest("FmsFormMgrUpdateFormTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -41,7 +41,6 @@ ohos_unittest("FmsFormProviderDataTest") {
|
||||
deps = [
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
@@ -52,6 +51,7 @@ ohos_unittest("FmsFormProviderDataTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -56,7 +56,6 @@ ohos_unittest("FmsFormProviderMgrTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -72,6 +71,7 @@ ohos_unittest("FmsFormProviderMgrTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"form_runtime:form_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -58,7 +58,6 @@ ohos_unittest("FmsFormSetNextRefreshTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/miscservices/time/services:time_service",
|
||||
"//base/security/permission/interfaces/innerkits/permission_standard/permissionsdk:libpermissionsdk_standard",
|
||||
@@ -78,6 +77,7 @@ ohos_unittest("FmsFormSetNextRefreshTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"form_runtime:form_manager",
|
||||
|
||||
@@ -58,7 +58,6 @@ ohos_unittest("FmsFormSysEventReceiverTest") {
|
||||
"${aafwk_path}/frameworks/kits/fmskit:fmskit_native",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/libs/libeventhandler:libeventhandler_target",
|
||||
"${services_path}/formmgr:fms_target",
|
||||
"//base/miscservices/time/services:time_service",
|
||||
@@ -80,6 +79,7 @@ ohos_unittest("FmsFormSysEventReceiverTest") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"form_runtime:form_manager",
|
||||
|
||||
@@ -96,7 +96,6 @@ ohos_moduletest("ability_mgr_module_test") {
|
||||
"//foundation/aafwk/standard/services/abilitymgr:abilityms",
|
||||
"//foundation/ace/ace_engine/interfaces/innerkits/ui_service_manager:ui_service_mgr",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
@@ -111,6 +110,7 @@ ohos_moduletest("ability_mgr_module_test") {
|
||||
|
||||
external_deps = [
|
||||
"access_token:libaccesstoken_sdk",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
|
||||
@@ -100,7 +100,6 @@ ohos_moduletest("AbilityRecordModuleTest") {
|
||||
"//foundation/aafwk/standard/services/abilitymgr:abilityms",
|
||||
"//foundation/ace/ace_engine/interfaces/innerkits/ui_service_manager:ui_service_mgr",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
@@ -115,6 +114,7 @@ ohos_moduletest("AbilityRecordModuleTest") {
|
||||
|
||||
external_deps = [
|
||||
"access_token:libaccesstoken_sdk",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
|
||||
@@ -98,7 +98,6 @@ ohos_moduletest("ability_stack_module_test") {
|
||||
"//foundation/aafwk/standard/services/abilitymgr:abilityms",
|
||||
"//foundation/ace/ace_engine/interfaces/innerkits/ui_service_manager:ui_service_mgr",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
@@ -113,6 +112,7 @@ ohos_moduletest("ability_stack_module_test") {
|
||||
|
||||
external_deps = [
|
||||
"access_token:libaccesstoken_sdk",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
|
||||
@@ -84,7 +84,6 @@ ohos_source_set("appmgr_mst_source") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
"//third_party/googletest:gmock_main",
|
||||
"//third_party/googletest:gtest_main",
|
||||
@@ -93,6 +92,7 @@ ohos_source_set("appmgr_mst_source") {
|
||||
|
||||
external_deps = [
|
||||
"appspawn:appspawn_socket_client",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
|
||||
@@ -36,7 +36,6 @@ ohos_moduletest("IpcAbilityMgrServiceModuleTest") {
|
||||
"${services_path}/common:perm_verification",
|
||||
"//foundation/aafwk/standard/services/abilitymgr:abilityms",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//third_party/googletest:gmock_main",
|
||||
"//third_party/googletest:gtest_main",
|
||||
@@ -46,6 +45,7 @@ ohos_moduletest("IpcAbilityMgrServiceModuleTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -52,7 +52,6 @@ ohos_moduletest("IpcAbilitySchedulerModuleTest") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/base:base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//third_party/googletest:gmock_main",
|
||||
"//third_party/googletest:gtest_main",
|
||||
@@ -62,6 +61,7 @@ ohos_moduletest("IpcAbilitySchedulerModuleTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"native_appdatamgr:native_appdatafwk",
|
||||
|
||||
@@ -62,7 +62,6 @@ ohos_moduletest("PandingWantMgrTest") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
"//foundation/ace/ace_engine/interfaces/innerkits/ui_service_manager:ui_service_mgr",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
@@ -77,6 +76,7 @@ ohos_moduletest("PandingWantMgrTest") {
|
||||
|
||||
external_deps = [
|
||||
"access_token:libaccesstoken_sdk",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bytrace_standard:bytrace_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
|
||||
@@ -55,7 +55,6 @@ ohos_shared_library("amsAbilityAppendTestA") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${innerkits_path}/appexecfwk_base:appexecfwk_base",
|
||||
"${innerkits_path}/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/bundlemgr:libbms",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_dataability:native_dataability",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb:native_rdb",
|
||||
@@ -64,6 +63,7 @@ ohos_shared_library("amsAbilityAppendTestA") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -54,7 +54,6 @@ ohos_shared_library("amsAbilityAppendTestB") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${innerkits_path}/appexecfwk_base:appexecfwk_base",
|
||||
"${innerkits_path}/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/bundlemgr:libbms",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_dataability:native_dataability",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb:native_rdb",
|
||||
@@ -63,6 +62,7 @@ ohos_shared_library("amsAbilityAppendTestB") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -54,7 +54,6 @@ ohos_shared_library("amsAbilityVisibleTestPageA") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_dataability:native_dataability",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb:native_rdb",
|
||||
@@ -62,6 +61,7 @@ ohos_shared_library("amsAbilityVisibleTestPageA") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
+1
-1
@@ -54,7 +54,6 @@ ohos_shared_library("amsAbilityVisibleTestServiceB") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_dataability:native_dataability",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb:native_rdb",
|
||||
@@ -62,6 +61,7 @@ ohos_shared_library("amsAbilityVisibleTestServiceB") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
+1
-1
@@ -54,12 +54,12 @@ ohos_shared_library("amsConfigurationUpdatedSingletonTest") {
|
||||
"${aafwk_path}/services/abilitymgr:abilityms",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${innerkits_path}/appexecfwk_base:appexecfwk_base",
|
||||
"${innerkits_path}/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/bundlemgr:libbms",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -55,12 +55,12 @@ ohos_shared_library("amsConfigurationUpdatedTest") {
|
||||
"${aafwk_path}/services/abilitymgr:abilityms",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${innerkits_path}/appexecfwk_base:appexecfwk_base",
|
||||
"${innerkits_path}/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/bundlemgr:libbms",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -56,7 +56,6 @@ ohos_shared_library("amsDataSystemTestA") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${innerkits_path}/appexecfwk_base:appexecfwk_base",
|
||||
"${innerkits_path}/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/bundlemgr:libbms",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_dataability:native_dataability",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb:native_rdb",
|
||||
@@ -65,6 +64,7 @@ ohos_shared_library("amsDataSystemTestA") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -55,7 +55,6 @@ ohos_shared_library("amsDataSystemTestB") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_dataability:native_dataability",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb:native_rdb",
|
||||
@@ -64,6 +63,7 @@ ohos_shared_library("amsDataSystemTestB") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -55,7 +55,6 @@ ohos_shared_library("amsDataSystemTestC") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_dataability:native_dataability",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb:native_rdb",
|
||||
@@ -64,6 +63,7 @@ ohos_shared_library("amsDataSystemTestC") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -48,7 +48,6 @@ ohos_shared_library("amsKitSTAbilityManager") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/services/bundlemgr:libbms",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/ability_manager:ability_manager",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
@@ -56,6 +55,7 @@ ohos_shared_library("amsKitSTAbilityManager") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -52,7 +52,6 @@ ohos_shared_library("amsKitSTAbilityManagerFirst") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/services/bundlemgr:libbms",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/ability_manager:ability_manager",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
@@ -61,6 +60,7 @@ ohos_shared_library("amsKitSTAbilityManagerFirst") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -58,7 +58,6 @@ ohos_shared_library("amsKitSystemTest") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/services/bundlemgr:libbms",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/ability_manager:ability_manager",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
@@ -67,6 +66,7 @@ ohos_shared_library("amsKitSystemTest") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -55,13 +55,13 @@ ohos_shared_library("amsKitSystemTestA") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${innerkits_path}/appexecfwk_base:appexecfwk_base",
|
||||
"${innerkits_path}/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/bundlemgr:libbms",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -54,13 +54,13 @@ ohos_shared_library("amsKitSystemTestB") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${innerkits_path}/appexecfwk_base:appexecfwk_base",
|
||||
"${innerkits_path}/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/bundlemgr:libbms",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -59,7 +59,6 @@ ohos_shared_library("amsKitSystemTestDataA") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${innerkits_path}/appexecfwk_base:appexecfwk_base",
|
||||
"${innerkits_path}/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/bundlemgr:libbms",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_dataability:native_dataability",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb:native_rdb",
|
||||
@@ -68,6 +67,7 @@ ohos_shared_library("amsKitSystemTestDataA") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -57,7 +57,6 @@ ohos_shared_library("amsKitSystemTestDataB") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${innerkits_path}/appexecfwk_base:appexecfwk_base",
|
||||
"${innerkits_path}/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/bundlemgr:libbms",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_dataability:native_dataability",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb:native_rdb",
|
||||
@@ -66,6 +65,7 @@ ohos_shared_library("amsKitSystemTestDataB") {
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -53,13 +53,13 @@ ohos_shared_library("amsKitSystemTestPageA") {
|
||||
"${aafwk_path}/services/abilitymgr:abilityms",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/services/bundlemgr:libbms",
|
||||
"${libs_path}/libeventhandler:libeventhandler_target",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -58,13 +58,13 @@ ohos_shared_library("amsKitSystemTestService") {
|
||||
"${aafwk_path}/services/abilitymgr:abilityms",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/services/bundlemgr:libbms",
|
||||
"${libs_path}/libeventhandler:libeventhandler_target",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -55,12 +55,12 @@ ohos_shared_library("amsMissionStackTest") {
|
||||
"${aafwk_path}/interfaces/innerkits/want:want",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${innerkits_path}/appexecfwk_base:appexecfwk_base",
|
||||
"${innerkits_path}/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/bundlemgr:libbms",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
+1
-1
@@ -56,12 +56,12 @@ ohos_shared_library("amsMissionStackTestSubsidiary") {
|
||||
"${aafwk_path}/services/abilitymgr:abilityms",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${innerkits_path}/appexecfwk_base:appexecfwk_base",
|
||||
"${innerkits_path}/appexecfwk_core:appexecfwk_core",
|
||||
"${services_path}/bundlemgr:libbms",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -57,13 +57,13 @@ ohos_shared_library("amsStDataAbility") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
public_deps = [ "//foundation/distributedschedule/dmsfwk/services/dtbschedmgr:distributedschedsvr" ]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"native_appdatamgr:native_appdatafwk",
|
||||
|
||||
@@ -51,12 +51,12 @@ ohos_shared_library("amsSystemTestA") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -46,12 +46,12 @@ ohos_shared_library("amsSystemTestB") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -48,12 +48,12 @@ ohos_shared_library("amsSystemTestC") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -47,12 +47,12 @@ ohos_shared_library("amsSystemTestD") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -49,13 +49,13 @@ ohos_shared_library("amsSystemTestDFX") {
|
||||
"${aafwk_path}/services/abilitymgr:abilityms",
|
||||
"${appexecfwk_path}/common:libappexecfwk_common",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"${appexecfwk_path}/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"${appexecfwk_path}/services/bundlemgr:libbms",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -46,12 +46,12 @@ ohos_shared_library("amsSystemTestE") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -41,12 +41,12 @@ ohos_shared_library("amsSystemTestErrorK") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -41,12 +41,12 @@ ohos_shared_library("amsSystemTestErrorL") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
@@ -48,12 +48,12 @@ ohos_shared_library("amsSystemTestF") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -47,12 +47,12 @@ ohos_shared_library("amsSystemTestG") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -46,12 +46,12 @@ ohos_shared_library("amsSystemTestH") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -49,12 +49,12 @@ ohos_shared_library("amsSystemTestI") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
@@ -46,12 +46,12 @@ ohos_shared_library("amsSystemTestM") {
|
||||
"//foundation/aafwk/standard/interfaces/innerkits/want:want",
|
||||
"//foundation/appexecfwk/standard/common:libappexecfwk_common",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
|
||||
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr:libbms",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
external_deps = [
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"ces_standard:cesfwk_core",
|
||||
"ces_standard:cesfwk_innerkits",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user