3 adaptor_common_internal_src_files = \
4 $(adaptor_common_dir)/abort-handler.cpp \
5 $(adaptor_common_dir)/accessibility-adaptor-impl.cpp \
6 $(adaptor_common_dir)/accessibility-gesture-detector.cpp \
7 $(adaptor_common_dir)/adaptor.cpp \
8 $(adaptor_common_dir)/adaptor-impl.cpp \
9 $(adaptor_common_dir)/application-impl.cpp \
10 $(adaptor_common_dir)/clipboard-event-notifier-impl.cpp \
11 $(adaptor_common_dir)/command-line-options.cpp \
12 $(adaptor_common_dir)/drag-and-drop-detector-impl.cpp \
13 $(adaptor_common_dir)/feedback-player-impl.cpp \
14 $(adaptor_common_dir)/indicator-buffer.cpp \
15 $(adaptor_common_dir)/kernel-trace.cpp \
16 $(adaptor_common_dir)/system-trace.cpp \
17 $(adaptor_common_dir)/lifecycle-controller-impl.cpp \
18 $(adaptor_common_dir)/locale-utils.cpp \
19 $(adaptor_common_dir)/native-bitmap-buffer-impl.cpp \
20 $(adaptor_common_dir)/object-profiler.cpp \
21 $(adaptor_common_dir)/orientation-impl.cpp \
22 $(adaptor_common_dir)/performance-logger-impl.cpp \
23 $(adaptor_common_dir)/physical-keyboard-impl.cpp \
24 $(adaptor_common_dir)/pixel-buffer-impl.cpp \
25 $(adaptor_common_dir)/shared-file.cpp \
26 $(adaptor_common_dir)/singleton-service-impl.cpp \
27 $(adaptor_common_dir)/sound-player-impl.cpp \
28 $(adaptor_common_dir)/style-monitor-impl.cpp \
29 $(adaptor_common_dir)/trigger-event.cpp \
30 $(adaptor_common_dir)/trigger-event-factory.cpp \
31 $(adaptor_common_dir)/key-impl.cpp \
32 $(adaptor_common_dir)/video-player-impl.cpp \
33 $(adaptor_common_dir)/events/gesture-manager.cpp \
34 $(adaptor_common_dir)/events/long-press-gesture-detector.cpp \
35 $(adaptor_common_dir)/events/pan-gesture-detector-base.cpp \
36 $(adaptor_common_dir)/events/pan-gesture-detector.cpp \
37 $(adaptor_common_dir)/events/pinch-gesture-detector.cpp \
38 $(adaptor_common_dir)/events/tap-gesture-detector.cpp \
39 $(adaptor_common_dir)/networking/socket-impl.cpp \
40 $(adaptor_common_dir)/networking/socket-factory.cpp \
41 $(adaptor_common_dir)/feedback/feedback-plugin-proxy.cpp \
42 $(adaptor_common_dir)/gl/egl-factory.cpp \
43 $(adaptor_common_dir)/gl/egl-implementation.cpp \
44 $(adaptor_common_dir)/gl/egl-sync-implementation.cpp \
45 $(adaptor_common_dir)/gl/egl-debug.cpp \
46 $(adaptor_common_dir)/gl/gl-proxy-implementation.cpp \
47 $(adaptor_common_dir)/gl/gl-extensions.cpp
49 # Different files depending on the event loop being used
50 adaptor_common_internal_ecore_src_files = \
51 $(adaptor_common_dir)/event-loop/ecore/ecore-callback-manager.cpp \
52 $(adaptor_common_dir)/event-loop/ecore/ecore-file-descriptor-monitor.cpp \
53 $(adaptor_common_dir)/event-loop/ecore/ecore-timer-impl.cpp
55 adaptor_common_internal_uv_src_files = \
56 $(adaptor_common_dir)/event-loop/lib-uv/uv-callback-manager.cpp \
57 $(adaptor_common_dir)/event-loop/lib-uv/uv-file-descriptor-monitor.cpp \
58 $(adaptor_common_dir)/event-loop/lib-uv/uv-timer-impl.cpp
60 adaptor_common_internal_default_profile_src_files = \
61 $(adaptor_common_dir)/color-controller-impl.cpp \
62 $(adaptor_common_dir)/system-settings.cpp
64 adaptor_common_internal_egl_extension_src_files = \
65 $(adaptor_common_dir)/gl/egl-image-extensions.cpp