12fe4e5f8Sopenharmony_ci# Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved. 22fe4e5f8Sopenharmony_ci# Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved. 32fe4e5f8Sopenharmony_ci# 42fe4e5f8Sopenharmony_ci# Redistribution and use in source and binary forms, with or without modification, 52fe4e5f8Sopenharmony_ci# are permitted provided that the following conditions are met: 62fe4e5f8Sopenharmony_ci# 72fe4e5f8Sopenharmony_ci# 1. Redistributions of source code must retain the above copyright notice, this list of 82fe4e5f8Sopenharmony_ci# conditions and the following disclaimer. 92fe4e5f8Sopenharmony_ci# 102fe4e5f8Sopenharmony_ci# 2. Redistributions in binary form must reproduce the above copyright notice, this list 112fe4e5f8Sopenharmony_ci# of conditions and the following disclaimer in the documentation and/or other materials 122fe4e5f8Sopenharmony_ci# provided with the distribution. 132fe4e5f8Sopenharmony_ci# 142fe4e5f8Sopenharmony_ci# 3. Neither the name of the copyright holder nor the names of its contributors may be used 152fe4e5f8Sopenharmony_ci# to endorse or promote products derived from this software without specific prior written 162fe4e5f8Sopenharmony_ci# permission. 172fe4e5f8Sopenharmony_ci# 182fe4e5f8Sopenharmony_ci# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 192fe4e5f8Sopenharmony_ci# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 202fe4e5f8Sopenharmony_ci# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 212fe4e5f8Sopenharmony_ci# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 222fe4e5f8Sopenharmony_ci# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 232fe4e5f8Sopenharmony_ci# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 242fe4e5f8Sopenharmony_ci# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 252fe4e5f8Sopenharmony_ci# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 262fe4e5f8Sopenharmony_ci# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 272fe4e5f8Sopenharmony_ci# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 282fe4e5f8Sopenharmony_ci# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 292fe4e5f8Sopenharmony_ci 302fe4e5f8Sopenharmony_ciimport("//drivers/hdf_core/adapter/khdf/liteos/hdf.gni") 312fe4e5f8Sopenharmony_ci 322fe4e5f8Sopenharmony_cigroup("drivers") { 332fe4e5f8Sopenharmony_ci public_deps = [ "//device/soc/hisilicon/common/platform:drivers" ] 342fe4e5f8Sopenharmony_ci} 352fe4e5f8Sopenharmony_ci 362fe4e5f8Sopenharmony_ciconfig("public") { 372fe4e5f8Sopenharmony_ci configs = [ "//device/soc/hisilicon/common/platform:public" ] 382fe4e5f8Sopenharmony_ci} 39