rockbox/apps/plugins/lib/SOURCES
Nils Wallménius 3d4701a6e4 FS#10080
* Move strncpy() from core to the pluginlib
* Introduce strlcpy() and use that instead in most places (use memcpy in a few) in core and some plugins
* Drop strncpy() from the codec api as no codec used it
* Bump codec and plugin api versions


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21863 a1c6a512-1295-4272-9138-f99709370657
2009-07-14 13:57:45 +00:00

72 lines
1.1 KiB
Text

gcc-support.c
jhash.c
configfile.c
fixedpoint.c
playback_control.c
rgb_hsv.c
buflib.c
display_text.c
strncpy.c
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
grey_core.c
grey_draw.c
grey_parm.c
grey_scroll.c
#ifdef CPU_COLDFIRE
grey_coldfire.S
#elif CONFIG_CPU == SH7034
grey_sh.S
#endif
#endif
highscore.c
#ifndef SIMULATOR
overlay.c
#endif
#ifdef HAVE_LCD_CHARCELLS
playergfx.c
#endif
#ifdef RB_PROFILE
profile_plugin.c
#endif
#ifdef HAVE_LCD_BITMAP
#ifdef CPU_ARM
pluginlib_jpeg_idct_arm.S
#endif
pluginlib_jpeg_mem.c
pluginlib_resize.c
#ifndef HAVE_JPEG
pluginlib_jpeg_load.c
#endif
checkbox.c
picture.c
xlcd_core.c
xlcd_draw.c
xlcd_scroll.c
pluginlib_bmp.c
read_image.c
#ifdef HAVE_LCD_COLOR
bmp_smooth_scale.c
#endif
#if !defined(HAVE_ALBUMART) || !defined(HAVE_JPEG)
pluginlib_albumart.c
#endif
#endif
pluginlib_actions.c
helper.c
#ifdef HAVE_TOUCHSCREEN
touchscreen.c
#endif
md5.c
#ifndef SIMULATOR
#ifdef CPU_ARM
../../codecs/lib/setjmp_arm.S
#endif
#ifdef CPU_COLDFIRE
../../codecs/lib/setjmp_cf.S
#endif
#ifdef CPU_MIPS
../../codecs/lib/setjmp_mips.S
#endif
#endif
pluginlib_exit.c