mirror of
https://gitee.com/openharmony/security_certificate_framework
synced 2024-11-23 14:39:44 +00:00
commit
21409a12c4
@ -18,7 +18,6 @@ config("libcertificate_framework_ability_config") {
|
||||
}
|
||||
|
||||
ohos_static_library("libcertificate_framework_ability") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -21,7 +21,6 @@ config("libcertificate_framework_adapter_config") {
|
||||
}
|
||||
|
||||
ohos_static_library("libcertificate_framework_adapter") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -14,7 +14,6 @@
|
||||
import("//build/ohos.gni")
|
||||
|
||||
ohos_static_library("certificate_openssl_plugin_lib") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -18,7 +18,6 @@ config("libcertificate_framework_adapter_openssl_config") {
|
||||
}
|
||||
|
||||
ohos_static_library("libcertificate_framework_adapter_openssl") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -19,7 +19,6 @@ config("libcertificate_framework_common_static_config") {
|
||||
}
|
||||
|
||||
ohos_static_library("libcertificate_framework_common_static") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -22,7 +22,6 @@ config("cert_framework_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("certificate_framework_core") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -18,7 +18,6 @@ config("libcertificate_framework_cert_object_config") {
|
||||
}
|
||||
|
||||
ohos_static_library("libcertificate_framework_cert_object") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -18,7 +18,6 @@ config("libcertificate_framework_extension_object_config") {
|
||||
}
|
||||
|
||||
ohos_static_library("libcertificate_framework_extension_object") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -18,7 +18,6 @@ config("libcertificate_framework_param_config") {
|
||||
}
|
||||
|
||||
ohos_static_library("libcertificate_framework_param") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -14,7 +14,6 @@
|
||||
import("//build/ohos.gni")
|
||||
|
||||
ohos_static_library("libcertificate_framework_vesion1") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -14,7 +14,6 @@
|
||||
import("//build/ohos.gni")
|
||||
|
||||
ohos_shared_library("cert") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
Loading…
Reference in New Issue
Block a user