BUILD.gn 1.3 KB
Newer Older
H
hu-jixiang1 已提交
1 2 3 4 5 6 7 8 9 10 11 12
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
13 14 15 16

base_root = "../../../../"
import("$base_root/build/ohos_var.gni")
import("$base_root/test/xts/tools/build/suite.gni")
H
hu-jixiang1 已提交
17

H
hu-jixiang1 已提交
18
group("security") {
H
hu-jixiang1 已提交
19 20
  testonly = true
  if (is_standard_system) {
21
    deps = [
C
cc_ggboy 已提交
22
      "access_token/AccessTokenTest_Normal_js:ActsAccessTokenApiJSNormalTest",
Q
Qwink2016 已提交
23
      "certificate_framework/js_api_test_oh40:ActsCertFrameworkTwoJSNormalTest",
Q
qiaozzzh 已提交
24
      "certificate_framework/js_api_test_one:ActsCertificateFrameworkJSNormalTest",
H
hu-jixiang1 已提交
25
      "cipher/datacipher:datacipher",
26
      "cryptoFramework/js_api_test_oh40:ActsCryptoFrameworkTwoJSNormalTest",
27
      "cryptoFramework/js_api_test_one:ActsCryptoFrameworkJSNormalTest",
伞木希美 已提交
28
      "huks_napi_BasicTest:ActsHuksNAPITest",
H
basic  
hu-jixiang1 已提交
29
      "security_huks_basic",
Z
zhanghanlin9 已提交
30
      "security_huks_reformed_test",
31
    ]
H
hu-jixiang1 已提交
32 33
  }
}