summaryrefslogtreecommitdiffstats
path: root/export.map
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-07-05 14:02:05 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit77fcaa36178e739044b8ce4e68388440c4379a74 (patch)
tree5fa9244f9df588c105fa479cba4a60e4a8a0d483 /export.map
parente7c854bbf61d50410589a5ad56c961bf7a6ce29e (diff)
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>
Diffstat (limited to 'export.map')
-rw-r--r--export.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/export.map b/export.map
new file mode 100644
index 0000000..ee2f413
--- /dev/null
+++ b/export.map
@@ -0,0 +1 @@
+{ global: afbBindingV*; local: *; };