[Tizen] Add OffscreenApplication accepted/tizen/unified/20200729.165632 accepted/tizen/unified/20200731.145732 submit/tizen/20200727.071635 submit/tizen/20200728.012923 submit/tizen/20200731.001840
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 27 Jul 2020 06:28:07 +0000 (15:28 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 27 Jul 2020 06:28:13 +0000 (15:28 +0900)
commit15bc685fc9a7262e4f8b4bb89ffef821db9758d0
tree62801ffc7ebf9e66eaf4842f5499c9d123f23d3a
parent50f84af11805cc99d5e5ed43ade842d7ca3937f6
[Tizen] Add OffscreenApplication

Change-Id: I1962955ce6e2eec26aa8b869fd00994621125fe9
23 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/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]