tizen-core: Use tizen core 89/304189/20
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 11 Jan 2024 23:55:47 +0000 (08:55 +0900)
committerHyunJu Shin <hyunjushin@samsung.com>
Thu, 28 Mar 2024 01:06:01 +0000 (01:06 +0000)
commit61b9bf36a16f9668acd0f4635c26c78906710b29
treeb755b823ea1d4117af3597860b0de98659772064
parent61ad470454badbc61bc9d568b120e6d945fb3372
tizen-core: Use tizen core

From Tizen 9.0, Tizen Core is supported.
Tizen Core is a ne main loop model that privdes improved functionality
over the existing GMainLoop. It allows for creation of multiple loops
in diffrent threads, enabling safe communication between them.

Change-Id: Idd39edd042652478775ff624e87383b1c1c590e6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
meson_options.txt
packaging/efl.spec
src/lib/ecore/ecore_glib.c
src/lib/ecore/ecore_main.c
src/lib/ecore/meson.build
src/lib/ecore/tizen-core/log_private.h [new file with mode: 0644]
src/lib/ecore/tizen-core/tcore.cc [new file with mode: 0644]
src/lib/ecore/tizen-core/tcore.h [new file with mode: 0644]