Actually, the path of hal module interface and header files should be
under the "/usr/include/hal/" path, not "/usr/include/hal/device".
Thus, change the header file path from "/hal/device" to "/hal".
Change-Id: I70dc56ee692b40838b8aafacc78c9ddea81d6e51
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
INSTALL(TARGETS ${fw_name} DESTINATION ${LIB_INSTALL_DIR}/hal)
INSTALL(
- DIRECTORY ${INC_DIR}/ DESTINATION include/hal/device
+ DIRECTORY ${INC_DIR}/ DESTINATION include/hal
FILES_MATCHING
PATTERN "${INC_DIR}/hal-*.h"
)
%files devel
%manifest %{name}.manifest
%license LICENSE.Apache-2.0
-%{_includedir}/hal/device/hal-*.h
+%{_includedir}/hal/hal-*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/hal/libhal-api-device.so