Add chage remote app
authorfukubayashi.akio <fukubayashi.akio@genetec.co.jp>
Thu, 6 Jun 2019 08:55:08 +0000 (17:55 +0900)
committerfukubayashi.akio <fukubayashi.akio@genetec.co.jp>
Thu, 6 Jun 2019 08:55:08 +0000 (17:55 +0900)
commitac17da7010c6bd90240a641d503991ca5d0cb41a
treea8311029c5c7bc92a64694a1d8d2339b4e1ca38b
parent98006b6538c5be44350746ec3756f004a5c68af8
Add chage remote app

Signed-off-by: fukubayashi.akio <fukubayashi.akio@genetec.co.jp>
44 files changed:
layers.json
policy_manager/config/layouts.json
policy_manager/config/roles.json.zipc.split
policy_manager/stm/stm.c
policy_manager/stm/stm.h
policy_manager/stm/zipc/CMakeLists.txt
policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_AppsLayer.c
policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_AppsLayer.h
policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.c
policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.h
policy_manager/stm/zipc/StateTransitionor/ZST_StateTransitionor_func.c
policy_manager/stm/zipc/StateTransitionor/ZST_include.h
policy_manager/stm/zipc/StateTransitionor/hud/layer/apps/Zhud_apps_hud_apps.c [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/hud/layer/apps/Zhud_apps_hud_apps.h [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/hud/layer/apps/Zhud_apps_hud_apps_func.c [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/hud/layer/apps/Zhud_apps_hud_apps_func.h [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/hud/layer/near_apps/Zhud_near_apps_hud_near_apps.c [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/hud/layer/near_apps/Zhud_near_apps_hud_near_apps.h [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/hud/layer/near_apps/Zhud_near_apps_hud_near_apps_func.c [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/hud/layer/near_apps/Zhud_near_apps_hud_near_apps_func.h [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud.c
policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud_func.c
policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud_upper_left/Zremote_hud_upper_left_remote_hud_up_left.c
policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud_upper_left/Zremote_hud_upper_left_remote_hud_up_left_func.c
policy_manager/stm/zipc/StateTransitionor/rse1/layer/apps/Zrse1_apps_rse1_apps.c [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/rse1/layer/apps/Zrse1_apps_rse1_apps.h [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/rse1/layer/apps/Zrse1_apps_rse1_apps_func.c [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/rse1/layer/apps/Zrse1_apps_rse1_apps_func.h [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/rse1/layer/remote_rse1/Zremote_rse1_remote_rse1.c
policy_manager/stm/zipc/StateTransitionor/rse1/layer/remote_rse1/Zremote_rse1_remote_rse1_func.c
policy_manager/stm/zipc/StateTransitionor/rse2/layer/apps/Zrse2_apps_rse2_apps.c [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/rse2/layer/apps/Zrse2_apps_rse2_apps.h [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/rse2/layer/apps/Zrse2_apps_rse2_apps_func.c [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/rse2/layer/apps/Zrse2_apps_rse2_apps_func.h [new file with mode: 0755]
policy_manager/stm/zipc/StateTransitionor/rse2/layer/remote_rse2/Zremote_rse2_remote_rse2.c
policy_manager/stm/zipc/StateTransitionor/rse2/layer/remote_rse2/Zremote_rse2_remote_rse2_func.c
src/config/areas.json
src/main.cpp
src/window_manager.cpp
src/window_manager.hpp
src/wm_connection.cpp
src/wm_connection.hpp
src/wm_layer_control.cpp
src/wm_layer_control.hpp