mirror of
https://github.com/openharmony/security_security_component_manager.git
synced 2026-08-24 22:51:27 -04:00
support pac Signed-off-by: zhenghui <zhenghui25@huawei.com>
This commit is contained in:
@@ -106,6 +106,7 @@ ohos_source_set("security_component_enhance_adapter_src_set") {
|
||||
}
|
||||
|
||||
ohos_source_set("security_component_no_cfi_framework_src_set") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
subsystem_name = "security"
|
||||
part_name = "security_component_manager"
|
||||
include_dirs = [
|
||||
@@ -141,6 +142,7 @@ ohos_source_set("security_component_no_cfi_framework_src_set") {
|
||||
}
|
||||
|
||||
ohos_source_set("security_component_no_cfi_enhance_adapter_src_set") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
subsystem_name = "security"
|
||||
part_name = "security_component_manager"
|
||||
include_dirs = [
|
||||
|
||||
@@ -60,6 +60,7 @@ ohos_source_set("security_component_enhance_sdk_src_set") {
|
||||
}
|
||||
|
||||
ohos_source_set("security_component_no_cfi_enhance_sdk_src_set") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
subsystem_name = "security"
|
||||
part_name = "security_component_manager"
|
||||
public_configs = [ ":sec_comp_enhance_config" ]
|
||||
|
||||
@@ -26,6 +26,7 @@ config("sec_comp_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("libsecurity_component_sdk") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
subsystem_name = "security"
|
||||
part_name = "security_component_manager"
|
||||
output_name = "libsecurity_component_sdk"
|
||||
|
||||
Reference in New Issue
Block a user