1d96309c9Sopenharmony_ci# Copyright (c) 2022-2023 Huawei Device Co., Ltd.
2d96309c9Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3d96309c9Sopenharmony_ci# you may not use this file except in compliance with the License.
4d96309c9Sopenharmony_ci# You may obtain a copy of the License at
5d96309c9Sopenharmony_ci#
6d96309c9Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7d96309c9Sopenharmony_ci#
8d96309c9Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9d96309c9Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10d96309c9Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11d96309c9Sopenharmony_ci# See the License for the specific language governing permissions and
12d96309c9Sopenharmony_ci# limitations under the License.
13d96309c9Sopenharmony_ci#
14d96309c9Sopenharmony_ci
15d96309c9Sopenharmony_ciimport("//build/lite/config/component/lite_component.gni")
16d96309c9Sopenharmony_ci
17d96309c9Sopenharmony_ciif (ohos_kernel_type != "liteos_m") {
18d96309c9Sopenharmony_ci  lite_component("ace_hilog_kits") {
19d96309c9Sopenharmony_ci    features = [ "builtin:ace_kit_hilog" ]
20d96309c9Sopenharmony_ci  }
21d96309c9Sopenharmony_ci} else {
22d96309c9Sopenharmony_ci  group("ace_hilog_kits") {
23d96309c9Sopenharmony_ci  }
24d96309c9Sopenharmony_ci}
25