diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2004-10-17 00:54:09 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2004-10-17 00:54:09 +0000 |
| commit | 79afbafa669bee52059d980ae887dfa06948c252 (patch) | |
| tree | b359f4cb336fbd477ec990a37b86a73f8266e455 /apps/plugins/SOURCES | |
| parent | 7c2496d35a1046d6383a7df8a78a1e9ba5cf7607 (diff) | |
| download | rockbox-79afbafa669bee52059d980ae887dfa06948c252.zip rockbox-79afbafa669bee52059d980ae887dfa06948c252.tar.gz rockbox-79afbafa669bee52059d980ae887dfa06948c252.tar.bz2 rockbox-79afbafa669bee52059d980ae887dfa06948c252.tar.xz | |
Plugin rework 2: (most) Compile-time keyboard configuration, for Ondio adaption. (all) Now using the default event handler, standard placement is now in switch() default case. (calendar, chip8) Fixed usb handling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5295 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 80a6fde..b2f6320 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -1,4 +1,4 @@ -/* plugins common to both Player+Recorder model */ +/* plugins common to all models */ battery_test.c favorites.c firmware_flash.c @@ -11,20 +11,24 @@ stopwatch.c vbrfix.c viewer.c -#ifdef HAVE_LCD_BITMAP /* recorder model only */ +#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */ +bounce.c +calculator.c +chip8.c +cube.c grayscale.c jpeg.c rockblox.c snow.c -video.c -#if CONFIG_KEYPAD != ONDIO_PAD -/* gradually bring in the ones not working yet */ -bounce.c -calculator.c +video.c + +#ifdef HAVE_RTC /* Recorder models only */ calendar.c -chip8.c clock.c -cube.c +#endif + +#if CONFIG_KEYPAD != ONDIO_PAD +/* gradually bring in the ones not working yet */ flipit.c mandelbrot.c minesweeper.c |