application.fam 336 B

12345678910111213141516
  1. App(
  2. appid="debug_apps",
  3. name="Basic debug apps bundle",
  4. apptype=FlipperAppType.METAPACKAGE,
  5. provides=[
  6. "blink_test",
  7. "vibro_test",
  8. "keypad_test",
  9. "usb_test",
  10. "usb_mouse",
  11. "uart_echo",
  12. "display_test",
  13. "text_box_test",
  14. "file_browser_test",
  15. ],
  16. )