mirror of
https://gitee.com/openharmony/msdp_device_status
synced 2024-11-23 07:29:52 +00:00
delCFI
Signed-off-by: hewanglon <hewanglong@huawei.com> Change-Id: I44f9114197469646ea31d55f74e0b2f494662f4d
This commit is contained in:
parent
c30a412d83
commit
f970f6b940
@ -14,14 +14,6 @@
|
||||
import("//base/msdp/device_status/device_status.gni")
|
||||
|
||||
ohos_shared_library("inputdevicecooperate") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [
|
||||
"src/js_cooperate_context.cpp",
|
||||
"src/js_cooperate_manager.cpp",
|
||||
|
@ -27,14 +27,6 @@ config("devicestatus_srv_public_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("devicestatus_mock") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [
|
||||
"src/devicestatus_data_parse.cpp",
|
||||
"src/devicestatus_msdp_mock.cpp",
|
||||
|
@ -30,14 +30,6 @@ config("fusion_data_binding_public_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("fusion_data_binding") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [ "src/fusion_data_binding.cpp" ]
|
||||
|
||||
deps = [ "${device_status_root_path}/utils/common:devicestatus_util" ]
|
||||
|
@ -27,14 +27,6 @@ config("fusion_services_binding_public_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("fusion_services_binding") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [ "src/fusion_services_binding.cpp" ]
|
||||
|
||||
deps = [
|
||||
|
@ -27,14 +27,6 @@ config("fusion_subsystem_binding_public_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("fusion_subsystem_binding") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [ "multimedia/src/fusion_image_framework.cpp" ]
|
||||
|
||||
deps = [ "${device_status_root_path}/utils/common:devicestatus_util" ]
|
||||
|
@ -129,14 +129,6 @@ ohos_shared_library("devicestatus_service") {
|
||||
}
|
||||
|
||||
ohos_static_library("devicestatus_static_service") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
include_dirs = [ "//third_party/cJSON" ]
|
||||
|
||||
sources = sources_set
|
||||
|
@ -25,14 +25,6 @@ config("devicestatus_vdev_public_config") {
|
||||
}
|
||||
|
||||
ohos_source_set("devicestatus_vdev") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [
|
||||
"src/v_input_device.cpp",
|
||||
"src/virtual_device.cpp",
|
||||
@ -70,14 +62,6 @@ config("devicestatus_vdev_builders_public_config") {
|
||||
}
|
||||
|
||||
ohos_source_set("devicestatus_vdev_builders") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [
|
||||
"src/virtual_device_builder.cpp",
|
||||
"src/virtual_keyboard_builder.cpp",
|
||||
@ -106,14 +90,6 @@ ohos_source_set("devicestatus_vdev_builders") {
|
||||
}
|
||||
|
||||
ohos_executable("vdevadm") {
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
include_dirs = [
|
||||
"include",
|
||||
"//third_party/json/include",
|
||||
|
Loading…
Reference in New Issue
Block a user