[ATSPI] Hotfix for common profile with ATSPI.IsEnabled() 47/263647/3
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 7 Sep 2021 10:01:14 +0000 (19:01 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 7 Sep 2021 10:40:03 +0000 (19:40 +0900)
commitb228f3f42e34dab1778664822253cc43c2ce77a3
tree233aa2567f883dc5be15d2c515bb92f77f5c7d7e
parent4085d68d163a9c35a851ada19178bb5f93400553
[ATSPI] Hotfix for common profile with ATSPI.IsEnabled()

There is some issue with ATSPI in Ubuntu platform.
So we build atspi-wrap.cpp in tizen profile only.

But ATSPI::IsEnable(); API could be called for all profile

This patch hotfix this issue.

We move that function to other file.
(= control-devel-wrap.cpp which relation API defined)

Change-Id: I139ba72c5c3ad8ad2be4255c47e770d29675892e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/src/atspi-wrap.cpp
dali-csharp-binder/src/control-devel-wrap.cpp