Change executable file for getting engine info 48/194548/1
authorsooyeon.kim <sooyeon.kim@samsung.com>
Wed, 5 Dec 2018 13:18:36 +0000 (22:18 +0900)
committerSooyeon Kim <sooyeon.kim@samsung.com>
Wed, 5 Dec 2018 13:28:40 +0000 (13:28 +0000)
Change-Id: Icab17b69f38a78a4be6114144b2bb127cf7dcfba
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
(cherry picked from commit dc6a19ee309da825e14834f363414235191fdf34)

CMakeLists.txt
bin/aarch64/tts_getengine [moved from bin/aarch64/voice_getengine with 100% similarity]
bin/armv7l/tts_getengine [moved from bin/armv7l/voice_getengine with 100% similarity]
bin/i586/tts_getengine [moved from bin/i586/voice_getengine with 100% similarity]
bin/x86_64/tts_getengine [moved from bin/x86_64/voice_getengine with 100% similarity]
org.tizen.voice.ttsinterruptserver.service
org.tizen.voice.ttsnotiserver.service
org.tizen.voice.ttsserver.service
org.tizen.voice.ttssrserver.service
packaging/tts.spec

index b462e71..8bad55d 100644 (file)
@@ -69,17 +69,17 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/org.tizen.voice.ttsnotiserver.service DESTINAT
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/org.tizen.voice.ttssrserver.service DESTINATION ${TZ_SYS_RO_SHARE}/dbus-1/system-services)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/org.tizen.voice.ttsinterruptserver.service DESTINATION ${TZ_SYS_RO_SHARE}/dbus-1/system-services)
 
-## voice_getengine ##
+## tts_getengine ##
 IF("${ARCH}" MATCHES "^arm.*")
-INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/armv7l/voice_getengine DESTINATION ${TZ_SYS_BIN})
+INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/armv7l/tts_getengine DESTINATION ${TZ_SYS_BIN})
 ELSEIF("${ARCH}" MATCHES "^i586.*")
-INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/i586/voice_getengine DESTINATION ${TZ_SYS_BIN})
+INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/i586/tts_getengine DESTINATION ${TZ_SYS_BIN})
 ELSEIF("${ARCH}" MATCHES "^i686.*")
-INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/i586/voice_getengine DESTINATION ${TZ_SYS_BIN})
+INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/i586/tts_getengine DESTINATION ${TZ_SYS_BIN})
 ELSEIF("${ARCH}" MATCHES "^aarch64.*")
-INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/voice_getengine DESTINATION ${TZ_SYS_BIN})
+INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/tts_getengine DESTINATION ${TZ_SYS_BIN})
 ELSEIF("${ARCH}" MATCHES "^x86_64.*")
-INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/voice_getengine DESTINATION ${TZ_SYS_BIN})
+INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/tts_getengine DESTINATION ${TZ_SYS_BIN})
 ENDIF()
 
 
index 492bd6d..28135d1 100644 (file)
@@ -1,6 +1,6 @@
 [D-BUS Service]
 Name=org.tizen.voice.ttsinterruptserver
-Exec=/bin/sh -c "voice_getengine get system db/voice/tts/engine/default | awk '{print$5}' | xargs -t -i launch_app {}-interrupt mode interrupt"
+Exec=/bin/sh -c "tts_getengine get system db/voice/tts/engine/default | awk '{print$5}' | xargs -t -i launch_app {}-interrupt mode interrupt"
 #Exec=/bin/sh -c "launch_app org.tizen.tts-engine-default-noti mode noti"
 User=system
-Group=system
\ No newline at end of file
+Group=system
index 111b70f..abed697 100644 (file)
@@ -1,6 +1,6 @@
 [D-BUS Service]
 Name=org.tizen.voice.ttsnotiserver
-Exec=/bin/sh -c "voice_getengine get system db/voice/tts/engine/default | awk '{print$5}' | xargs -t -i launch_app {}-noti mode noti"
+Exec=/bin/sh -c "tts_getengine get system db/voice/tts/engine/default | awk '{print$5}' | xargs -t -i launch_app {}-noti mode noti"
 #Exec=/bin/sh -c "launch_app org.tizen.tts-engine-default-noti mode noti"
 User=system
-Group=system
\ No newline at end of file
+Group=system
index 14527fe..1d9d543 100644 (file)
@@ -1,6 +1,6 @@
 [D-BUS Service]
 Name=org.tizen.voice.ttsserver
-Exec=/bin/sh -c "voice_getengine get system db/voice/tts/engine/default | awk '{print$5}' | xargs -t -i launch_app {}"
+Exec=/bin/sh -c "tts_getengine get system db/voice/tts/engine/default | awk '{print$5}' | xargs -t -i launch_app {}"
 #Exec=/bin/sh -c "launch_app org.tizen.tts-engine-default"
 User=system
-Group=system
\ No newline at end of file
+Group=system
index adc2f0e..a432b95 100644 (file)
@@ -1,6 +1,6 @@
 [D-BUS Service]
 Name=org.tizen.voice.ttssrserver
-Exec=/bin/sh -c "voice_getengine get system db/voice/tts/engine/default | awk '{print$5}' | xargs -t -i launch_app {}-sr mode sr"
+Exec=/bin/sh -c "tts_getengine get system db/voice/tts/engine/default | awk '{print$5}' | xargs -t -i launch_app {}-sr mode sr"
 #Exec=/bin/sh -c "launch_app org.tizen.tts-engine-default-sr mode sr"
 User=system
-Group=system
\ No newline at end of file
+Group=system
index 96b8b7c..794dea9 100644 (file)
@@ -115,7 +115,7 @@ mkdir -p %{TZ_SYS_RO_SHARE}/voice/test
 %{TZ_SYS_RO_SHARE}/dbus-1/system-services/org.tizen.voice.ttssrserver.service
 %{TZ_SYS_RO_SHARE}/dbus-1/system-services/org.tizen.voice.ttsinterruptserver.service
 #%{TZ_SYS_RO_SHARE}/voice/test/tts-test
-%{_bindir}/voice_getengine
+%{_bindir}/tts_getengine
 %{TZ_SYS_RO_ETC}/package-manager/parserlib/metadata/libtts-engine-parser.so*
 #%{TZ_SYS_RO_ETC}/package-manager/parserlib/metadata/libtts-engine-language-pack-parser.so*
 /etc/dbus-1/system.d/tts-server.conf