[ATSPI] Initialize Bridge on Idler 75/264375/4
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 16 Sep 2021 12:30:45 +0000 (21:30 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 17 Sep 2021 01:52:27 +0000 (10:52 +0900)
commit587433b71ac8900935bee0066e46514f3eb6e749
tree571c8c869bb5e91dc8ded678075787ff0a09a634
parentc7d6824912dc232e9e3eb46d1fb9b32710bf285d
[ATSPI] Initialize Bridge on Idler

There is an application launching before dbus.
In this case application cannot use ATSPI interface.
Because the Bridge cannot get a dbus connection.

We prepared BridgeDisableAutoInit.
But someone does not want to make application change.

This patch is providing a way to initialize the Bridge
for an application launching before dbus.

Change-Id: Ic254f8e001c3d4f198b0a7bb680e5c5792b818cd
dali/internal/accessibility/bridge/bridge-impl.cpp
dali/internal/accessibility/bridge/dbus-tizen.cpp
dali/internal/adaptor/common/adaptor-impl.cpp