application: Enable chipper and fft plugins.
[maemo-rb.git] / apps / plugins / SOURCES.app_build
blob8a94e67a3735489a6d4046fce863c1aba62a5d1d
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 credits.c
8 properties.c
9 random_folder_advance_config.c
10 search.c
11 sort.c
12 theme_remove.c
13 vbrfix.c
15 #ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
16 #ifdef HAVE_ADJUSTABLE_CPU_FREQ
17 test_boost.c
18 #endif
19 #if CONFIG_CODEC == SWCODEC
20 test_codec.c
21 #endif
22 #ifdef HAVE_JPEG
23 test_core_jpeg.c
24 #endif
25 test_disk.c
26 #ifdef HAVE_LCD_BITMAP
27 #if LCD_DEPTH < 4 && !defined(SIMULATOR)
28 test_scanrate.c
29 #endif
30 #ifndef HAVE_LCD_COLOR
31 test_grey.c
32 test_greylib_bitmap_scale.c
33 #endif
34 #endif
35 test_mem.c
36 #ifdef HAVE_LCD_BITMAP
37 test_mem_jpeg.c
38 #endif
39 #ifdef HAVE_LCD_COLOR
40 test_resize.c
41 #endif
42 #if CONFIG_CODEC == SWCODEC
43 test_sampr.c
44 #endif
45 test_viewports.c
46 #endif /* HAVE_TEST_PLUGINS */
48 #endif /* HAVE_TOUCHSCREEN */