mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2025-02-17 04:49:02 +00:00
add ut
Signed-off-by: dengxiaoyu <dengxiaoyu6@huawei.com>
This commit is contained in:
parent
9d72fb10c3
commit
faa6c29954
@ -174,12 +174,13 @@ ohos_unittest("distributedschedservicetest") {
|
||||
public_deps = dsched_public_deps
|
||||
}
|
||||
|
||||
if (!dmsfwk_softbus_adapter_common) {
|
||||
defines = [ "DMSFWK_INTERACTIVE_ADAPTER" ]
|
||||
defines = []
|
||||
if (dmsfwk_report_memmgr || dmsfwk_report_memmgr_plugins) {
|
||||
defines = [ "SUPPORT_DISTRIBUTEDCOMPONENT_TO_MEMMGR" ]
|
||||
}
|
||||
|
||||
if (dmsfwk_report_memmgr || dmsfwk_report_memmgr_plugins) {
|
||||
defines += [ "SUPPORT_DISTRIBUTEDCOMPONENT_TO_MEMMGR" ]
|
||||
if (!dmsfwk_softbus_adapter_common) {
|
||||
defines += [ "DMSFWK_INTERACTIVE_ADAPTER" ]
|
||||
}
|
||||
|
||||
part_name = "dmsfwk"
|
||||
|
Loading…
x
Reference in New Issue
Block a user