Postpone base control initialization 15/202615/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 2 Apr 2019 00:56:26 +0000 (09:56 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 2 Apr 2019 00:57:01 +0000 (09:57 +0900)
commit6ad2f1f84b3cb809753c1a3f606a74d41ee07e92
treeb4751fac2334f3cc8b89dcb287dad93c0bd97adc
parent2ae190a088088095abea8452345b76254268e325
Postpone base control initialization

To improve launching performance, calling the appcore_base_control_init()
function is removed in the appcore_base_init() function.
The function is called when calling the appcore_base_control_add()
function.

Change-Id: Iafa109c012496c5fc978eacd0719f3d785610ba7
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/base/appcore_base.c