mirror of
https://gitee.com/openharmony/security_certificate_manager
synced 2024-11-23 15:40:27 +00:00
PAC_CFI开启
Signed-off-by: linguanhong1 <linguanhong1@h-partners.com>
This commit is contained in:
parent
3dbc404514
commit
034465b779
@ -20,7 +20,7 @@ config("cert_manager_config") {
|
||||
ohos_static_library("libcert_manager_common_standard_static") {
|
||||
subsystem_name = "security"
|
||||
part_name = "certificate_manager"
|
||||
stack_protector_ret = true
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -21,7 +21,7 @@ ohos_static_library("libcert_manager_log_mem_static") {
|
||||
subsystem_name = "security"
|
||||
part_name = "certificate_manager"
|
||||
public_configs = [ ":cert_manager_log_mem_config" ]
|
||||
stack_protector_ret = true
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
@ -61,7 +61,7 @@ ohos_static_library("libcert_manager_ipc_client_static") {
|
||||
subsystem_name = "security"
|
||||
part_name = "certificate_manager"
|
||||
public_configs = [ ":cert_manager_ipc_client_config" ]
|
||||
stack_protector_ret = true
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -19,7 +19,7 @@ config("cert_manager_config") {
|
||||
|
||||
if (os_level == "standard") {
|
||||
ohos_shared_library("cert_manager_sdk") {
|
||||
stack_protector_ret = true
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -14,7 +14,7 @@
|
||||
import("//build/ohos.gni")
|
||||
|
||||
ohos_shared_library("certmanager") {
|
||||
stack_protector_ret = true
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -21,7 +21,7 @@ ohos_prebuilt_etc("cert_manager_service.rc") {
|
||||
}
|
||||
|
||||
ohos_shared_library("cert_manager_service") {
|
||||
stack_protector_ret = true
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -20,7 +20,7 @@ ohos_static_library("cert_manager_engine_core_standard") {
|
||||
subsystem_name = "security"
|
||||
part_name = "certificate_manager"
|
||||
public_configs = [ ":cert_manager_engine_core_config" ]
|
||||
stack_protector_ret = true
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -21,7 +21,7 @@ ohos_static_library("libcert_manager_hisysevent_wrapper_static") {
|
||||
subsystem_name = "security"
|
||||
part_name = "certificate_manager"
|
||||
public_configs = [ ":cert_manager_config" ]
|
||||
stack_protector_ret = true
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -16,7 +16,7 @@ import("//build/ohos.gni")
|
||||
ohos_static_library("libcert_manager_service_os_dependency_standard_static") {
|
||||
subsystem_name = "security"
|
||||
part_name = "certificate_manager"
|
||||
stack_protector_ret = true
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
@ -21,7 +21,7 @@ ohos_static_library("libcm_service_idl_standard_static") {
|
||||
subsystem_name = "security"
|
||||
part_name = "certificate_manager"
|
||||
public_configs = [ ":cert_manager_config" ]
|
||||
stack_protector_ret = true
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
|
Loading…
Reference in New Issue
Block a user