# Copyright (C) 2022 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.
import("//build/ohos_var.gni")
group("xts_global_acts") {
testonly = true
if (is_standard_system) {
deps = [
"global_idna_test:ActsDemoIdnaStageTest",
"global_napi_test:ActsGlobalNapiTest",
"global_stage:global_stage_hap",
"i18n_stage:i18nStageTest",
"i18n_standard/intljs:intljs_test",
"resmgr_standard/resmgrjs:resmgrjs_test",
"i18n_stage_static:i18nStageStaticTest",
"i18n_standard/intljsStatic:intljs_static_test",
"i18n_standard/intljsTestStatic:intljs_static2_test",
"global_stage_static:global_stage_static_hap",
"i18n_util_static:i18n_util_static_hap",
"resmgr_standard/resmgrjsStatic:resmgrjs_test_static",
"global_napi_c_test:ActsGlobalNapiCTest",
]
} else {
deps = [
"i18n:i18n_test_hap",
"icu:icu_test_hap",
"resmgr:resmgr_test_hap",
]
}
}