The library file libunified-system-service-sensord.so is relocated under
32-bit: /usr/lib/system/plugin
64-bit: /usr/lib64/system/plugin
Change-Id: I2bbee446d2680559b308773506dfcfae707b252d
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
%{_libdir}/libsensord-shared.so
%{_libdir}/sensor/fusion/libsensor-fusion.so
%{_libdir}/sensor/physical/libsensor-physical.so
-%{_libdir}/libunified-system-service-sensord.so
+%{_libdir}/system/plugin/libunified-system-service-sensord.so
%config %{_sysconfdir}/sensord/auto_rotation.conf
%license LICENSE.APLv2
SET(LIBRARY_NAME "unified-system-service-sensord")
ADD_LIBRARY(${LIBRARY_NAME} SHARED ${SERVER_SRCS})
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${SERVER_PKGS_LDFLAGS} ${CMAKE_DL_LIBS} "sensord-shared")
-INSTALL(TARGETS ${LIBRARY_NAME} DESTINATION ${LIB_INSTALL_DIR} COMPONENT RuntimeLibraries)
+INSTALL(TARGETS ${LIBRARY_NAME} DESTINATION ${LIB_INSTALL_DIR}/system/plugin COMPONENT RuntimeLibraries)