BUILD.gn 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Copyright (c) 2020  Jinan Bosai Network 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. import("//build/lite/config/component/lite_component.gni")
  14. lite_component("app") {
  15. features = [
  16. "A01_DOOR:A01_DOOR",
  17. # "A02_MQ5:A02_MQ5",
  18. # "A03_MAX30102:A03_MAX30102",
  19. # "A04_NOISE:A04_NOISE",
  20. # "A05_WATER:A05_WATER",
  21. # "A06_VOICE_SWITCH:A6_VOICE_SWITCH"
  22. # "A07_WATHER:A07_WATHER",
  23. # "A08_NFC:A08_NFC",
  24. # "A09_Elevator:A09_Elevator",
  25. # "A11_PM2_5:A11_PM2_5",
  26. # "A12_SOCKET:A12_SOCKET",
  27. # "A13_FLAME:A13_FLAME",
  28. # "A14_CAR:A14_CAR",
  29. # "A16_PLAY:A16_PLAY",
  30. # "A17_CH2O:A17_CH2O",
  31. # "A18_ST02D:A18_ST02D",
  32. # "A19_MXL90614:A19_MXL90614",
  33. # "A20_VOICE:A20_VOICE",
  34. # "A21_Agriculture:A21_Agriculture",
  35. # "A22_MQ2:A22_MQ2",
  36. # "A23_Light:A23_Light"
  37. # "A24_GPS:A24_GPS",
  38. # "A25_MPU6050:A25_MPU6050",
  39. # "A26_OLED:A26_OLED",
  40. # "B6_basic_uart:uart_example"
  41. ]
  42. }