summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-10-17 00:54:09 +0000
committerJens Arnold <amiconn@rockbox.org>2004-10-17 00:54:09 +0000
commit79afbafa669bee52059d980ae887dfa06948c252 (patch)
treeb359f4cb336fbd477ec990a37b86a73f8266e455 /apps/plugins/SOURCES
parent7c2496d35a1046d6383a7df8a78a1e9ba5cf7607 (diff)
downloadrockbox-79afbafa669bee52059d980ae887dfa06948c252.tar.gz
rockbox-79afbafa669bee52059d980ae887dfa06948c252.zip
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/SOURCES22
1 files changed, 13 insertions, 9 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 80a6fde2e0..b2f632032c 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,4 +1,4 @@
1/* plugins common to both Player+Recorder model */ 1/* plugins common to all models */
2battery_test.c 2battery_test.c
3favorites.c 3favorites.c
4firmware_flash.c 4firmware_flash.c
@@ -11,20 +11,24 @@ stopwatch.c
11vbrfix.c 11vbrfix.c
12viewer.c 12viewer.c
13 13
14#ifdef HAVE_LCD_BITMAP /* recorder model only */ 14#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
15bounce.c
16calculator.c
17chip8.c
18cube.c
15grayscale.c 19grayscale.c
16jpeg.c 20jpeg.c
17rockblox.c 21rockblox.c
18snow.c 22snow.c
19video.c 23video.c
20#if CONFIG_KEYPAD != ONDIO_PAD 24
21/* gradually bring in the ones not working yet */ 25#ifdef HAVE_RTC /* Recorder models only */
22bounce.c
23calculator.c
24calendar.c 26calendar.c
25chip8.c
26clock.c 27clock.c
27cube.c 28#endif
29
30#if CONFIG_KEYPAD != ONDIO_PAD
31/* gradually bring in the ones not working yet */
28flipit.c 32flipit.c
29mandelbrot.c 33mandelbrot.c
30minesweeper.c 34minesweeper.c