Implement window manager as an AGL App-FW binding
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Wed, 5 Jul 2017 12:02:05 +0000 (14:02 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 8 Aug 2017 15:24:00 +0000 (17:24 +0200)
* 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 <marcus_fritzsch@mentor.com>

No differences found