• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (C) 2023 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14import("//build/ohos.gni")
15import("//build/test.gni")
16
17group("app_domain_verify_unit_test") {
18  testonly = true
19
20  deps = [
21    "app_details_rdb:app_details_rdb_data_manager_test",
22    "client/app_domain_verify_agent_client_test:app_domain_verify_agent_client_test",
23    "client/app_domain_verify_mgr_client_test:app_domain_verify_mgr_client_test",
24    "common/bean_parcel_test:app_domain_verify_bean_parcel_test",
25    "common/bean_test:app_domain_verify_bean_test",
26    "common/zidl_test:app_domain_verify_zidl_test",
27    "extension/app_domain_verify_agent_ext_test:app_domain_verify_agent_ext_test",
28    "extension/app_domain_verify_extension_mgr_test:app_domain_verify_extension_mgr_test",
29    "extension/app_domain_verify_extension_register_test:app_domain_verify_extension_register_test",
30    "frameworks_common/bms_test:app_domain_verify_bms_test",
31    "frameworks_common/config_test:app_domain_verify_config_test",
32    "frameworks_common/httpsession_test:app_domain_verify_httpsession_test",
33    "frameworks_common/utils_test:lru_cache_util_test",
34    "moduletest:app_domain_verify_module_test",
35    "services/ability_filter_test:ability_filter_test",
36    "services/app_domain_verify_agent_service_test:app_domain_verify_agent_service_test",
37    "services/app_domain_verify_data_mgr_test:app_domain_verify_data_mgr_test",
38    "services/app_domain_verify_filter_test:app_domain_verify_filter_test",
39    "services/app_domain_verify_mgr_service_test:app_domain_verify_mgr_service_test",
40    "services/app_domain_verify_rdb_test:app_domain_verify_rdb_test",
41    "services/deferred_link_test:deferred_link_test",
42    "verifier:app_domain_verify_agent_verifier_test",
43  ]
44}
45