summaryrefslogtreecommitdiff
path: root/uisimulator/buttonmap/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/buttonmap/SOURCES')
-rw-r--r--uisimulator/buttonmap/SOURCES68
1 files changed, 68 insertions, 0 deletions
diff --git a/uisimulator/buttonmap/SOURCES b/uisimulator/buttonmap/SOURCES
new file mode 100644
index 0000000000..4d99093e7d
--- /dev/null
+++ b/uisimulator/buttonmap/SOURCES
@@ -0,0 +1,68 @@
1#ifdef SIMULATOR
2buttonmaps.c
3#ifdef HAVE_TOUCHSCREEN
4touchscreen.c
5#endif
6#if CONFIG_KEYPAD == GIGABEAT_PAD
7gigabeat.c
8#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
9gigabeat-s.c
10#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
11iaudio-x5m5.c
12#elif CONFIG_KEYPAD == IAUDIO_M3_PAD
13iaudio-m3.c
14#elif (CONFIG_KEYPAD == IPOD_1G2G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) \
15 || (CONFIG_KEYPAD == IPOD_4G_PAD)
16ipod.c
17#elif CONFIG_KEYPAD == IRIVER_H10_PAD
18iriver-h10.c
19#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
20iriver-h100_h300.c
21#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
22iriver-ifp7xx.c
23#elif CONFIG_KEYPAD == ONDIO_PAD
24archos-ondio.c
25#elif CONFIG_KEYPAD == PLAYER_PAD
26archos-player.c
27#elif CONFIG_KEYPAD == RECORDER_PAD
28archos-recorder.c
29#elif CONFIG_KEYPAD == ARCHOS_AV300_PAD
30archos-av300.c
31#elif CONFIG_KEYPAD == SANSA_C200_PAD
32sansa-c200.c
33#elif CONFIG_KEYPAD == SANSA_CLIP_PAD
34sansa-clip.c
35#elif CONFIG_KEYPAD == SANSA_E200_PAD
36sansa-e200.c
37#elif CONFIG_KEYPAD == SANSA_FUZE_PAD
38sansa-fuze.c
39#elif CONFIG_KEYPAD == SANSA_M200_PAD
40sansa-m200.c
41#elif CONFIG_KEYPAD == MROBE500_PAD
42mrobe500.c
43#elif CONFIG_KEYPAD == MROBE100_PAD
44mrobe100.c
45#elif CONFIG_KEYPAD == COWON_D2_PAD
46cowon-d2.c
47#elif CONFIG_KEYPAD == IAUDIO67_PAD
48iaudio-6_7.c
49#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
50creative-zvm.c
51#elif CONFIG_KEYPAD == MEIZU_M6SL_PAD
52meizu-m6sl.c
53#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
54gogear-sa9200.c
55#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
56gogear-hdd1630.c
57#elif CONFIG_KEYPAD == ONDAVX747_PAD
58onda-vx747.c
59#elif CONFIG_KEYPAD == ONDAVX777_PAD
60onda-vx777.c
61#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
62samsung-yh820_yh925.c
63#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
64pbell-vibe500.c
65#elif CONFIG_KEYPAD == MPIO_HD200_PAD
66mpio-hd200.c
67#endif
68#endif /* SIMULATOR */