1e656c62eSopenharmony_ci# Copyright (C) 2022 Huawei Technologies Co., Ltd.
2e656c62eSopenharmony_ci# Licensed under the Mulan PSL v2.
3e656c62eSopenharmony_ci# You can use this software according to the terms and conditions of the Mulan PSL v2.
4e656c62eSopenharmony_ci# You may obtain a copy of Mulan PSL v2 at:
5e656c62eSopenharmony_ci#     http://license.coscl.org.cn/MulanPSL2
6e656c62eSopenharmony_ci# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
7e656c62eSopenharmony_ci# IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
8e656c62eSopenharmony_ci# PURPOSE.
9e656c62eSopenharmony_ci# See the Mulan PSL v2 for more details.
10e656c62eSopenharmony_ci
11e656c62eSopenharmony_ciimport("//build/ohos.gni")
12e656c62eSopenharmony_ciimport("//build/ohos_var.gni")
13e656c62eSopenharmony_ci
14e656c62eSopenharmony_ciohos_prebuilt_etc("tlogcat.rc") {
15e656c62eSopenharmony_ci    relative_install_dir = "init"
16e656c62eSopenharmony_ci    source = "tlogcat.cfg"
17e656c62eSopenharmony_ci    part_name = "tee_client"
18e656c62eSopenharmony_ci    subsystem_name = "tee"
19e656c62eSopenharmony_ci}
20