Signed-off-by: zhangwenzhi <zhangwenzhi3@huawei.com>
This commit is contained in:
zhang-wenzhi821 2024-09-02 21:55:48 +08:00
parent 85a08f89ae
commit 8a6718238c
2 changed files with 8 additions and 1 deletions

View File

@ -30,6 +30,14 @@ ohos_static_library("asset_openssl_wrapper") {
]
branch_protector_ret = "pac_ret"
sanitize = {
integer_overflow = true
cfi = true
debug = false
cfi_cross_dso = true
boundary_sanitize = true
ubsan = true
}
subsystem_name = "security"
part_name = "asset"

View File

@ -21,4 +21,3 @@ edition = "2021"
[dependencies]
asset_definition = { path = "../definition" }
asset_log = { path = "../os_dependency/log" }
openssl = { git = "https://gitee.com/openharmony/third_party_rust_rust-openssl.git" }