mirror of
https://gitee.com/openharmony/security_crypto_framework
synced 2024-11-23 06:49:44 +00:00
update
Signed-off-by: 王永忠 <wangyongzhong2@huawei.com>
This commit is contained in:
parent
b6071ce779
commit
83a23f09b7
@ -17,11 +17,7 @@ import("//build/ohos.gni")
|
||||
ohos_static_library("crypto_plugin_common") {
|
||||
subsystem_name = "security"
|
||||
part_name = "crypto_framework"
|
||||
include_dirs = [
|
||||
"//commonlibrary/c_utils/base/include",
|
||||
"//base/hiviewdfx/hilog/interfaces/native/innerkits/include",
|
||||
]
|
||||
include_dirs += crypto_framwork_common_inc_path
|
||||
include_dirs = crypto_framwork_common_inc_path
|
||||
|
||||
sources = crypto_framwork_common_files
|
||||
|
||||
|
@ -29,7 +29,7 @@ ohos_shared_library("crypto_framework_lib") {
|
||||
innerapi_tags = [ "platformsdk" ]
|
||||
part_name = "crypto_framework"
|
||||
public_configs = [ ":framework_config" ]
|
||||
include_dirs += framework_inc_path + crypto_framwork_common_inc_path
|
||||
include_dirs = framework_inc_path + crypto_framwork_common_inc_path
|
||||
|
||||
sources = framework_files
|
||||
|
||||
|
@ -30,7 +30,7 @@ ohos_shared_library("crypto_openssl_plugin_lib") {
|
||||
innerapi_tags = [ "platformsdk_indirect" ]
|
||||
part_name = "crypto_framework"
|
||||
public_configs = [ ":plugin_config" ]
|
||||
include_dirs += plugin_inc_path + crypto_framwork_common_inc_path
|
||||
include_dirs = plugin_inc_path + crypto_framwork_common_inc_path
|
||||
|
||||
sources = plugin_files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user