mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 15:20:34 +00:00
Signed-off-by: xuzheheng <xuzheheng2@huawei.com> Change-Id: I733661f6bacf22d13bf4c8291cc597c7b80818e9
This commit is contained in:
parent
34ac38c515
commit
10bb7f3e71
14
bundle.json
14
bundle.json
@ -35,6 +35,7 @@
|
||||
"deps": {
|
||||
"components": [
|
||||
"ability_base",
|
||||
"accessibility",
|
||||
"access_token",
|
||||
"ace_engine",
|
||||
"appspawn",
|
||||
@ -44,10 +45,16 @@
|
||||
"common",
|
||||
"common_event_service",
|
||||
"c_utils",
|
||||
"data_share",
|
||||
"dlp_permission_service",
|
||||
"dsoftbus",
|
||||
"efficiency_manager",
|
||||
"eventhandler",
|
||||
"ets_runtime",
|
||||
"ets_utils",
|
||||
"faultloggerd",
|
||||
"form_fwk",
|
||||
"graphic_standard",
|
||||
"hichecker_native",
|
||||
"hicollie_native",
|
||||
"hisysevent_native",
|
||||
@ -59,14 +66,21 @@
|
||||
"init",
|
||||
"input",
|
||||
"ipc",
|
||||
"ipc_js",
|
||||
"kv_store",
|
||||
"memory_utils",
|
||||
"multimedia_image_framework",
|
||||
"napi",
|
||||
"netmanager_base",
|
||||
"os_account",
|
||||
"relational_store",
|
||||
"resource_management",
|
||||
"resource_schedule_service",
|
||||
"safwk",
|
||||
"samgr",
|
||||
"startup_l2",
|
||||
"storage_service",
|
||||
"webview",
|
||||
"window_manager"
|
||||
],
|
||||
"third_party": [
|
||||
|
@ -451,7 +451,6 @@ ohos_shared_library("form_extension") {
|
||||
"${ability_runtime_napi_path}/inner/napi_common:napi_common",
|
||||
"${ability_runtime_native_path}/ability:ability_context_native",
|
||||
"${ability_runtime_native_path}/appkit:app_context",
|
||||
"${form_fwk_napi_path}:formutil_napi",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
@ -460,6 +459,7 @@ ohos_shared_library("form_extension") {
|
||||
"common_event_service:cesfwk_innerkits",
|
||||
"form_fwk:fmskit_native",
|
||||
"form_fwk:form_manager",
|
||||
"form_fwk:formutil_napi",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
@ -34,15 +34,13 @@ ohos_shared_library("srms_fwk") {
|
||||
|
||||
public_configs = [ ":srms_fwk_config" ]
|
||||
|
||||
deps = [
|
||||
"${ability_runtime_innerkits_path}/ability_manager:ability_manager",
|
||||
"${bundlefwk_common_path}:libappexecfwk_common",
|
||||
]
|
||||
deps = [ "${ability_runtime_innerkits_path}/ability_manager:ability_manager" ]
|
||||
|
||||
external_deps = [
|
||||
"ability_base:session_info",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:libappexecfwk_common",
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
@ -30,8 +30,6 @@ ohos_shared_library("businessabilityrouter") {
|
||||
|
||||
deps = [
|
||||
"${ability_runtime_innerkits_path}/ability_manager:ability_manager",
|
||||
"${bundlefwk_common_path}:libappexecfwk_common",
|
||||
"${bundlefwk_kits_path}/js/common:bundle_napi_common",
|
||||
"${srms_inner_api_path}:srms_fwk",
|
||||
]
|
||||
|
||||
@ -39,6 +37,8 @@ ohos_shared_library("businessabilityrouter") {
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bundle_framework:bundle_napi_common",
|
||||
"bundle_framework:libappexecfwk_common",
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
@ -41,7 +41,6 @@ ohos_shared_library("libsrms") {
|
||||
|
||||
deps = [
|
||||
"${ability_runtime_innerkits_path}/ability_manager:ability_manager",
|
||||
"${bundlefwk_common_path}:libappexecfwk_common",
|
||||
"${srms_inner_api_path}:srms_fwk",
|
||||
]
|
||||
|
||||
@ -53,6 +52,7 @@ ohos_shared_library("libsrms") {
|
||||
"access_token:libtokenid_sdk",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"bundle_framework:libappexecfwk_common",
|
||||
"c_utils:utils",
|
||||
"common_event_service:cesfwk_innerkits",
|
||||
"eventhandler:libeventhandler",
|
||||
|
Loading…
Reference in New Issue
Block a user