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 "client/app_domain_verify_agent_client_test:app_domain_verify_agent_client_test", 22 "client/app_domain_verify_mgr_client_test:app_domain_verify_mgr_client_test", 23 "common/bean_parcel_test:app_domain_verify_bean_parcel_test", 24 "common/bean_test:app_domain_verify_bean_test", 25 "common/zidl_test:app_domain_verify_zidl_test", 26 "extension/app_domain_verify_agent_ext_test:app_domain_verify_agent_ext_test", 27 "extension/app_domain_verify_extension_mgr_test:app_domain_verify_extension_mgr_test", 28 "extension/app_domain_verify_extension_register_test:app_domain_verify_extension_register_test", 29 "frameworks_common/bms_test:app_domain_verify_bms_test", 30 "frameworks_common/config_test:app_domain_verify_config_test", 31 "frameworks_common/httpsession_test:app_domain_verify_httpsession_test", 32 "moduletest:app_domain_verify_module_test", 33 "services/app_domain_verify_agent_service_test:app_domain_verify_agent_service_test", 34 "services/app_domain_verify_data_mgr_test:app_domain_verify_data_mgr_test", 35 "services/app_domain_verify_mgr_service_test:app_domain_verify_mgr_service_test", 36 "services/app_domain_verify_rdb_test:app_domain_verify_rdb_test", 37 "verifier:app_domain_verify_agent_verifier_test", 38 ] 39} 40