18d6344f9Sopenharmony_ci# Copyright (C) 2021 HiHope Open Source Organization . 28d6344f9Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 38d6344f9Sopenharmony_ci# you may not use this file except in compliance with the License. 48d6344f9Sopenharmony_ci# You may obtain a copy of the License at 58d6344f9Sopenharmony_ci# 68d6344f9Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 78d6344f9Sopenharmony_ci# 88d6344f9Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 98d6344f9Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 108d6344f9Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 118d6344f9Sopenharmony_ci# See the License for the specific language governing permissions and 128d6344f9Sopenharmony_ci# limitations under the License. 138d6344f9Sopenharmony_ci 148d6344f9Sopenharmony_ciimport("//build/ohos.gni") 158d6344f9Sopenharmony_ciimport("device.gni") 168d6344f9Sopenharmony_ci 178d6344f9Sopenharmony_ciprint("rk3568_group in") 188d6344f9Sopenharmony_cigroup("rk3568_group") { 198d6344f9Sopenharmony_ci deps = [ 208d6344f9Sopenharmony_ci "cfg:init_configs", 218d6344f9Sopenharmony_ci "distributedhardware:distributedhardware", 228d6344f9Sopenharmony_ci "kernel:kernel", 238d6344f9Sopenharmony_ci "updater:updater_files", 248d6344f9Sopenharmony_ci "//device/soc/rockchip/rk3568/hardware:hardware_group", 258d6344f9Sopenharmony_ci ] 268d6344f9Sopenharmony_ci if (is_support_graphic) { 278d6344f9Sopenharmony_ci deps += [ 288d6344f9Sopenharmony_ci "//device/soc/rockchip/${device_name}/hardware/display:display_buffer_model", 298d6344f9Sopenharmony_ci "//device/soc/rockchip/${device_name}/hardware/display:display_composer_model", 308d6344f9Sopenharmony_ci ] 318d6344f9Sopenharmony_ci } 328d6344f9Sopenharmony_ci if (is_support_codec) { 338d6344f9Sopenharmony_ci deps += [ 348d6344f9Sopenharmony_ci "//device/soc/rockchip/rk3568/hardware/codec:codec_oem_interface", 358d6344f9Sopenharmony_ci "//device/soc/rockchip/rk3568/hardware/omx_il:lib_omx", 368d6344f9Sopenharmony_ci ] 378d6344f9Sopenharmony_ci } 388d6344f9Sopenharmony_ci 398d6344f9Sopenharmony_ci if (is_support_boot_animation) { 408d6344f9Sopenharmony_ci deps += [ "bootanimation:bootanimation" ] 418d6344f9Sopenharmony_ci } 428d6344f9Sopenharmony_ci} 43