2016-05-26 01:43:32 +00:00
|
|
|
sha1.c
|
2009-01-24 03:47:09 +00:00
|
|
|
gcc-support.c
|
2010-05-18 14:14:48 +00:00
|
|
|
pluginlib_actions.c
|
2021-11-13 01:50:20 +00:00
|
|
|
action_helper.c
|
|
|
|
button_helper.c
|
2010-05-18 14:14:48 +00:00
|
|
|
helper.c
|
2021-08-20 02:00:36 +00:00
|
|
|
icon_helper.c
|
2021-08-24 11:50:32 +00:00
|
|
|
arg_helper.c
|
2010-05-18 14:14:48 +00:00
|
|
|
md5.c
|
2009-06-01 13:40:30 +00:00
|
|
|
jhash.c
|
2004-10-04 13:03:33 +00:00
|
|
|
configfile.c
|
2006-03-26 22:33:25 +00:00
|
|
|
playback_control.c
|
2006-07-19 19:40:17 +00:00
|
|
|
rgb_hsv.c
|
2010-06-18 13:49:36 +00:00
|
|
|
highscore.c
|
2010-06-08 11:07:36 +00:00
|
|
|
simple_viewer.c
|
2009-06-28 09:48:12 +00:00
|
|
|
display_text.c
|
2021-12-15 05:37:04 +00:00
|
|
|
printcell_helper.c
|
2009-07-14 13:57:45 +00:00
|
|
|
strncpy.c
|
stdio compat layer for plugins
This is attempt to simplify porting programs to rockbox (as plugins).
Currently this compat layer implements:
fopen(), fclose(), fflush(), fread(), fwrite(), fseek(), fseeko(),
ftell(), ftello(), fgetc(), ungetc(), fputc(), fgets(), clearerr(),
ferror(), feof(), fprintf()
In order to use it you need to include in ported sources
"lib/stdio_compat.h"
Change-Id: I5add615dd19c5af9c767ccbfb1bd5a4e466741cb
2013-01-18 15:16:59 +00:00
|
|
|
stdio_compat.c
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2020-07-17 14:31:31 +00:00
|
|
|
#if (LCD_DEPTH < 4)
|
2008-01-04 23:42:38 +00:00
|
|
|
grey_core.c
|
|
|
|
grey_draw.c
|
|
|
|
grey_parm.c
|
|
|
|
grey_scroll.c
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2008-03-02 17:05:00 +00:00
|
|
|
#ifdef CPU_COLDFIRE
|
|
|
|
grey_coldfire.S
|
|
|
|
#endif
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2020-07-17 14:31:31 +00:00
|
|
|
#endif /* LCD_DEPTH < 4 */
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2006-02-23 20:46:33 +00:00
|
|
|
overlay.c
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2006-01-18 20:54:13 +00:00
|
|
|
#ifdef RB_PROFILE
|
|
|
|
profile_plugin.c
|
|
|
|
#endif
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2009-06-19 02:56:00 +00:00
|
|
|
#ifdef CPU_ARM
|
|
|
|
pluginlib_jpeg_idct_arm.S
|
|
|
|
#endif
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2009-05-08 03:46:48 +00:00
|
|
|
pluginlib_jpeg_mem.c
|
2009-05-04 16:02:21 +00:00
|
|
|
pluginlib_resize.c
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2009-05-04 16:02:21 +00:00
|
|
|
#ifndef HAVE_JPEG
|
|
|
|
pluginlib_jpeg_load.c
|
|
|
|
#endif
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2006-11-19 14:11:42 +00:00
|
|
|
checkbox.c
|
2012-12-02 06:09:44 +00:00
|
|
|
osd.c
|
2007-08-04 03:01:46 +00:00
|
|
|
picture.c
|
2006-03-08 01:14:46 +00:00
|
|
|
xlcd_core.c
|
|
|
|
xlcd_draw.c
|
|
|
|
xlcd_scroll.c
|
2009-01-12 21:56:46 +00:00
|
|
|
pluginlib_bmp.c
|
2009-05-02 03:47:46 +00:00
|
|
|
read_image.c
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2008-04-06 22:47:21 +00:00
|
|
|
#ifdef HAVE_LCD_COLOR
|
2008-04-06 22:30:50 +00:00
|
|
|
bmp_smooth_scale.c
|
2006-07-19 19:44:44 +00:00
|
|
|
#endif
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2009-05-04 15:46:41 +00:00
|
|
|
#if !defined(HAVE_ALBUMART) || !defined(HAVE_JPEG)
|
2009-01-24 09:53:18 +00:00
|
|
|
pluginlib_albumart.c
|
|
|
|
#endif
|
2010-05-18 14:14:48 +00:00
|
|
|
|
2020-07-21 06:33:53 +00:00
|
|
|
kbd_helper.c
|
|
|
|
|
2008-08-23 09:46:38 +00:00
|
|
|
#ifdef HAVE_TOUCHSCREEN
|
2009-08-02 07:05:30 +00:00
|
|
|
pluginlib_touchscreen.c
|
2008-06-06 18:29:46 +00:00
|
|
|
#endif
|