mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
Merge branch 'master' of https://gitee.com/gritking/ability_dmsfwk
Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
commit
2ca6dd896d
@ -50,9 +50,6 @@ ohos_fuzztest("DSchedSoftbusSessionFuzzTest") {
|
||||
defines += [ "SUPPORT_DISTRIBUTED_MISSION_MANAGER" ]
|
||||
}
|
||||
|
||||
if (os_account_part) {
|
||||
defines += [ "OS_ACCOUNT_PART" ]
|
||||
}
|
||||
external_deps = [
|
||||
"ability_base:base",
|
||||
"ability_base:want",
|
||||
@ -84,7 +81,6 @@ ohos_fuzztest("DSchedSoftbusSessionFuzzTest") {
|
||||
"init:libbegetutil",
|
||||
"ipc:ipc_core",
|
||||
"kv_store:distributeddata_inner",
|
||||
"os_account:libaccountkits",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
@ -53,6 +53,9 @@ ohos_fuzztest("DSchedTransportSoftbusAdapterFuzzTest") {
|
||||
defines += [ "SUPPORT_DISTRIBUTED_MISSION_MANAGER" ]
|
||||
}
|
||||
|
||||
if (os_account_part) {
|
||||
defines += [ "OS_ACCOUNT_PART" ]
|
||||
}
|
||||
external_deps = [
|
||||
"ability_base:base",
|
||||
"ability_base:want",
|
||||
@ -84,9 +87,13 @@ ohos_fuzztest("DSchedTransportSoftbusAdapterFuzzTest") {
|
||||
"init:libbegetutil",
|
||||
"ipc:ipc_core",
|
||||
"kv_store:distributeddata_inner",
|
||||
"os_account:libaccountkits",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
if (os_account_part) {
|
||||
external_deps += [ "os_account:os_account_innerkits" ]
|
||||
}
|
||||
}
|
||||
|
||||
group("fuzztest") {
|
||||
|
Loading…
Reference in New Issue
Block a user