blob: 98337532361f67c33a827e45de519d1066a4124c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
#ifdef SIMULATOR
lcd-common.c
#ifdef HAVE_LCD_CHARCELLS
font-player.c
lcd-playersim.c
sim_icons.c
#endif
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 */
|