Convert the roles from old one to new 71/14871/5
authorYuta Doi <yuta-d@witz-inc.co.jp>
Fri, 29 Jun 2018 10:46:55 +0000 (19:46 +0900)
committerYuta Doi <yuta-d@witz-inc.co.jp>
Mon, 9 Jul 2018 01:04:38 +0000 (10:04 +0900)
commitcf05c2b5c92b9a79635aa2277a9d55449e14fab6
tree6887035dc77dfe14362914f6bd116601006c39cd
parent6373ce04e2d6c6ae77246bcf7560447b3daaed3d
Convert the roles from old one to new

Update the role name (drawing_name)
and WindowManager converts the role from old one to new.

We plan to delete the old roles by GG.
Therefore the applications can use old olds until GG,
After GG, old roles can not be used.
If the applications use it,
WindowManager regards the applications as the role "fallback".
Therefore the applications may not be displayed in the intended layout.
For the role "fallback", please refer to JIRA SPEC-1331.

Bug-AGL: SPEC-1566

Change-Id: I6ca703183e3cab72ac460094ef14dc3675a98cb6
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
layers.json
layers.json.split
src/CMakeLists.txt
src/db/old_roles.db [new file with mode: 0644]
src/json_helper.cpp
src/json_helper.hpp
src/layers.cpp
src/window_manager.cpp
src/window_manager.hpp