From: Marcus Fritzsch Date: Wed, 5 Jul 2017 12:02:05 +0000 (+0200) Subject: Implement window manager as an AGL App-FW binding X-Git-Tag: 4.99.1~268 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=77fcaa36178e739044b8ce4e68388440c4379a74;hp=77fcaa36178e739044b8ce4e68388440c4379a74;p=staging%2Fwindowmanager.git Implement window manager as an AGL App-FW binding * Compile to shared object module, to be loaded by afb-daemon. * Take most of main, rewrite to adhere to the AFB API. * Implement dummy API call winman/status. * Use export.map to specify symbol visibility. * Poller and unique_fd are currently useless/unused. * Logging is still only to stdout/stderr. Signed-off-by: Marcus Fritzsch ---