185d2f8c5Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
285d2f8c5Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
385d2f8c5Sopenharmony_ci# you may not use this file except in compliance with the License.
485d2f8c5Sopenharmony_ci# You may obtain a copy of the License at
585d2f8c5Sopenharmony_ci#
685d2f8c5Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
785d2f8c5Sopenharmony_ci#
885d2f8c5Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
985d2f8c5Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
1085d2f8c5Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1185d2f8c5Sopenharmony_ci# See the License for the specific language governing permissions and
1285d2f8c5Sopenharmony_ci# limitations under the License.
1385d2f8c5Sopenharmony_ci
1485d2f8c5Sopenharmony_ciimport("//build/ohos.gni")
1585d2f8c5Sopenharmony_ci
1685d2f8c5Sopenharmony_ci## Install useriam.para to /system/etc/param/useriam.para
1785d2f8c5Sopenharmony_ci## Install useriam.para.dac to /system/etc/param/useriam.para.dac
1885d2f8c5Sopenharmony_ci
1985d2f8c5Sopenharmony_cigroup("param_files") {
2085d2f8c5Sopenharmony_ci  deps = [
2185d2f8c5Sopenharmony_ci    ":useriam.para",
2285d2f8c5Sopenharmony_ci    ":useriam.para.dac",
2385d2f8c5Sopenharmony_ci  ]
2485d2f8c5Sopenharmony_ci}
2585d2f8c5Sopenharmony_ci
2685d2f8c5Sopenharmony_ciohos_prebuilt_etc("useriam.para") {
2785d2f8c5Sopenharmony_ci  source = "useriam.para"
2885d2f8c5Sopenharmony_ci  relative_install_dir = "param"
2985d2f8c5Sopenharmony_ci  part_name = "user_auth_framework"
3085d2f8c5Sopenharmony_ci  subsystem_name = "useriam"
3185d2f8c5Sopenharmony_ci}
3285d2f8c5Sopenharmony_ci
3385d2f8c5Sopenharmony_ciohos_prebuilt_etc("useriam.para.dac") {
3485d2f8c5Sopenharmony_ci  source = "useriam.para.dac"
3585d2f8c5Sopenharmony_ci  relative_install_dir = "param"
3685d2f8c5Sopenharmony_ci  part_name = "user_auth_framework"
3785d2f8c5Sopenharmony_ci  subsystem_name = "useriam"
3885d2f8c5Sopenharmony_ci}
39