[Tizen] Add OffscreenApplication
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 1 Sep 2020 08:05:40 +0000 (17:05 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 1 Sep 2020 08:05:43 +0000 (17:05 +0900)
commitb64876820169d0d123ca39f2a42ef7599a1ca2b1
tree3df4a77623aa71cf88fe4054bc86f20d6ab93f65
parenta718c85137408afc52dafe97f26be93e9121aee6
[Tizen] Add OffscreenApplication

This reverts commit 12baf09c8d37b91b51933baf85a10fce4bdfa097.

Change-Id: I62526c7e81a3e5b29a06b58365d197e911ecb06a
40 files changed:
build/tizen/module-list.cmake
build/tizen/profiles/android-profile.cmake
build/tizen/profiles/common-profile.cmake
build/tizen/profiles/ivi-profile.cmake
build/tizen/profiles/mobile-profile.cmake
build/tizen/profiles/tv-profile.cmake
build/tizen/profiles/ubuntu-profile.cmake
build/tizen/profiles/wearable-profile.cmake
build/tizen/profiles/windows-profile.cmake
dali/devel-api/adaptor-framework/offscreen-application.cpp [new file with mode: 0644]
dali/devel-api/adaptor-framework/offscreen-application.h [new file with mode: 0644]
dali/devel-api/adaptor-framework/offscreen-window.cpp [new file with mode: 0644]
dali/devel-api/adaptor-framework/offscreen-window.h [new file with mode: 0644]
dali/devel-api/file.list
dali/integration-api/adaptor-framework/native-render-surface.h
dali/internal/adaptor/common/adaptor-impl.cpp
dali/internal/adaptor/common/adaptor-impl.h
dali/internal/offscreen/android/offscreen-window-factory-android.cpp [new file with mode: 0644]
dali/internal/offscreen/android/offscreen-window-factory-android.h [new file with mode: 0644]
dali/internal/offscreen/android/offscreen-window-impl-android.cpp [new file with mode: 0644]
dali/internal/offscreen/android/offscreen-window-impl-android.h [new file with mode: 0644]
dali/internal/offscreen/common/offscreen-application-impl.cpp [new file with mode: 0644]
dali/internal/offscreen/common/offscreen-application-impl.h [new file with mode: 0644]
dali/internal/offscreen/common/offscreen-window-factory.h [new file with mode: 0644]
dali/internal/offscreen/common/offscreen-window-impl.h [new file with mode: 0644]
dali/internal/offscreen/file.list [new file with mode: 0644]
dali/internal/offscreen/tizen/offscreen-window-factory-tizen.cpp [new file with mode: 0644]
dali/internal/offscreen/tizen/offscreen-window-factory-tizen.h [new file with mode: 0644]
dali/internal/offscreen/tizen/offscreen-window-impl-tizen.cpp [new file with mode: 0644]
dali/internal/offscreen/tizen/offscreen-window-impl-tizen.h [new file with mode: 0644]
dali/internal/offscreen/ubuntu-x11/offscreen-window-factory-x.cpp [new file with mode: 0644]
dali/internal/offscreen/ubuntu-x11/offscreen-window-factory-x.h [new file with mode: 0644]
dali/internal/offscreen/ubuntu-x11/offscreen-window-impl-x.cpp [new file with mode: 0644]
dali/internal/offscreen/ubuntu-x11/offscreen-window-impl-x.h [new file with mode: 0644]
dali/internal/offscreen/windows/offscreen-window-factory-win.cpp [new file with mode: 0644]
dali/internal/offscreen/windows/offscreen-window-factory-win.h [new file with mode: 0644]
dali/internal/offscreen/windows/offscreen-window-impl-win.cpp [new file with mode: 0644]
dali/internal/offscreen/windows/offscreen-window-impl-win.h [new file with mode: 0644]
dali/internal/window-system/tizen-wayland/native-render-surface-ecore-wl.cpp
dali/internal/window-system/tizen-wayland/native-render-surface-ecore-wl.h