From: Jaemin Ryu Date: Tue, 18 Aug 2020 06:26:58 +0000 (+0900) Subject: Fix dbus servie name according to the dbus guideline X-Git-Tag: accepted/tizen/6.0/unified/20201030.114926^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F241152%2F1;p=platform%2Fcore%2Fsecurity%2Fdevice-policy-manager.git Fix dbus servie name according to the dbus guideline Change-Id: I3c297a25b89fe1800df9ae93a8e6b20d5f1a431a Signed-off-by: Jaemin Ryu --- diff --git a/packaging/device-policy-manager.spec b/packaging/device-policy-manager.spec index d3ab8ee..8b494d2 100755 --- a/packaging/device-policy-manager.spec +++ b/packaging/device-policy-manager.spec @@ -59,7 +59,7 @@ managing device policies. %{_unitdir}/multi-user.target.wants/device-policy-manager.service %{_unitdir}/device-policy-syspopup.service /etc/dbus-1/system.d/org.tizen.dpm.syspopup.conf -/usr/share/dbus-1/system-services/org.tizen.dpm.syspopup.service +/usr/share/dbus-1/system-services/org.tizen.DevicePolicyManager.service %prep %setup -q diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index f2df740..5a57249 100755 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -76,4 +76,4 @@ INSTALL(FILES systemd/device-policy-manager.socket DESTINATION ${SYSTEMD_UNIT_IN INSTALL(FILES systemd/${SYSPOPUPEXE}.service DESTINATION ${SYSTEMD_UNIT_INSTALL_DIR}) INSTALL(FILES dbus/org.tizen.dpm.syspopup.conf DESTINATION ${DUBS_CONFIGURE_DIR}) -INSTALL(FILES dbus/org.tizen.dpm.syspopup.service DESTINATION ${DBUS_SERVICE_DIR}) +INSTALL(FILES dbus/org.tizen.DevicePolicyManager.service DESTINATION ${DBUS_SERVICE_DIR}) diff --git a/server/dbus/org.tizen.dpm.syspopup.service b/server/dbus/org.tizen.DevicePolicyManager.service similarity index 100% rename from server/dbus/org.tizen.dpm.syspopup.service rename to server/dbus/org.tizen.DevicePolicyManager.service