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)
commit77fcaa36178e739044b8ce4e68388440c4379a74
tree5fa9244f9df588c105fa479cba4a60e4a8a0d483
parente7c854bbf61d50410589a5ad56c961bf7a6ce29e
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 <marcus_fritzsch@mentor.com>
export.map [new file with mode: 0644]
src/CMakeLists.txt
src/main.cpp