HAL_MODULE_SENSOR will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_SENSOR.
Change-Id: I05ec2e6a29b378673a8cdd27195770fb9601a0ef
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
--- /dev/null
+<hal-api>
+ <manifest platform-version="9.0">
+ <hal-module>
+ <name>HAL_MODULE_SENSOR</name>
+ <version>1.0</version>
+ </hal-module>
+ </manifest>
+</hal-api>
Source0: %{name}-%{version}.tar.gz
Source1: %{name}.manifest
Source2: %{devel_name}.manifest
+Source3: %{name}-manifest.xml
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
%install
rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_sysconfdir}/hal
+cp %{SOURCE3} %{buildroot}%{_sysconfdir}/hal/
%make_install
%clean
%license LICENSE
%defattr(-,root,root,-)
%{_libdir}/hal/*.so*
+%{_sysconfdir}/hal/%{name}-manifest.xml
%files -n %{devel_name}
%defattr(-,root,root,-)