[Cause]
It spent 100~200ms to execute mediacontroller daemon by systemd.
When application starts, the handle creation spent 200~300ms.
[Solution]
The mediacontroller daemon will starts on boot in product TV.
After this patch, the handle creation spent 30~50ms.
Change-Id: Ibc85df6f7dde8e31e3ceb197d5da5051dd87bf99
Name: capi-media-controller
Summary: A media controller library in Tizen Native API
-Version: 0.1.81
+Version: 0.1.82
Release: 1
Group: Multimedia/API
License: Apache-2.0
BuildRequires: pkgconfig(capi-appfw-app-control)
# socket activation enable(1), disable(0)
+%if "%{tizen_profile_name}" == "tv"
+%define on_demand 0
+%else
%define on_demand 1
+%endif
%description
This package provides a media controller library in Tizen Native API