1# Copyright (c) 2022 FuZhou Lockzhiner Electronic Co., Ltd. All rights reserved. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14import("//kernel/liteos_m/liteos.gni") 15module_name = get_path_info(rebase_path("."), "name") 16module_group(module_name) { 17 modules = [ 18 # 内核类 19 #"a0_hello_world", 20 #"a1_kernel_task", 21 #"a2_kernel_semaphore", 22 #"a3_kernel_timer", 23 #"a4_kernel_mutex", 24 #"a5_kernel_queue", 25 #"a6_kernel_event", 26 27 # 基础外设类 28 #"b1_adc", 29 #"b2_nfc", 30 #"b3_eeprom", 31 #"b4_lcd", 32 #"b5_oled", 33 #"b6_uart", 34 #"b7_wifi_tcp", 35 #"b8_wifi_udp", 36 37 # E53模块 38 #"c1_e53_intelligent_agriculture", 39 #"c2_e53_smart_covers", 40 #"c3_e53_intelligent_street_lamp", 41 #"c4_e53_intelligent_vehicle_01", 42 #"c5_e53_body_induction", 43 #"c6_e53_gesture_sensor", 44 #"c7_e53_intelligent_smoke_sensor", 45 #"c8_e53_temperature_measurement", 46 #"c9_e53_heart_rate_detection", 47 #"c10_e53_wisdom_gardens", 48 ] 49} 50