37faef3323eaa136e91cb3939c777dcb55ff24d6
[platform/core/uifw/dali-adaptor.git] / adaptors / common / file.list
1 # Common
2
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)/web-engine-lite-impl.cpp \
34   $(adaptor_common_dir)/events/gesture-manager.cpp \
35   $(adaptor_common_dir)/events/long-press-gesture-detector.cpp \
36   $(adaptor_common_dir)/events/pan-gesture-detector-base.cpp \
37   $(adaptor_common_dir)/events/pan-gesture-detector.cpp \
38   $(adaptor_common_dir)/events/pinch-gesture-detector.cpp \
39   $(adaptor_common_dir)/events/tap-gesture-detector.cpp \
40   $(adaptor_common_dir)/networking/socket-impl.cpp \
41   $(adaptor_common_dir)/networking/socket-factory.cpp \
42   $(adaptor_common_dir)/feedback/feedback-plugin-proxy.cpp \
43   $(adaptor_common_dir)/gl/egl-factory.cpp \
44   $(adaptor_common_dir)/gl/egl-implementation.cpp \
45   $(adaptor_common_dir)/gl/egl-sync-implementation.cpp \
46   $(adaptor_common_dir)/gl/egl-debug.cpp \
47   $(adaptor_common_dir)/gl/gl-proxy-implementation.cpp \
48   $(adaptor_common_dir)/gl/gl-extensions.cpp
49
50 # Different files depending on the event loop being used
51 adaptor_common_internal_ecore_src_files = \
52   $(adaptor_common_dir)/event-loop/ecore/ecore-callback-manager.cpp \
53   $(adaptor_common_dir)/event-loop/ecore/ecore-file-descriptor-monitor.cpp \
54   $(adaptor_common_dir)/event-loop/ecore/ecore-timer-impl.cpp
55
56 adaptor_common_internal_default_profile_src_files = \
57   $(adaptor_common_dir)/color-controller-impl.cpp \
58   $(adaptor_common_dir)/system-settings.cpp
59
60 adaptor_common_internal_egl_extension_src_files = \
61   $(adaptor_common_dir)/gl/egl-image-extensions.cpp