summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-10-16 00:07:43 +0000
committerJens Arnold <amiconn@rockbox.org>2004-10-16 00:07:43 +0000
commitcc8cff2ec02caf29b7d0cf565e1f9e2ebd9b0e99 (patch)
treea5427744a2aa55546f3d5982e15bed2a8d5e5f49 /apps/plugins/SOURCES
parent4a5df8e8d178702d603bd7cd185525c7ff6a3064 (diff)
downloadrockbox-cc8cff2ec02caf29b7d0cf565e1f9e2ebd9b0e99.tar.gz
rockbox-cc8cff2ec02caf29b7d0cf565e1f9e2ebd9b0e99.zip
Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio adaption. (all) Now using the default event handler, standard placement is now in switch() default case. (snow) Made USB aware. (video) Added contrast setting to Ondio version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5291 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES9
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 494a4a631a..80a6fde2e0 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,4 +1,5 @@
1/* plugins common to both Player+Recorder model */ 1/* plugins common to both Player+Recorder model */
2battery_test.c
2favorites.c 3favorites.c
3firmware_flash.c 4firmware_flash.c
4helloworld.c 5helloworld.c
@@ -6,20 +7,16 @@ metronome.c
6rockbox_flash.c 7rockbox_flash.c
7search.c 8search.c
8sort.c 9sort.c
9vbrfix.c
10#if CONFIG_KEYPAD != ONDIO_PAD
11/* gradually bring in the ones not working yet */
12battery_test.c
13stopwatch.c 10stopwatch.c
11vbrfix.c
14viewer.c 12viewer.c
15#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
16 13
17#ifdef HAVE_LCD_BITMAP /* recorder model only */ 14#ifdef HAVE_LCD_BITMAP /* recorder model only */
18grayscale.c 15grayscale.c
19jpeg.c 16jpeg.c
20rockblox.c 17rockblox.c
21snow.c 18snow.c
22video.c 19video.c
23#if CONFIG_KEYPAD != ONDIO_PAD 20#if CONFIG_KEYPAD != ONDIO_PAD
24/* gradually bring in the ones not working yet */ 21/* gradually bring in the ones not working yet */
25bounce.c 22bounce.c