mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
commit
9953436313
@ -28,6 +28,12 @@ config("common_public_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("common_sdk") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
sources = [
|
||||
"//foundation/ability/dmsfwk/services/dtbabilitymgr/src/distributed_ability_manager_client.cpp",
|
||||
"//foundation/ability/dmsfwk/services/dtbabilitymgr/src/distributed_ability_manager_proxy.cpp",
|
||||
|
@ -27,6 +27,12 @@ config("continuation_manager_public_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("continuation_manager") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
sources = [
|
||||
"//foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/continuation_extra_params.cpp",
|
||||
"//foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/continuation_result.cpp",
|
||||
|
@ -27,6 +27,12 @@ config("continuationmanager_napi_public_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("continuationmanager_napi") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
sources = [
|
||||
"continuation_manager_module.cpp",
|
||||
"js_continuation_manager.cpp",
|
||||
|
@ -27,6 +27,12 @@ config("distributed_ability_manager_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("distributed_ability_manager_svr") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
install_enable = true
|
||||
sources = [
|
||||
"src/continuation_manager/app_connection_stub.cpp",
|
||||
|
@ -52,6 +52,12 @@ config("distributed_sched_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("distributedschedsvr") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
install_enable = true
|
||||
sources = [
|
||||
"src/ability_connection_wrapper_proxy.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user