回退 'Pull Request !222 : 启动编译宏打开FS选项'

This commit is contained in:
oh_ci
2024-08-29 11:16:22 +00:00
committed by Gitee
parent d28eb147d0
commit 48491ed8ee
14 changed files with 13 additions and 163 deletions
+1 -12
View File
@@ -45,12 +45,6 @@ ohos_shared_library("libdinput_dfx_utils") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [ "${utils_path}:libdinput_utils" ]
external_deps = [
@@ -64,12 +58,7 @@ ohos_shared_library("libdinput_dfx_utils") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -45,12 +45,6 @@ ohos_shared_library("libdinput_handler") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [
"${services_state_path}:libdinput_sink_state",
"${utils_path}:libdinput_utils",
@@ -72,12 +66,7 @@ ohos_shared_library("libdinput_handler") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -95,12 +95,6 @@ ohos_shared_library("libdinput_sdk") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
external_deps = [
"access_token:libaccesstoken_sdk",
"access_token:libtokenid_sdk",
@@ -115,12 +109,7 @@ ohos_shared_library("libdinput_sdk") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -44,12 +44,6 @@ ohos_shared_library("libdinput_collector") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [
"${services_state_path}:libdinput_sink_state",
"${utils_path}:libdinput_utils",
@@ -71,12 +65,7 @@ ohos_shared_library("libdinput_collector") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -55,12 +55,6 @@ ohos_shared_library("libdinput_sink") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [
"${dfx_utils_path}:libdinput_dfx_utils",
"${distributedinput_path}/services/state:libdinput_sink_state",
@@ -94,12 +88,7 @@ ohos_shared_library("libdinput_sink") {
"window_manager:libdm",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -46,12 +46,6 @@ ohos_shared_library("libdinput_sink_trans") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [
"${dfx_utils_path}:libdinput_dfx_utils",
"${distributedinput_path}/services/transportbase:libdinput_trans_base",
@@ -76,12 +70,7 @@ ohos_shared_library("libdinput_sink_trans") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -49,12 +49,6 @@ ohos_shared_library("libdinput_inject") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [
"${dfx_utils_path}:libdinput_dfx_utils",
"${services_state_path}:libdinput_sink_state",
@@ -78,12 +72,7 @@ ohos_shared_library("libdinput_inject") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -92,12 +92,6 @@ ohos_shared_library("libdinput_source") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [
"${dfx_utils_path}:libdinput_dfx_utils",
"${distributedinput_path}/services/transportbase:libdinput_trans_base",
@@ -129,12 +123,7 @@ ohos_shared_library("libdinput_source") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -45,12 +45,6 @@ ohos_shared_library("libdinput_source_trans") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [
"${dfx_utils_path}:libdinput_dfx_utils",
"${distributedinput_path}/services/transportbase:libdinput_trans_base",
@@ -74,12 +68,7 @@ ohos_shared_library("libdinput_source_trans") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -49,12 +49,6 @@ ohos_shared_library("libdinput_sink_state") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [
"${dfx_utils_path}:libdinput_dfx_utils",
"${services_sink_path}/transport:libdinput_sink_trans",
@@ -76,12 +70,7 @@ ohos_shared_library("libdinput_sink_state") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -44,12 +44,6 @@ ohos_shared_library("libdinput_trans_base") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [
"${dfx_utils_path}:libdinput_dfx_utils",
"${utils_path}:libdinput_utils",
@@ -72,12 +66,7 @@ ohos_shared_library("libdinput_trans_base") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -50,12 +50,6 @@ ohos_shared_library("libdinput_sink_handler") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [
"${dfx_utils_path}:libdinput_dfx_utils",
"${innerkits_path}:libdinput_sdk",
@@ -74,12 +68,7 @@ ohos_shared_library("libdinput_sink_handler") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
+1 -12
View File
@@ -52,12 +52,6 @@ ohos_shared_library("libdinput_source_handler") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
deps = [
"${dfx_utils_path}:libdinput_dfx_utils",
"${innerkits_path}:libdinput_sdk",
@@ -77,12 +71,7 @@ ohos_shared_library("libdinput_source_handler") {
"samgr:samgr_proxy",
]
cflags_cc = [
"-DHILOG_ENABLE",
"-fstack-protector-strong",
"-D_FORTIFY_SOURCE=2",
"-O2",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
subsystem_name = "distributedhardware"
-7
View File
@@ -44,13 +44,6 @@ ohos_shared_library("libdinput_utils") {
"LOG_DOMAIN=0xD004120",
]
cflags = [
"-O2",
"-D_FORTIFY_SOURCE=2",
]
cflags_cc = cflags
external_deps = [
"c_utils:utils",
"distributed_hardware_fwk:distributed_av_receiver",