Change-Id: If115206aaa3d5ea46c0c02d2469cb298f68cbb92
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
--- /dev/null
+[UART]
+0=/dev/ttyS0
# Reboot register storage
install -D -m 644 hw/reboot/register_storage %{buildroot}%{_hal_sysconfdir}/reboot/register_storage
+# peripheral-io ini file
+mkdir -p %{buildroot}%{_hal_sysconfdir}/peripheral-io
+install -m 644 hw/peripheral-io/*.ini %{buildroot}%{_hal_sysconfdir}/peripheral-io
+
%post
/sbin/ldconfig
%files
%{_hal_libdir}/*.so*
%{_hal_sysconfdir}/reboot/register_storage
+%{_hal_sysconfdir}/peripheral-io/*.ini
%manifest %{name}.manifest
%{_hal_licensedir}/%{name}/LICENSE.Apache-2.0