mirror of
https://gitee.com/openharmony/msdp_device_status
synced 2024-11-27 09:41:43 +00:00
backwardCfi
Signed-off-by: hewanglon <hewanglong@huawei.com> Change-Id: Ic836c3dd53c954383191791332ff4938b8706e58
This commit is contained in:
parent
c0aa602a65
commit
9424b4aabc
@ -21,6 +21,8 @@ ohos_shared_library("inputdevicecooperate") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [
|
||||
"src/js_cooperate_context.cpp",
|
||||
"src/js_cooperate_manager.cpp",
|
||||
|
@ -21,6 +21,8 @@ ohos_shared_library("cooperate") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [
|
||||
"src/js_coordination_context.cpp",
|
||||
"src/js_coordination_manager.cpp",
|
||||
|
@ -21,6 +21,8 @@ ohos_shared_library("draginteraction") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [
|
||||
"src/js_drag_context.cpp",
|
||||
"src/js_drag_manager.cpp",
|
||||
|
@ -40,6 +40,8 @@ ohos_shared_library("devicestatus_client") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
version_script = "libdevicestatus_client_map"
|
||||
sources = [
|
||||
"${device_status_frameworks_path}/native/interaction/src/drag_manager_impl.cpp",
|
||||
|
@ -33,6 +33,8 @@ ohos_shared_library("devicestatus_mock") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [
|
||||
"src/devicestatus_data_parse.cpp",
|
||||
"src/devicestatus_msdp_mock.cpp",
|
||||
|
@ -37,6 +37,8 @@ ohos_shared_library("fusion_data_binding") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [ "src/fusion_data_binding.cpp" ]
|
||||
|
||||
deps = [ "${device_status_root_path}/utils/common:devicestatus_util" ]
|
||||
|
@ -33,6 +33,8 @@ ohos_shared_library("fusion_services_binding") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [ "src/fusion_services_binding.cpp" ]
|
||||
|
||||
deps = [
|
||||
|
@ -33,6 +33,8 @@ ohos_shared_library("fusion_subsystem_binding") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [ "multimedia/src/fusion_image_framework.cpp" ]
|
||||
|
||||
deps = [ "${device_status_root_path}/utils/common:devicestatus_util" ]
|
||||
|
@ -87,6 +87,8 @@ ohos_shared_library("devicestatus_service") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
shlib_type = "sa"
|
||||
include_dirs = [ "//third_party/cJSON" ]
|
||||
|
||||
@ -134,6 +136,8 @@ ohos_static_library("devicestatus_static_service") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
include_dirs = [ "//third_party/cJSON" ]
|
||||
|
||||
sources = sources_set
|
||||
|
@ -24,6 +24,8 @@ ohos_shared_library("coordination") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
include_dirs = [
|
||||
"include",
|
||||
"${device_status_interfaces_path}/innerkits/interaction/include",
|
||||
|
@ -28,6 +28,8 @@ ohos_shared_library("interaction_drag") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
include_dirs = [
|
||||
"include",
|
||||
"${device_status_interfaces_path}/innerkits/interaction/include",
|
||||
|
@ -31,6 +31,8 @@ ohos_source_set("devicestatus_vdev") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [
|
||||
"src/v_input_device.cpp",
|
||||
"src/virtual_device.cpp",
|
||||
@ -74,6 +76,8 @@ ohos_source_set("devicestatus_vdev_builders") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [
|
||||
"src/virtual_device_builder.cpp",
|
||||
"src/virtual_keyboard_builder.cpp",
|
||||
@ -108,6 +112,8 @@ ohos_executable("vdevadm") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
include_dirs = [
|
||||
"include",
|
||||
"//third_party/json/include",
|
||||
|
@ -35,6 +35,8 @@ ohos_shared_library("devicestatus_util") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
version_script = "libdevicestatus_util_map"
|
||||
sources = [
|
||||
"src/util.cpp",
|
||||
|
@ -29,6 +29,8 @@ ohos_shared_library("devicestatus_ipc") {
|
||||
debug = false
|
||||
}
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
|
||||
sources = [
|
||||
"src/circle_stream_buffer.cpp",
|
||||
"src/net_packet.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user