Signed-off-by: 王永忠 <wangyongzhong2@huawei.com>
This commit is contained in:
王永忠 2024-03-29 07:22:21 +00:00 committed by Gitee
parent b6071ce779
commit 83a23f09b7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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