Change the protocol from ivi-controller to ivi-wm 49/13249/5
authorYuta Doi <yuta-d@witz-inc.co.jp>
Thu, 11 Jan 2018 02:08:47 +0000 (11:08 +0900)
committerYuta Doi <yuta-d@witz-inc.co.jp>
Wed, 24 Jan 2018 05:13:48 +0000 (14:13 +0900)
commita94f6c67c67a68df8a894699686f2eaa8e870208
tree70e8cd228f771d3ef4e31797c78ef261fdffeb17
parent7614135f5b9e129bb9af431e80f377cc128196c5
Change the protocol from ivi-controller to ivi-wm

This patch is for master branch only.

For using wayland-ivi-extension version 2.x,
the wayland protocol in WindowManager is changed
from ivi-controller to ivi-wm.

NOTE:
If using this patch,
the modification for AGL/meta-agl
which described in SPEC-1244 is necessary.

Bug-AGL: SPEC-1244

Change-Id: I5489db202dfeec8f4626aee53bd1f86c145b95d9
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
14 files changed:
layers.json.split
protocol/ivi-application.xml [deleted file]
protocol/ivi-controller.xml [deleted file]
protocol/ivi-wm.xml [new file with mode: 0644]
src/CMakeLists.txt
src/app.cpp
src/app.hpp
src/json_helper.hpp
src/layers.hpp
src/layout.hpp
src/main.cpp
src/wayland.cpp [deleted file]
src/wayland_ivi_wm.cpp [new file with mode: 0644]
src/wayland_ivi_wm.hpp [moved from src/wayland.hpp with 64% similarity]