未验证 提交 330fd47a 编写于 作者: O openharmony_ci 提交者: Gitee

!8739 【OpenHarmony 4.0.6.5】【安全子系统】【master】huks gn_check problem modification

Merge pull request !8739 from qiaozzzh/05241_1
{
"files.associations": {
"array": "cpp",
"string": "cpp",
"string_view": "cpp"
}
}
\ No newline at end of file
...@@ -11,15 +11,16 @@ ...@@ -11,15 +11,16 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import("//base/security/huks/build/config.gni") base_root = "../../../../../"
import("//base/security/huks/huks.gni") import("$base_root/base/security/huks/build/config.gni")
import("//test/xts/tools/build/suite.gni") import("$base_root/base/security/huks/huks.gni")
import("$base_root/test/xts/tools/build/suite.gni")
config("module_private_config") { config("module_private_config") {
visibility = [ ":*" ] visibility = [ ":*" ]
include_dirs = [ include_dirs = [
"//commonlibrary/c_utils/base/include", "$base_root/commonlibrary/c_utils/base/include",
"//third_party/bounds_checking_function/include", "$base_root/third_party/bounds_checking_function/include",
"include", "include",
] ]
} }
...@@ -74,9 +75,9 @@ ohos_moduletest_suite("ActsHuksNAPITest") { ...@@ -74,9 +75,9 @@ ohos_moduletest_suite("ActsHuksNAPITest") {
} }
include_dirs = [ include_dirs = [
"//test/xts/acts/security/security_huks_basic/huks_napi_BasicTest/include", "$base_root/test/xts/acts/security/security_huks_basic/huks_napi_BasicTest/include",
"include", "include",
"//base/security/huks/interfaces/kits/c/include", "$base_root/base/security/huks/interfaces/kits/c/include",
"commonlibrary/c_utils/base/include", "commonlibrary/c_utils/base/include",
] ]
...@@ -85,10 +86,10 @@ ohos_moduletest_suite("ActsHuksNAPITest") { ...@@ -85,10 +86,10 @@ ohos_moduletest_suite("ActsHuksNAPITest") {
"huks:libhukssdk", "huks:libhukssdk",
] ]
deps = [ deps = [
"//base/security/huks/frameworks/huks_standard/main:huks_standard_frameworks", "$base_root/base/security/huks/frameworks/huks_standard/main:huks_standard_frameworks",
"//base/security/huks/frameworks/huks_standard/main/common:libhuks_common_standard_static", "$base_root/base/security/huks/frameworks/huks_standard/main/common:libhuks_common_standard_static",
"//base/security/huks/interfaces/kits/c:huks_ndk", "$base_root/base/security/huks/interfaces/kits/c:huks_ndk",
"//third_party/bounds_checking_function:libsec_static", "$base_root/third_party/bounds_checking_function:libsec_static",
"//third_party/openssl:libcrypto_shared", "$base_root/third_party/openssl:libcrypto_shared",
] ]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册