1) Implement generic touchscreen detection library for the plugins
[Rockbox.git] / apps / plugins / lib / SOURCES
blobc5c3a25e26073fba89c4a75a9370a1f19b653100
1 oldmenuapi.c
2 configfile.c
3 fixedpoint.c
4 playback_control.c
5 rgb_hsv.c
6 #if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
7 grey_core.c
8 grey_draw.c
9 grey_parm.c
10 grey_scroll.c
11 #ifdef CPU_COLDFIRE
12 grey_coldfire.S
13 #elif CONFIG_CPU == SH7034
14 grey_sh.S
15 #endif
16 #endif
17 highscore.c
18 #ifndef SIMULATOR
19 overlay.c
20 #endif
21 #ifdef HAVE_LCD_CHARCELLS
22 playergfx.c
23 #endif
24 #ifdef RB_PROFILE
25 profile_plugin.c
26 #endif
27 #ifdef HAVE_LCD_BITMAP
28 checkbox.c
29 picture.c
30 xlcd_core.c
31 xlcd_draw.c
32 xlcd_scroll.c
33 #if LCD_DEPTH>1
34 bmp.c
35 #endif
36 #ifdef HAVE_LCD_COLOR
37 bmp_smooth_scale.c
38 #endif
39 #endif
40 pluginlib_actions.c
41 helper.c
42 #ifdef HAVE_TOUCHPAD
43 touchscreen.c
44 #endif