!211 build:delete dependencies on package management

Merge pull request !211 from junyi233/master
This commit is contained in:
openharmony_ci 2022-04-25 11:49:05 +00:00 committed by Gitee
commit b18f231215
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 12 deletions

View File

@ -50,8 +50,6 @@ ohos_shared_library("distributedschedsvr") {
configs = [ ":distributed_sched_config" ]
deps = [ "//foundation/appexecfwk/standard/common:libappexecfwk_common" ]
external_deps = [
"ability_base:want",
"ability_base:zuri",

View File

@ -29,8 +29,6 @@ config("test_config") {
[ "//foundation/distributedschedule/dmsfwk/utils/native/include" ]
}
dsched_deps = [ "//foundation/appexecfwk/standard/common:libappexecfwk_common" ]
dsched_external_deps = [
"ability_base:want",
"ability_runtime:ability_manager",
@ -99,7 +97,6 @@ ohos_unittest("distributedschedsvrtest") {
sources += dtbschedmgr_sources
configs = [ ":test_config" ]
configs += dsched_configs
deps = dsched_deps
if (is_standard_system) {
external_deps = dsched_external_deps
public_deps = dsched_public_deps
@ -118,7 +115,6 @@ ohos_unittest("dschedcontinuetest") {
sources += dtbschedmgr_sources
configs = [ ":test_config" ]
configs += dsched_configs
deps = dsched_deps
if (is_standard_system) {
external_deps = dsched_external_deps
public_deps = dsched_public_deps
@ -139,7 +135,6 @@ ohos_unittest("dschedconnecttest") {
sources += dtbschedmgr_sources
configs = [ ":test_config" ]
configs += dsched_configs
deps = dsched_deps
if (is_standard_system) {
external_deps = dsched_external_deps
public_deps = dsched_public_deps
@ -155,7 +150,6 @@ ohos_unittest("dschedpermissiontest") {
sources += dtbschedmgr_sources
configs = [ ":test_config" ]
configs += dsched_configs
deps = dsched_deps
if (is_standard_system) {
external_deps = dsched_external_deps
public_deps = dsched_public_deps
@ -170,8 +164,7 @@ ohos_unittest("dschedmissionmanagertest") {
sources += dtbschedmgr_sources
configs = [ ":test_config" ]
configs += dsched_configs
deps = dsched_deps
deps += [ "${distributed_service}/dtbschedmgr:distributedschedsvr" ]
deps = [ "${distributed_service}/dtbschedmgr:distributedschedsvr" ]
if (is_standard_system) {
external_deps = dsched_external_deps
public_deps = dsched_public_deps
@ -186,8 +179,7 @@ ohos_unittest("dscheddatastoragetest") {
sources += dtbschedmgr_sources
configs = [ ":test_config" ]
configs += dsched_configs
deps = dsched_deps
deps += [ "${distributed_service}/dtbschedmgr:distributedschedsvr" ]
deps = [ "${distributed_service}/dtbschedmgr:distributedschedsvr" ]
if (is_standard_system) {
external_deps = dsched_external_deps
public_deps = dsched_public_deps