summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorYoungjae Cho <y0.cho@samsung.com>2022-05-02 16:34:28 +0900
committerYoungjae Cho <y0.cho@samsung.com>2022-05-02 16:34:28 +0900
commit72417bec829eb5455597fa8a1e8c870be29d392e (patch)
tree6cb9664ea9f81fd585c6cc3d3f604afbc00a0217 /packaging
parent73f5816e32c5e3299ee2005cdd25ed938d667670 (diff)
downloaddevice-tw3-accepted/tizen_7.0_unified_hotfix.tar.gz
device-tw3-accepted/tizen_7.0_unified_hotfix.tar.bz2
device-tw3-accepted/tizen_7.0_unified_hotfix.zip
The actual operation of usb-gadget is no more hal dependent. Instead, the deviced is now in charge of running usb-gadget. The hal backend has changed to provide only target specific usb-gadget configurations. If there is no target specific configurations, deviced runs usb-gadget with default configurations. Signed-off-by: Youngjae Cho <y0.cho@samsung.com> Change-Id: Ia9eecff9172cc8f47a3e23db41e38ecb54210a50
Diffstat (limited to 'packaging')
-rw-r--r--packaging/hal-backend-device-tw3.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/hal-backend-device-tw3.spec b/packaging/hal-backend-device-tw3.spec
index 73c414e..a1a1e08 100644
--- a/packaging/hal-backend-device-tw3.spec
+++ b/packaging/hal-backend-device-tw3.spec
@@ -35,6 +35,10 @@ make %{?jobs:-j%jobs}
%install
%make_install
+# install conf files
+mkdir -p %{buildroot}%{_hal_sysconfdir}/deviced
+install -m 644 conf/*.conf %{buildroot}%{_hal_sysconfdir}/deviced
+
%post
/sbin/ldconfig
@@ -45,3 +49,4 @@ make %{?jobs:-j%jobs}
%manifest %{name}.manifest
%{_hal_licensedir}/%{name}/LICENSE.Apache-2.0
%{_hal_libdir}/*.so*
+%{_hal_sysconfdir}/deviced/*