framework/platform: GH20, Add support for wayland platform.
authorMun Gwan-gyeong <elongbug@gmail.com>
Mon, 11 Jul 2016 23:14:13 +0000 (08:14 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Thu, 21 Jul 2016 12:23:30 +0000 (21:23 +0900)
commit204cab3e14d50366384eb129e35b8532e7c948d9
tree2a57a1d7c0561e8d798d6651a4c35f5bd2b0d247
parent9163d222f83ffba7cc10479c0d4c3d891e272129
framework/platform: GH20, Add support for wayland platform.

This change adds wayland platform with wl_shell protocol.

Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com>
framework/egl/wrapper/eglwEnums.inl
framework/platform/wayland/tcuWayland.cpp [new file with mode: 0644]
framework/platform/wayland/tcuWayland.hpp [new file with mode: 0644]
framework/platform/wayland/tcuWaylandEglPlatform.cpp [new file with mode: 0644]
framework/platform/wayland/tcuWaylandEglPlatform.hpp [new file with mode: 0644]
framework/platform/wayland/tcuWaylandPlatform.cpp [new file with mode: 0644]
framework/platform/wayland/tcuWaylandPlatform.hpp [new file with mode: 0644]
scripts/egl/common.py
targets/wayland/FindWayland.cmake [new file with mode: 0644]
targets/wayland/wayland.cmake [new file with mode: 0644]