10704ebd2Sopenharmony_ci# Copyright (C) 2022-2024 Huawei Device Co., Ltd.
20704ebd2Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
30704ebd2Sopenharmony_ci# you may not use this file except in compliance with the License.
40704ebd2Sopenharmony_ci# You may obtain a copy of the License at
50704ebd2Sopenharmony_ci#
60704ebd2Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
70704ebd2Sopenharmony_ci#
80704ebd2Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
90704ebd2Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
100704ebd2Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
110704ebd2Sopenharmony_ci# See the License for the specific language governing permissions and
120704ebd2Sopenharmony_ci# limitations under the License.
130704ebd2Sopenharmony_ciimport("//build/ohos.gni")
140704ebd2Sopenharmony_cigroup("distributeddatatest") {
150704ebd2Sopenharmony_ci  testonly = true
160704ebd2Sopenharmony_ci  if (is_standard_system) {
170704ebd2Sopenharmony_ci    deps = [
180704ebd2Sopenharmony_ci      "jstest/distributed_data_object_stage/client:distributedobjectdisets_test",
190704ebd2Sopenharmony_ci      "jstest/distributed_data_object_stage/server:distributedobjectdists_server",
200704ebd2Sopenharmony_ci      "jstest/distributed_kv_store/client/hap:distributekvdisjs_test",
210704ebd2Sopenharmony_ci      "jstest/distributed_kv_store/server:distributekvdisjs_server",
220704ebd2Sopenharmony_ci      "jstest/distributed_kv_store_stage/client:distributekvdisets_test",
230704ebd2Sopenharmony_ci      "jstest/distributed_kv_store_stage/server:distributekvdisets_server",
240704ebd2Sopenharmony_ci      "jstest/distributed_rdb_stage_store/client:distributerdbdisets_test",
250704ebd2Sopenharmony_ci      "jstest/distributed_rdb_stage_store/server:distributerdbdisets_server",
260704ebd2Sopenharmony_ci      "jstest/distributed_rdb_store/client/hap:distributerdbdisjs_test",
270704ebd2Sopenharmony_ci      "jstest/distributed_rdb_store/server/hap:distributerdbdisjs_server",
280704ebd2Sopenharmony_ci    ]
290704ebd2Sopenharmony_ci  }
300704ebd2Sopenharmony_ci}
31