mirror of
https://gitee.com/openharmony/msdp_device_status
synced 2024-11-23 15:40:16 +00:00
bugCFI
Signed-off-by: hewanglon <hewanglong@huawei.com> Change-Id: I0411b2e7e5adb7cd67ab5cdb0a3690910cf7625f
This commit is contained in:
parent
20cb9456b8
commit
a8f058ef4c
@ -31,7 +31,7 @@ ohos_shared_library("stationary") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
sources = [
|
||||
"${device_status_frameworks_path}/js/napi/src/devicestatus_event.cpp",
|
||||
|
@ -17,7 +17,7 @@ ohos_shared_library("inputdevicecooperate") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
sources = [
|
||||
|
@ -17,7 +17,7 @@ ohos_shared_library("cooperate") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
sources = [
|
||||
|
@ -17,7 +17,7 @@ ohos_shared_library("draginteraction") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
sources = [
|
||||
|
@ -27,7 +27,7 @@ ohos_shared_library("deviceagent") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
sources = [ "./devicestatus_agent.cpp" ]
|
||||
|
||||
|
@ -36,7 +36,7 @@ ohos_shared_library("devicestatus_client") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
version_script = "libdevicestatus_client_map"
|
||||
|
@ -30,7 +30,7 @@ ohos_shared_library("devicestatus_mock") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
sources = [
|
||||
@ -64,7 +64,7 @@ ohos_shared_library("devicestatus_algo") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
sources = [
|
||||
"src/algorithm/algo_absolute_still.cpp",
|
||||
|
@ -33,7 +33,7 @@ ohos_shared_library("fusion_data_binding") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
sources = [ "src/fusion_data_binding.cpp" ]
|
||||
|
@ -30,7 +30,7 @@ ohos_shared_library("fusion_services_binding") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
sources = [ "src/fusion_services_binding.cpp" ]
|
||||
|
@ -30,7 +30,7 @@ ohos_shared_library("fusion_subsystem_binding") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
sources = [ "multimedia/src/fusion_image_framework.cpp" ]
|
||||
|
@ -82,7 +82,7 @@ ohos_shared_library("devicestatus_service") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
shlib_type = "sa"
|
||||
@ -132,7 +132,7 @@ ohos_static_library("devicestatus_static_service") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
include_dirs = [ "//third_party/cJSON" ]
|
||||
|
@ -21,7 +21,7 @@ ohos_shared_library("coordination") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
include_dirs = [
|
||||
|
@ -21,7 +21,7 @@ ohos_shared_library("interaction_drag") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
include_dirs = [
|
||||
|
@ -28,7 +28,7 @@ ohos_source_set("devicestatus_vdev") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
sources = [
|
||||
@ -71,7 +71,7 @@ ohos_source_set("devicestatus_vdev_builders") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
sources = [
|
||||
@ -105,7 +105,7 @@ ohos_executable("vdevadm") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
include_dirs = [
|
||||
|
@ -31,7 +31,7 @@ ohos_shared_library("devicestatus_util") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
version_script = "libdevicestatus_util_map"
|
||||
|
@ -25,7 +25,7 @@ ohos_shared_library("devicestatus_ipc") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
debug = true
|
||||
}
|
||||
|
||||
sources = [
|
||||
|
Loading…
Reference in New Issue
Block a user