1# Copyright (c) 2020 Nanjing Xiaoxiongpai Intelligent Technology Co., Ltd. 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("//build/lite/config/component/lite_component.gni") 15 16lite_component("app") { 17 features = [ 18 # "A1_kernal_thread:thread_example", 19 # "A2_kernel_timer:timer_example", 20 # "A3_kernel_event:event_example", 21 # "A4_kernel_mutex:mutex_example", 22 # "A5_kernel_semaphore:semaphore_example", 23 # "A6_kernel_message:message_example", 24 25 "B1_basic_led_blink:led_example", 26 27 # "B2_basic_button:button_example", 28 # "B3_basic_pwm_led:pwm_example", 29 # "B4_basic_adc:adc_example", 30 # "B5_basic_i2c_nfc:i2c_example", 31 # "B6_basic_uart:uart_example", 32 33 # "C1_e53_sf1_mq2:e53_sf1_example", 34 # "C2_e53_ia1_temp_humi_pls:e53_ia1_example", 35 # "C3_e53_sc1_pls:e53_sc1_example", 36 # "C4_e53_sc2_axis:e53_sc2_example", 37 # "C5_e53_is1_infrared:e53_is1_example", 38 39 # "D1_iot_wifi_ap:wifi_ap", 40 # "D2_iot_wifi_sta_connect:wifi_sta_connect", 41 # "D3_iot_udp_client:udp_client", 42 # "D4_iot_tcp_server:tcp_server", 43 # "D5_iot_mqtt:iot_mqtt", 44 # "D6_iot_cloud_oc:oc_mqtt", 45 # "D7_iot_cloud_oc_smoke:cloud_oc_smoke", 46 # "D8_iot_cloud_oc_light:cloud_oc_light", 47 # "D9_iot_cloud_oc_manhole_cover:cloud_oc_manhole_cover", 48 # "D10_iot_cloud_oc_infrared:cloud_oc_infrared", 49 # "D11_iot_cloud_oc_agriculture:cloud_oc_agriculture", 50 # "D12_iot_cloud_oc_gps:cloud_oc_gps", 51 52 # "Z1_basic_flash_ylc:flash_example", 53 # "Z2_basic_kv_store:kv_store_example", 54 ] 55} 56