RaaA: Enable plugins for application builds
[maemo-rb.git] / apps / plugins / SOURCES.app_build
blobddac2b9ba8b4b4537e768e3e9568ef2fdbe94470
1 /* plugins common to all models */
2 credits.c
3 properties.c
4 random_folder_advance_config.c
5 search.c
6 sort.c
7 theme_remove.c
8 vbrfix.c
10 #ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
11 #ifdef HAVE_ADJUSTABLE_CPU_FREQ
12 test_boost.c
13 #endif
14 #if CONFIG_CODEC == SWCODEC
15 test_codec.c
16 #endif
17 #ifdef HAVE_JPEG
18 test_core_jpeg.c
19 #endif
20 test_disk.c
21 #ifdef HAVE_LCD_BITMAP
22 #if LCD_DEPTH < 4 && !defined(SIMULATOR)
23 test_scanrate.c
24 #endif
25 #ifndef HAVE_LCD_COLOR
26 test_grey.c
27 test_greylib_bitmap_scale.c
28 #endif
29 #endif
30 test_mem.c
31 #ifdef HAVE_LCD_BITMAP
32 test_mem_jpeg.c
33 #endif
34 #ifdef HAVE_LCD_COLOR
35 test_resize.c
36 #endif
37 #if CONFIG_CODEC == SWCODEC
38 test_sampr.c
39 #endif
40 test_viewports.c
41 #endif /* HAVE_TEST_PLUGINS */