# Common adaptor_common_internal_src_files = \ $(adaptor_common_dir)/abort-handler.cpp \ $(adaptor_common_dir)/accessibility-adaptor-impl.cpp \ $(adaptor_common_dir)/accessibility-gesture-detector.cpp \ $(adaptor_common_dir)/adaptor.cpp \ $(adaptor_common_dir)/adaptor-impl.cpp \ $(adaptor_common_dir)/application-impl.cpp \ $(adaptor_common_dir)/clipboard-event-notifier-impl.cpp \ $(adaptor_common_dir)/command-line-options.cpp \ $(adaptor_common_dir)/drag-and-drop-detector-impl.cpp \ $(adaptor_common_dir)/feedback-player-impl.cpp \ $(adaptor_common_dir)/indicator-buffer.cpp \ $(adaptor_common_dir)/kernel-trace.cpp \ $(adaptor_common_dir)/system-trace.cpp \ $(adaptor_common_dir)/lifecycle-controller-impl.cpp \ $(adaptor_common_dir)/locale-utils.cpp \ $(adaptor_common_dir)/native-bitmap-buffer-impl.cpp \ $(adaptor_common_dir)/object-profiler.cpp \ $(adaptor_common_dir)/orientation-impl.cpp \ $(adaptor_common_dir)/performance-logger-impl.cpp \ $(adaptor_common_dir)/physical-keyboard-impl.cpp \ $(adaptor_common_dir)/pixel-buffer-impl.cpp \ $(adaptor_common_dir)/shared-file.cpp \ $(adaptor_common_dir)/singleton-service-impl.cpp \ $(adaptor_common_dir)/sound-player-impl.cpp \ $(adaptor_common_dir)/style-monitor-impl.cpp \ $(adaptor_common_dir)/trigger-event.cpp \ $(adaptor_common_dir)/trigger-event-factory.cpp \ $(adaptor_common_dir)/key-impl.cpp \ $(adaptor_common_dir)/video-player-impl.cpp \ $(adaptor_common_dir)/web-engine-lite-impl.cpp \ $(adaptor_common_dir)/events/gesture-manager.cpp \ $(adaptor_common_dir)/events/long-press-gesture-detector.cpp \ $(adaptor_common_dir)/events/pan-gesture-detector-base.cpp \ $(adaptor_common_dir)/events/pan-gesture-detector.cpp \ $(adaptor_common_dir)/events/pinch-gesture-detector.cpp \ $(adaptor_common_dir)/events/tap-gesture-detector.cpp \ $(adaptor_common_dir)/networking/socket-impl.cpp \ $(adaptor_common_dir)/networking/socket-factory.cpp \ $(adaptor_common_dir)/feedback/feedback-plugin-proxy.cpp \ $(adaptor_common_dir)/gl/egl-factory.cpp \ $(adaptor_common_dir)/gl/egl-implementation.cpp \ $(adaptor_common_dir)/gl/egl-sync-implementation.cpp \ $(adaptor_common_dir)/gl/egl-debug.cpp \ $(adaptor_common_dir)/gl/gl-proxy-implementation.cpp \ $(adaptor_common_dir)/gl/gl-extensions.cpp # Different files depending on the event loop being used adaptor_common_internal_ecore_src_files = \ $(adaptor_common_dir)/event-loop/ecore/ecore-callback-manager.cpp \ $(adaptor_common_dir)/event-loop/ecore/ecore-file-descriptor-monitor.cpp \ $(adaptor_common_dir)/event-loop/ecore/ecore-timer-impl.cpp adaptor_common_internal_default_profile_src_files = \ $(adaptor_common_dir)/color-controller-impl.cpp \ $(adaptor_common_dir)/system-settings.cpp adaptor_common_internal_egl_extension_src_files = \ $(adaptor_common_dir)/gl/egl-image-extensions.cpp