Draft: dbus_proxy: allow enabling only sync/async proxy
Allows setting either:
-
azync
: a boolean to enable/disable AsyncProxy generation -
sync
: a boolean to enable/disable SyncProxy generation -
proxy_name
: sets the name of the generated Proxy
Fixes #161 (closed)
Edited by Zeeshan Ali Khan