[4.0] Implement WebEngineLite interface and plugin for Minimized Web Engine
[platform/core/uifw/dali-adaptor.git] / adaptors / common / file.list
index 20d94a9..37faef3 100644 (file)
@@ -2,18 +2,15 @@
 
 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)/bitmap-loader-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)/ecore-callback-manager.cpp \
-  $(adaptor_common_dir)/file-descriptor-monitor.cpp \
-  $(adaptor_common_dir)/haptic-player-impl.cpp \
-  $(adaptor_common_dir)/indicator-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 \
@@ -24,36 +21,41 @@ adaptor_common_internal_src_files = \
   $(adaptor_common_dir)/orientation-impl.cpp  \
   $(adaptor_common_dir)/performance-logger-impl.cpp \
   $(adaptor_common_dir)/physical-keyboard-impl.cpp \
-  $(adaptor_common_dir)/server-connection.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)/timer-impl.cpp \
   $(adaptor_common_dir)/trigger-event.cpp \
   $(adaptor_common_dir)/trigger-event-factory.cpp \
-  $(adaptor_common_dir)/virtual-keyboard-impl.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-controller.cpp \
   $(adaptor_common_dir)/feedback/feedback-plugin-proxy.cpp \
-  \
   $(adaptor_common_dir)/gl/egl-factory.cpp \
-  $(adaptor_common_dir)/gl/egl-image-extensions.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