summaryrefslogtreecommitdiffstats
path: root/uisimulator/common/SOURCES
blob: 6d15a04c41c9e2057d27348628cc4b39d5e4ccf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#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 */