From 79afbafa669bee52059d980ae887dfa06948c252 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 17 Oct 2004 00:54:09 +0000 Subject: 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 --- apps/plugins/SOURCES | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'apps/plugins/SOURCES') 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 -- cgit v1.1