Create LibUV / X11 profile 38/279338/5
authorDavid Steele <david.steele@samsung.com>
Thu, 16 Jun 2022 11:46:40 +0000 (12:46 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 9 Aug 2022 13:56:42 +0000 (13:56 +0000)
commit4289a1e84719c611de532f4383960c5c20ad12b6
tree8cc34c4c2876351c3d3b55f2c51a678e3b27c3e2
parent2f22a5343194284976143a027874ae07565e85ae
Create LibUV / X11 profile

Added a profile called libuv_x11

2 separate subsystems: libuv (adaptor/system) X11 (imaging/graphics/window-system)

X11 system is heavily influenced by ecore_x, and is independant from
the libuv system.

Removed all ecore/efl dependencies in this profile.

TODO: change to use glib instead of libuv

This does not handle clipboard or selection.

Change-Id: I1de87b8068f25564d35f3c1f8d163fd4681f5818
50 files changed:
build/tizen/CMakeLists.txt
build/tizen/deps-check.cmake
build/tizen/profiles/libuv-x11-profile.cmake [new file with mode: 0644]
dali/internal/accessibility/file.list
dali/internal/adaptor-framework/file.list
dali/internal/adaptor/common/adaptor-impl.cpp
dali/internal/adaptor/common/framework.h
dali/internal/adaptor/file.list
dali/internal/adaptor/libuv/framework-libuv.cpp [new file with mode: 0644]
dali/internal/addons/file.list
dali/internal/clipboard/file.list
dali/internal/graphics/file.list
dali/internal/haptics/file.list
dali/internal/imaging/file.list
dali/internal/imaging/x11/native-image-source-factory-x.cpp [new file with mode: 0644]
dali/internal/imaging/x11/native-image-source-factory-x.h [new file with mode: 0644]
dali/internal/imaging/x11/native-image-source-impl-x.cpp [new file with mode: 0644]
dali/internal/imaging/x11/native-image-source-impl-x.h [new file with mode: 0644]
dali/internal/imaging/x11/native-image-source-queue-impl-x.cpp [new file with mode: 0644]
dali/internal/imaging/x11/native-image-source-queue-impl-x.h [new file with mode: 0644]
dali/internal/input/file.list
dali/internal/input/generic/input-method-context-impl-generic.cpp
dali/internal/sensor/file.list
dali/internal/system/file.list
dali/internal/system/libuv/callback-manager-libuv.cpp [new file with mode: 0644]
dali/internal/system/libuv/callback-manager-libuv.h [new file with mode: 0644]
dali/internal/system/libuv/file-descriptor-monitor-libuv.cpp [new file with mode: 0644]
dali/internal/system/libuv/timer-impl-libuv.cpp [new file with mode: 0644]
dali/internal/text/text-abstraction/font-client-impl.cpp
dali/internal/window-system/common/window-system.h
dali/internal/window-system/file.list
dali/internal/window-system/tizen-wayland/ecore-wl/window-base-ecore-wl.cpp
dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp
dali/internal/window-system/x11/display-connection-factory-x.cpp [new file with mode: 0644]
dali/internal/window-system/x11/display-connection-factory-x.h [new file with mode: 0644]
dali/internal/window-system/x11/display-connection-impl-x.cpp [new file with mode: 0644]
dali/internal/window-system/x11/display-connection-impl-x.h [new file with mode: 0644]
dali/internal/window-system/x11/native-image-surface-factory-x.cpp [new file with mode: 0644]
dali/internal/window-system/x11/native-image-surface-impl-x.cpp [new file with mode: 0644]
dali/internal/window-system/x11/native-image-surface-impl-x.h [new file with mode: 0644]
dali/internal/window-system/x11/pixmap-render-surface-x.cpp [new file with mode: 0644]
dali/internal/window-system/x11/pixmap-render-surface-x.h [new file with mode: 0644]
dali/internal/window-system/x11/render-surface-factory-x.cpp [new file with mode: 0644]
dali/internal/window-system/x11/render-surface-factory-x.h [new file with mode: 0644]
dali/internal/window-system/x11/window-base-x.cpp [new file with mode: 0644]
dali/internal/window-system/x11/window-base-x.h [new file with mode: 0644]
dali/internal/window-system/x11/window-factory-x.cpp [new file with mode: 0644]
dali/internal/window-system/x11/window-factory-x.h [new file with mode: 0644]
dali/internal/window-system/x11/window-system-x.cpp [new file with mode: 0644]
dali/internal/window-system/x11/window-system-x.h [new file with mode: 0644]