提交 3ac22ba1 编写于 作者: A aaronwangjun

fixed 55bbe974 from https://gitee.com/aaronwangjun/xts_acts/pulls/761

aaron.wangjun@huawei.com
Signed-off-by: Naaronwangjun <aaron.wangjun@huawei.com>
Change-Id: I57b89df70fcae7a533f6177727d6b233e67ab02c
上级 463d81d0
......@@ -20,7 +20,10 @@ group("securitytest") {
"//test/xts/acts/security_lite/permission_posix/pms:ActsPMSTest",
]
} else if (ohos_kernel_type == "linux") {
deps = [ "//test/xts/acts/security_lite/permission_posix/pms:ActsPMSTest" ]
deps = [
"//test/xts/acts/security_lite/huks/liteos_a_adapter:Hukslitetest",
"//test/xts/acts/security_lite/permission_posix/pms:ActsPMSTest",
]
} else if (ohos_kernel_type == "liteos_m") {
deps = [ "//test/xts/acts/security_lite/huks/liteos_m_adapter:ActsHuksHalFunctionTest" ]
}
......
......@@ -25,6 +25,7 @@ config("hilog_lite_dir") {
config("huks_test_common_dir") {
include_dirs = [
"//base/security/huks/interfaces/innerkits/huks_standard/main/include",
"//third_party/bounds_checking_function/include",
"include",
]
}
......@@ -60,7 +61,10 @@ static_library("huks_test_common") {
deps += [ "//base/hiviewdfx/hilog_lite/frameworks/mini:hilog_lite" ]
} else if (ohos_kernel_type == "liteos_a") {
configs += [ ":hilog_dir" ]
deps += [ "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared" ]
deps += [
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
"//third_party/bounds_checking_function:libsec_shared",
]
}
}
}
......@@ -48,6 +48,7 @@ hcpptest_suite("ActsHuksLiteFunctionTest") {
deps = [
"//base/security/huks/interfaces/innerkits/huks_lite:huks_3.0_sdk",
"//test/xts/acts/security_lite/huks/common:huks_test_common",
"//third_party/bounds_checking_function:libsec_shared",
]
cflags = [ "-Wno-error" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册