mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-27 08:30:38 +00:00
!119 对应元能力部件化修改
Merge pull request !119 from njupthan/update_master_0119
This commit is contained in:
commit
876159b329
@ -59,8 +59,9 @@ ohos_shared_library("distributedschedsvr") {
|
||||
deps = [ "//foundation/appexecfwk/standard/common:libappexecfwk_common" ]
|
||||
|
||||
external_deps = [
|
||||
"aafwk_standard:ability_manager",
|
||||
"aafwk_standard:want",
|
||||
"ability_runtime:ability_manager",
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"appexecfwk_standard:appexecfwk_base",
|
||||
"appexecfwk_standard:appexecfwk_core",
|
||||
"appexecfwk_standard:libeventhandler",
|
||||
|
@ -31,8 +31,9 @@ config("test_config") {
|
||||
dsched_deps = [ "//foundation/appexecfwk/standard/common:libappexecfwk_common" ]
|
||||
|
||||
dsched_external_deps = [
|
||||
"aafwk_standard:ability_manager",
|
||||
"aafwk_standard:want",
|
||||
"ability_runtime:ability_manager",
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"appexecfwk_standard:appexecfwk_base",
|
||||
"appexecfwk_standard:appexecfwk_core",
|
||||
"appexecfwk_standard:libeventhandler",
|
||||
|
Loading…
Reference in New Issue
Block a user