!119 对应元能力部件化修改

Merge pull request !119 from njupthan/update_master_0119
This commit is contained in:
openharmony_ci 2022-01-19 12:06:32 +00:00 committed by Gitee
commit 876159b329
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 4 deletions

View File

@ -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",

View File

@ -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",