19596a2c1Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
29596a2c1Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
39596a2c1Sopenharmony_ci# you may not use this file except in compliance with the License.
49596a2c1Sopenharmony_ci# You may obtain a copy of the License at
59596a2c1Sopenharmony_ci#
69596a2c1Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
79596a2c1Sopenharmony_ci#
89596a2c1Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
99596a2c1Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
109596a2c1Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
119596a2c1Sopenharmony_ci# See the License for the specific language governing permissions and
129596a2c1Sopenharmony_ci# limitations under the License.
139596a2c1Sopenharmony_ci
149596a2c1Sopenharmony_ciimport("//build/ohos.gni")
159596a2c1Sopenharmony_ci
169596a2c1Sopenharmony_ciohos_prebuilt_etc("i18n_sa_etc") {
179596a2c1Sopenharmony_ci  source = "./init/i18n_service.cfg"
189596a2c1Sopenharmony_ci  relative_install_dir = "init"
199596a2c1Sopenharmony_ci  subsystem_name = "global"
209596a2c1Sopenharmony_ci  part_name = "i18n"
219596a2c1Sopenharmony_ci}
229596a2c1Sopenharmony_ci
239596a2c1Sopenharmony_ciohos_prebuilt_etc("version_txt") {
249596a2c1Sopenharmony_ci  source = "./timezone/version.txt"
259596a2c1Sopenharmony_ci  module_install_dir = "etc/TIMEZONE/generic/current/"
269596a2c1Sopenharmony_ci  subsystem_name = "global"
279596a2c1Sopenharmony_ci  part_name = "i18n"
289596a2c1Sopenharmony_ci}
299596a2c1Sopenharmony_ci
309596a2c1Sopenharmony_ciohos_prebuilt_etc("prefabrication_timezone") {
319596a2c1Sopenharmony_ci  source = "./timezone/prefabrication"
329596a2c1Sopenharmony_ci  module_install_dir = "etc/tzdata_distro/"
339596a2c1Sopenharmony_ci  subsystem_name = "global"
349596a2c1Sopenharmony_ci  part_name = "i18n"
359596a2c1Sopenharmony_ci}
369596a2c1Sopenharmony_ci
379596a2c1Sopenharmony_ciohos_prebuilt_etc("prefabrication_libphonenumber") {
389596a2c1Sopenharmony_ci  source = "./libphonenumber/prefabrication"
399596a2c1Sopenharmony_ci  module_install_dir = "etc/LIBPHONENUMBER/mount_dir/"
409596a2c1Sopenharmony_ci  subsystem_name = "global"
419596a2c1Sopenharmony_ci  part_name = "i18n"
429596a2c1Sopenharmony_ci}
43