From: Keebong Date: Mon, 6 May 2013 06:01:23 +0000 (+0900) Subject: Added signing files when installing X-Git-Tag: 2.2.1_release~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7a53704cb8237657eeddf748086bba0b586191d;p=test%2Ftools%2FFtApp.git Added signing files when installing Change-Id: Ia74d34bec64b8b71e5fd11699a7cc6547ae61d60 Signed-off-by: Keebong --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d9f81ff..63a4397 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,8 @@ INSTALL(FILES ${EXECUTABLE_OUTPUT_PATH}/debug/${this_target}.exe DESTINATION ../ ## Cory additional info INSTALL(FILES ${CMAKE_SOURCE_DIR}/manifest.xml DESTINATION ../opt/usr/apps/${PKGID}/info) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/author-signature.xml DESTINATION ../opt/usr/apps/${PKGID}) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/signature1.xml DESTINATION ../opt/usr/apps/${PKGID}) INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/data DESTINATION ../opt/usr/apps/${PKGID}) INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/res DESTINATION ../opt/usr/apps/${PKGID}) INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/shared DESTINATION ../opt/usr/apps/${PKGID}) diff --git a/data/capability.conf b/data/capability.conf index dd50424..3d001f8 100644 --- a/data/capability.conf +++ b/data/capability.conf @@ -28,7 +28,6 @@ http://tizen.org/feature/sensor.photometer http://tizen.org/feature/sensor.proximity http://tizen.org/feature/sensor.tiltmeter http://tizen.org/feature/sip.voip -http://tizen.org/feature/speech.recognition http://tizen.org/feature/speech.synthesis http://tizen.org/feature/usb.accessory http://tizen.org/feature/usb.host