From: h.sandeep Date: Tue, 16 Feb 2016 04:58:14 +0000 (+0530) Subject: HPS: Add D-bus configuration for bt-httpproxy X-Git-Tag: accepted/tizen/common/20160603.150552~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F59489%2F2;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git HPS: Add D-bus configuration for bt-httpproxy Change-Id: I0fa6846075718fdb5650bfd5566f981554f8576c Signed-off-by: h.sandeep --- diff --git a/bt-httpproxy/CMakeLists.txt b/bt-httpproxy/CMakeLists.txt index d9c5053..a3dd39b 100644 --- a/bt-httpproxy/CMakeLists.txt +++ b/bt-httpproxy/CMakeLists.txt @@ -45,4 +45,6 @@ TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${hps_pkgs_LDFLAGS} -L${CMAKE_CURRENT_SOUR INSTALL(TARGETS ${PROJECT_NAME} DESTINATION bin) INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/org.projectx.httpproxy.service DESTINATION share/dbus-1/system-services) +INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth-frwk-httpproxy.conf DESTINATION /etc/dbus-1/system.d) + SET(PREFIX ${CMAKE_INSTALL_PREFIX}) diff --git a/bt-httpproxy/bluetooth-frwk-httpproxy.conf b/bt-httpproxy/bluetooth-frwk-httpproxy.conf new file mode 100644 index 0000000..6f0463b --- /dev/null +++ b/bt-httpproxy/bluetooth-frwk-httpproxy.conf @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/packaging/bluetooth-frwk.spec b/packaging/bluetooth-frwk.spec index c15b637..58b770b 100644 --- a/packaging/bluetooth-frwk.spec +++ b/packaging/bluetooth-frwk.spec @@ -284,6 +284,7 @@ sed -i 's/%TZ_SYS_DEFAULT_USER/app/' %{buildroot}%{_datadir}/dbus-1/system-servi %{_bindir}/bt-httpproxy %{_datadir}/license/bluetooth-frwk-httpproxy %{_datadir}/dbus-1/system-services/org.projectx.httpproxy.service +%{_sysconfdir}/dbus-1/system.d/bluetooth-frwk-httpproxy.conf %files core %manifest %{name}.manifest