12fe4e5f8Sopenharmony_ci# Copyright (C) 2022 Hisilicon (Shanghai) Technologies Co., Ltd. All rights reserved. 22fe4e5f8Sopenharmony_ci 32fe4e5f8Sopenharmony_ciimport("//build/ohos.gni") 42fe4e5f8Sopenharmony_ci 52fe4e5f8Sopenharmony_cigroup("system_files") { 62fe4e5f8Sopenharmony_ci deps = [ 72fe4e5f8Sopenharmony_ci ":init.Hi3751V350.cfg", 82fe4e5f8Sopenharmony_ci ":ohos_drv_mgr.cfg", 92fe4e5f8Sopenharmony_ci ":partion_xml", 102fe4e5f8Sopenharmony_ci ] 112fe4e5f8Sopenharmony_ci} 122fe4e5f8Sopenharmony_ci 132fe4e5f8Sopenharmony_ciohos_copy("partion_xml") { 142fe4e5f8Sopenharmony_ci sources = [ "Hi3751V350-slaveboot-emmc.xml" ] 152fe4e5f8Sopenharmony_ci outputs = 162fe4e5f8Sopenharmony_ci [ "$root_build_dir/packages/phone/images/Hi3751V350-slaveboot-emmc.xml" ] 172fe4e5f8Sopenharmony_ci} 182fe4e5f8Sopenharmony_ci 192fe4e5f8Sopenharmony_ciohos_prebuilt_etc("ohos_drv_mgr.cfg") { 202fe4e5f8Sopenharmony_ci source = "cfg/ohos_drv_mgr.cfg" 212fe4e5f8Sopenharmony_ci part_name = "hisilicon_products" 222fe4e5f8Sopenharmony_ci relative_install_dir = "init" 232fe4e5f8Sopenharmony_ci install_enable = true 242fe4e5f8Sopenharmony_ci} 252fe4e5f8Sopenharmony_ci 262fe4e5f8Sopenharmony_ciohos_prebuilt_etc("init.Hi3751V350.cfg") { 272fe4e5f8Sopenharmony_ci source = "cfg/init.Hi3751V350.cfg" 282fe4e5f8Sopenharmony_ci part_name = "hisilicon_products" 292fe4e5f8Sopenharmony_ci install_images = [ chipset_base_dir ] 302fe4e5f8Sopenharmony_ci install_enable = true 312fe4e5f8Sopenharmony_ci} 32