Prepare new maemo release
[maemo-rb.git] / apps / plugins / SOURCES.app_build
blob990a7c1c865835f96cb71ea2b3d95fe69027da96
1 #ifndef HAVE_TOUCHSCREEN
2 /* In devices running RockBox as an application, but having a keypad */
3 #include "SOURCES"
4 #else
5 /* plugins common to all models */
6 chopper.c
7 clix.c
8 credits.c
9 properties.c
10 random_folder_advance_config.c
11 search.c
12 sort.c
13 theme_remove.c
14 vbrfix.c
15 #if PLUGIN_BUFFER_SIZE >= 0x80000
16 boomshine.lua
17 stopwatch.lua
18 #endif
21 #ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
22 test_fps.c
23 #ifdef HAVE_ADJUSTABLE_CPU_FREQ
24 test_boost.c
25 #endif
26 #if CONFIG_CODEC == SWCODEC
27 test_codec.c
28 #endif
29 #ifdef HAVE_JPEG
30 test_core_jpeg.c
31 #endif
32 test_disk.c
33 #ifdef HAVE_LCD_BITMAP
34 #if LCD_DEPTH < 4 && !defined(SIMULATOR)
35 test_scanrate.c
36 #endif
37 #ifndef HAVE_LCD_COLOR
38 test_grey.c
39 test_greylib_bitmap_scale.c
40 #endif
41 #endif
42 test_mem.c
43 #ifdef HAVE_LCD_BITMAP
44 test_mem_jpeg.c
45 #endif
46 #ifdef HAVE_LCD_COLOR
47 test_resize.c
48 #endif
49 #if CONFIG_CODEC == SWCODEC
50 test_sampr.c
51 #endif
52 test_viewports.c
53 #endif /* HAVE_TEST_PLUGINS */
55 #endif /* HAVE_TOUCHSCREEN */