Send a startup signal in the constructor 74/301174/2
authorChanggyu Choi <changyu.choi@samsung.com>
Fri, 10 Nov 2023 04:25:04 +0000 (13:25 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 14 Nov 2023 05:51:55 +0000 (14:51 +0900)
commit1c1714c08ecb9eade1058bc4cbff41dcdb74e2ec
tree71a778eef8b732f7098ba305da1695c74d3b0545
parent4b60ffc9b498cf7ce8a6ef6dab180062a26b5bd4
Send a startup signal in the constructor

In the previous implementation, the startup signal was sent from launchpad.
This patch moves this behavior to the point where the aul library creator
is called.

Change-Id: I8e6376ebe68308ea70b8a31cb85e7dc723109824
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
include/aul.h
src/aul_launch.c
src/status.cc