1# 2# Copyright (c) 2021-2023 Huawei Device Co., Ltd. 3# 4# This file is dual licensed: you can use it either under the terms of 5# the GPL, or the BSD license, at your option. 6# See the LICENSE file in the root of this repository for complete details. 7# 8 9import("../khdf/liteos_m/hdf.gni") 10 11module_group("platform") { 12 modules = [ 13 "gpio", 14 "i2c", 15 "pwm", 16 "spi", 17 "uart", 18 "watchdog", 19 "mipi_dsi", 20 ] 21} 22