Install .service files into dbus system service directory 64/11064/2 accepted/tizen/ivi accepted/tizen/mobile accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_generic accepted/tizen_ivi_panda tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0_ivi tizen_ivi_panda accepted/tizen/20131101.181530 accepted/tizen/20131105.192328 accepted/tizen/20131112.015052 accepted/tizen/ivi/panda/20140403.015101 accepted/tizen_ivi_stable/20131119.040512 submit/tizen/20131101.064931 submit/tizen_ivi_panda/20140403.011845 submit/tizen_ivi_stable/20131119.032023 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
authorChengwei Yang <chengwei.yang@intel.com>
Fri, 1 Nov 2013 06:33:59 +0000 (14:33 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Fri, 1 Nov 2013 06:37:30 +0000 (14:37 +0800)
pb_agent and hfp_agent provide system wide dbus services, so install
their .service files into dbus system service directory.

Bug: https://bugs.tizen.org/jira/browse/PTREL-124
Change-Id: Icf3d67dd033ebed7b8ebacb10542fb20e2f8246b
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
hfp-agent/CMakeLists.txt
packaging/bluetooth-agent.spec
pb-agent/CMakeLists.txt

index 4c47c31..f442ac2 100644 (file)
@@ -28,4 +28,4 @@ TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_hfp_agent_LDFLAGS})
 
 INSTALL(TARGETS ${PROJECT_NAME} DESTINATION bin)
 INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/org.bluez.hfp_agent.service
-               DESTINATION share/dbus-1/services)
+               DESTINATION share/dbus-1/system-services)
index d0f4cba..ce9bd3d 100644 (file)
@@ -39,6 +39,6 @@ rm -rf %{buildroot}
 %{_bindir}/bluetooth-map-agent
 %{_bindir}/bluetooth-pb-agent
 %{_bindir}/bluetooth-hfp-agent
-%{_datadir}/dbus-1/services/org.bluez.pb_agent.service
+%{_datadir}/dbus-1/system-services/org.bluez.pb_agent.service
 %{_datadir}/dbus-1/services/org.bluez.map_agent.service
-%{_datadir}/dbus-1/services/org.bluez.hfp_agent.service
+%{_datadir}/dbus-1/system-services/org.bluez.hfp_agent.service
index 2f0b495..fa65204 100644 (file)
@@ -27,4 +27,4 @@ TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_pb_agent_LDFLAGS})
 
 INSTALL(TARGETS ${PROJECT_NAME} DESTINATION bin)
 INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/org.bluez.pb_agent.service
-               DESTINATION share/dbus-1/services)
+               DESTINATION share/dbus-1/system-services)