blob: 3f0d3774231c53e7a9112fac26528dc46a9950cc [file] [log] [blame]
Jens Arnold79afbaf2004-10-17 00:54:09 +00001/* plugins common to all models */
Jens Arnoldcc8cff22004-10-16 00:07:43 +00002battery_test.c
Jens Arnold957cffa2004-10-23 00:05:42 +00003chessclock.c
Linus Nielsen Feltzing60895bc2005-09-02 05:39:09 +00004credits.c
Jens Arnold54828b72005-02-10 21:28:21 +00005cube.c
Daniel Stenbergd2f29532004-10-05 07:58:54 +00006favorites.c
7firmware_flash.c
Jens Arnoldfabdf1d2005-03-05 22:45:04 +00008logo.c
Jens Arnoldb021f782005-02-11 19:48:52 +00009mosaique.c
Jörg Hohensohn6a9e4b42004-10-07 17:16:27 +000010rockbox_flash.c
Daniel Stenbergd2f29532004-10-05 07:58:54 +000011search.c
Jens Arnoldeea3d622005-02-12 01:36:33 +000012snow.c
Daniel Stenbergd2f29532004-10-05 07:58:54 +000013sort.c
Jonas Häggqvist5d0fe302005-08-20 19:56:01 +000014stats.c
Jörg Hohensohn86425852004-10-07 06:51:22 +000015stopwatch.c
Jens Arnoldcc8cff22004-10-16 00:07:43 +000016vbrfix.c
Daniel Stenbergd2f29532004-10-05 07:58:54 +000017viewer.c
Tomas Salfischbergera810a672005-05-02 15:03:46 +000018dict.c
Jörg Hohensohn86425852004-10-07 06:51:22 +000019
Jens Arnold79afbaf2004-10-17 00:54:09 +000020#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
21bounce.c
22calculator.c
23chip8.c
Jens Arnold6a703fe2005-10-07 20:37:41 +000024fire.c
Jens Arnolde35a6582004-10-18 21:45:00 +000025flipit.c
Jens Arnold9db31cf2004-10-12 22:49:51 +000026grayscale.c
27jpeg.c
Daniel Stenberg9c859412004-10-04 13:03:33 +000028mandelbrot.c
Daniel Stenberg9c859412004-10-04 13:03:33 +000029minesweeper.c
Daniel Stenberg9c859412004-10-04 13:03:33 +000030oscillograph.c
Jens Arnolddb14d8e2004-11-07 10:31:39 +000031oscilloscope.c
Jens Arnold74e4b252005-10-07 20:35:27 +000032plasma.c
Daniel Stenberg9c859412004-10-04 13:03:33 +000033pong.c
Jens Arnolde35a6582004-10-18 21:45:00 +000034rockblox.c
Jens Arnold384de102005-03-02 23:49:38 +000035#if (CONFIG_KEYPAD == RECORDER_PAD) && !defined(SIMULATOR)
36/* loader, only needed for Archos */
37rockboy.c
38#endif
Daniel Stenberg9c859412004-10-04 13:03:33 +000039sliding_puzzle.c
40snake.c
41snake2.c
Daniel Stenberg9c859412004-10-04 13:03:33 +000042sokoban.c
Jens Arnoldfd061fa2004-10-20 23:54:53 +000043solitaire.c
Jens Arnold2afdf952004-10-22 00:22:07 +000044star.c
Dave Chapman6afb0172005-09-22 08:53:04 +000045sudoku.c
Daniel Stenberg6700ad82005-02-04 12:41:09 +000046#if CONFIG_LCD == LCD_SSD1815
Jens Arnolde35a6582004-10-18 21:45:00 +000047video.c
Daniel Stenberg6700ad82005-02-04 12:41:09 +000048#endif
Jens Arnold2afdf952004-10-22 00:22:07 +000049vu_meter.c
Jens Arnolde35a6582004-10-18 21:45:00 +000050
51#ifdef HAVE_RTC /* Recorder models only */
52calendar.c
53clock.c
54#endif /* #ifdef HAVE_RTC */
55
56#if CONFIG_KEYPAD != ONDIO_PAD
57/* gradually bring in the ones not working yet */
Daniel Stenberg9c859412004-10-04 13:03:33 +000058wormlet.c
Jörg Hohensohn86425852004-10-07 06:51:22 +000059#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
60#endif /*#ifdef HAVE_LCD_BITMAP */
61
62#ifdef HAVE_LCD_CHARCELLS /* Player model only */
Daniel Stenbergd2f29532004-10-05 07:58:54 +000063euroconverter.c
64jackpot.c
Jens Arnoldb021f782005-02-11 19:48:52 +000065nim.c
Jörg Hohensohn86425852004-10-07 06:51:22 +000066#endif /* #ifdef HAVE_LCD_CHARCELLS */
Jörg Hohensohn2f9bf252005-01-20 21:06:44 +000067
68#ifndef HAVE_MMC
69/* not for Ondio, has no remote control pin */
70alpine_cdc.c
71#endif
Dave Chapman02eaeaf2005-02-16 01:38:22 +000072
Jens Arnoldd6c05452005-08-29 21:15:27 +000073#if CONFIG_CODEC == SWCODEC /* software codec platforms */
Linus Nielsen Feltzing2fa2bf62005-04-07 12:17:14 +000074iriverify.c
Dave Bryantfebd9752005-07-04 07:07:43 +000075wav2wv.c
Stepan Moskovchenkofb3e9a42005-08-07 22:20:40 +000076midi2wav.c
Linus Nielsen Feltzing63c5fc72005-04-25 08:59:33 +000077#else
78splitedit.c
Linus Nielsen Feltzinga9d62c32005-06-06 00:32:43 +000079metronome.c
Dave Chapman02eaeaf2005-02-16 01:38:22 +000080#endif