[Tizen] Introduce Evas-plugin 10/202410/5 accepted/tizen/unified/20190410.061755 submit/tizen/20190409.081337
authorSinJae Lee <sinjae4b.lee@samsung.com>
Thu, 9 Nov 2017 07:34:04 +0000 (16:34 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 9 Apr 2019 06:43:51 +0000 (06:43 +0000)
commit6e1a621b0863ae8b234eff444c6fa2e727a7a8fd
tree535bc5967a575549418b203045a2e6666fe7caa8
parentca5f5e0999de3d0fa4188e513d7ffca703bc3de7
[Tizen] Introduce Evas-plugin

Evas-plugin is used by EFL applications that wish to use Dali.
It provides a means for initializing the resources required by the Dali::Core.

Originally the code was made for Tizen 4.0.

What is diffrent from the original
* Disable 4.0 features (Adaptor, IMFManager)
* Version up: Ecore Wayland -> Ecore Wayland2

To-do when the multi-window refactoring is done
* 4.0 features will be replaced
* Support multiple Evas-plugin
* Consider being an independent rpm (Need to check dependency issue)

Change-Id: Iec8a83e401219f529c5fed033542e9cb2e88527a
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
18 files changed:
build/tizen/configure.ac
build/tizen/dali-extension.pc.in
build/tizen/evas-plugin/Makefile.am [new file with mode: 0755]
build/tizen/evas-plugin/configure.ac [new file with mode: 0755]
dali-extension/dali-extension.h [new file with mode: 0644]
dali-extension/devel-api/evas-plugin/evas-plugin.cpp [new file with mode: 0755]
dali-extension/devel-api/evas-plugin/evas-plugin.h [new file with mode: 0644]
dali-extension/devel-api/evas-plugin/file.list [new file with mode: 0644]
dali-extension/internal/evas-plugin/ecore-wl-event-handler.cpp [new file with mode: 0644]
dali-extension/internal/evas-plugin/ecore-wl-event-handler.h [new file with mode: 0644]
dali-extension/internal/evas-plugin/evas-event-handler.cpp [new file with mode: 0644]
dali-extension/internal/evas-plugin/evas-event-handler.h [new file with mode: 0644]
dali-extension/internal/evas-plugin/evas-plugin-event-interface.h [new file with mode: 0644]
dali-extension/internal/evas-plugin/evas-plugin-impl.cpp [new file with mode: 0755]
dali-extension/internal/evas-plugin/evas-plugin-impl.h [new file with mode: 0755]
dali-extension/internal/evas-plugin/evas-plugin-visibility-interface.h [new file with mode: 0644]
dali-extension/internal/evas-plugin/file.list [new file with mode: 0644]
packaging/dali-extension.spec