1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/SOURCES
Jörg Hohensohn 86425855fc Ondio plugins+rombox enabled. The new SOURCES file allows us to gradually adapt the plugins to the Ondio keypad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5200 a1c6a512-1295-4272-9138-f99709370657
2004-10-07 06:51:22 +00:00

54 lines
918 B
Text

/* plugins common to both Player+Recorder model */
chessclock.c
favorites.c
firmware_flash.c
helloworld.c
search.c
sort.c
vbrfix.c
#if CONFIG_KEYPAD != ONDIO_PAD
/* gradually bring in the ones not working yet */
battery_test.c
metronome.c
rockbox_flash.c
stopwatch.c
viewer.c
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
#ifdef HAVE_LCD_BITMAP /* recorder model only */
rockblox.c
snow.c
#if CONFIG_KEYPAD != ONDIO_PAD
/* gradually bring in the ones not working yet */
bounce.c
calculator.c
calendar.c
chip8.c
clock.c
cube.c
flipit.c
grayscale.c
jpeg.c
mandelbrot.c
minesweeper.c
mosaique.c
oscillograph.c
pong.c
sliding_puzzle.c
snake.c
snake2.c
sokoban.c
solitaire.c
splitedit.c
star.c
video.c
vu_meter.c
wormlet.c
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
#endif /*#ifdef HAVE_LCD_BITMAP */
#ifdef HAVE_LCD_CHARCELLS /* Player model only */
euroconverter.c
jackpot.c
nim.c
#endif /* #ifdef HAVE_LCD_CHARCELLS */