mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-19 17:43:35 -04:00
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_dfx_utils") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"include",
|
||||
"${common_path}/include",
|
||||
|
||||
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_handler") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
|
||||
@@ -32,6 +32,12 @@ config("input_sdk_public_config") {
|
||||
]
|
||||
}
|
||||
ohos_shared_library("libdinput_sdk") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
public_configs = [ ":input_sdk_public_config" ]
|
||||
|
||||
sources = [
|
||||
|
||||
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_collector") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
|
||||
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_sink") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
|
||||
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_sink_trans") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
|
||||
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_inject") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
|
||||
@@ -15,6 +15,12 @@ import("//build/ohos.gni")
|
||||
import("../../../distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_source") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
|
||||
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_source_trans") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
|
||||
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_state") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"include",
|
||||
"${common_path}/include",
|
||||
|
||||
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_trans_base") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
|
||||
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_sink_handler") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"include",
|
||||
"${innerkits_path}/include",
|
||||
|
||||
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_source_handler") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"include",
|
||||
"${innerkits_path}/include",
|
||||
|
||||
@@ -16,6 +16,12 @@ import(
|
||||
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
|
||||
|
||||
ohos_shared_library("libdinput_utils") {
|
||||
sanitize = {
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"${fwk_common_path}/utils/include",
|
||||
|
||||
Reference in New Issue
Block a user