From: Marius Vlad Date: Thu, 1 Sep 2022 12:19:59 +0000 (+0300) Subject: protocol/agl-shell.xml: Add an app_state event -- app state notification X-Git-Tag: 17.90.0~73 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=0512e7251611e7040c550bb4c6cc972d57b45144;hp=0512e7251611e7040c550bb4c6cc972d57b45144;p=src%2Fagl-compositor.git protocol/agl-shell.xml: Add an app_state event -- app state notification This protocol bump will notify the client binding to the agl-shell protocol when a particular application changed its state. This includes four (4) different events: - started - terminated - activated - deactivated This should allow orchestrating start-up with activation as we don't really know when it would be the proper time to activate an application when starting up (for the first time). A started event will notify the shell client we it can do that. These events are not sticky such that the shell would be responsabile for keep track of the state, if it wants to. Bug-AGL: SPEC-4528 Signed-off-by: Marius Vlad Change-Id: Id162874fa68946bb9b1db9fa356dd617a0db9eb7 ---