0c4f89370d
HAVE_LCD_BITMAP is now redundant. lcd_bitmap is always-on in features.txt so manual and lang strings don't have to change Change-Id: I08eeb20de48099ffc2dc23782711af368c2ec794
23 lines
272 B
Text
23 lines
272 B
Text
#ifdef SIMULATOR
|
|
|
|
lcd-common.c
|
|
sim_tasks.c
|
|
fmradio.c
|
|
backlight-sim.c
|
|
powermgmt-sim.c
|
|
filesystem-sim.c
|
|
|
|
#ifdef WIN32
|
|
time-win32.c
|
|
#endif
|
|
|
|
#ifndef __PCTOOL__
|
|
load_code-sim.c
|
|
#endif
|
|
|
|
stubs.c
|
|
|
|
#else
|
|
dummylib.c /* for now, so the lib actually builds */
|
|
#endif /* SIMULATOR */
|
|
|