12e5b6d6dSopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 22e5b6d6dSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 32e5b6d6dSopenharmony_ci# you may not use this file except in compliance with the License. 42e5b6d6dSopenharmony_ci# You may obtain a copy of the License at 52e5b6d6dSopenharmony_ci# 62e5b6d6dSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 72e5b6d6dSopenharmony_ci# 82e5b6d6dSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 92e5b6d6dSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 102e5b6d6dSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 112e5b6d6dSopenharmony_ci# See the License for the specific language governing permissions and 122e5b6d6dSopenharmony_ci# limitations under the License. 132e5b6d6dSopenharmony_ci 142e5b6d6dSopenharmony_cideclare_args() { 152e5b6d6dSopenharmony_ci icu_support_locales = true 162e5b6d6dSopenharmony_ci build_feature = "normal" 172e5b6d6dSopenharmony_ci icu_support_libbegetutil = true 182e5b6d6dSopenharmony_ci distro_tzdata_dir = "\"/system/etc/tzdata_distro\"" 192e5b6d6dSopenharmony_ci system_tzdata_dir = "\"/system/etc/icu_tzdata\"" 202e5b6d6dSopenharmony_ci icu_dat_name = "icudt72l" 212e5b6d6dSopenharmony_ci icu_data_filter_dir = "full" 222e5b6d6dSopenharmony_ci} 23