[TBT][tizen_3.0_wearable][stt, tts, smartcard module added; smartcard_test_app_signed... 14/86914/1
authornazib.ullah <nazib.ullah@samsung.com>
Mon, 5 Sep 2016 11:15:47 +0000 (17:15 +0600)
committernazib.ullah <nazib.ullah@samsung.com>
Mon, 5 Sep 2016 11:32:38 +0000 (17:32 +0600)
commitf6a8363b8a461f3d98da6688f454902b16326cc6
tree5aa5e65f06cc97a8150b35a56317b338a7ceaeef
parent77aeb28e33e4c1d4e43212e43e965be03b8c19c2
[TBT][tizen_3.0_wearable][stt, tts, smartcard module added; smartcard_test_app_signed and smartcard_test_app_unsigned apps added]

Change-Id: I43d68145f314fda2014b6fa008165ce88654116e
55 files changed:
release/binary-arm/install.sh
release/binary-arm/org.tizen.smartcard.actestapp-1.0.0-arm.tpk [new file with mode: 0644]
release/binary-arm/org.tizen.smartcard.actestapp_signed-1.0.0-arm.tpk [new file with mode: 0644]
release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/install.sh
release/binary-x86/org.tizen.smartcard.actestapp-1.0.0-i386.tpk [new file with mode: 0644]
release/binary-x86/org.tizen.smartcard.actestapp_signed-1.0.0-i386.tpk [new file with mode: 0644]
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk
tbt_smartcardtestapp/.cproject [new file with mode: 0755]
tbt_smartcardtestapp/.exportMap [new file with mode: 0755]
tbt_smartcardtestapp/.project [new file with mode: 0644]
tbt_smartcardtestapp/.rds_delta [new file with mode: 0755]
tbt_smartcardtestapp/.sdk_delta.info [new file with mode: 0644]
tbt_smartcardtestapp/.sign/.manifest.tmp [new file with mode: 0644]
tbt_smartcardtestapp/.sign/author-signature.xml [new file with mode: 0644]
tbt_smartcardtestapp/.sign/signature1.xml [new file with mode: 0644]
tbt_smartcardtestapp/.tproject [new file with mode: 0755]
tbt_smartcardtestapp/inc/logger.h [new file with mode: 0644]
tbt_smartcardtestapp/inc/smartcardactestapp.h [new file with mode: 0755]
tbt_smartcardtestapp/project_def.prop [new file with mode: 0755]
tbt_smartcardtestapp/shared/res/smartcardactestapp.png [new file with mode: 0755]
tbt_smartcardtestapp/src/smartcardactestapp.c [new file with mode: 0755]
tbt_smartcardtestapp/tizen-manifest.xml [new file with mode: 0755]
tbt_smartcardtestapp_signed/.cproject [new file with mode: 0755]
tbt_smartcardtestapp_signed/.exportMap [new file with mode: 0755]
tbt_smartcardtestapp_signed/.project [new file with mode: 0644]
tbt_smartcardtestapp_signed/.rds_delta [new file with mode: 0755]
tbt_smartcardtestapp_signed/.sdk_delta.info [new file with mode: 0644]
tbt_smartcardtestapp_signed/.sign/.manifest.tmp [new file with mode: 0644]
tbt_smartcardtestapp_signed/.sign/author-signature.xml [new file with mode: 0644]
tbt_smartcardtestapp_signed/.sign/signature1.xml [new file with mode: 0644]
tbt_smartcardtestapp_signed/.tproject [new file with mode: 0755]
tbt_smartcardtestapp_signed/SmartcardPKCS12.p12 [new file with mode: 0755]
tbt_smartcardtestapp_signed/inc/logger.h [new file with mode: 0644]
tbt_smartcardtestapp_signed/inc/smartcardactestapp.h [new file with mode: 0755]
tbt_smartcardtestapp_signed/project_def.prop [new file with mode: 0755]
tbt_smartcardtestapp_signed/shared/res/smartcardactestapp.png [new file with mode: 0755]
tbt_smartcardtestapp_signed/src/smartcardactestapp.c [new file with mode: 0755]
tbt_smartcardtestapp_signed/tizen-manifest.xml [new file with mode: 0755]
tbtcoreapp/inc/model/tbt-info.h
tbtcoreapp/inc/utils/app_module_config.h
tbtcoreapp/inc/utils/config.h
tbtcoreapp/inc/view/tbt-smartcard-view.h [new file with mode: 0644]
tbtcoreapp/inc/view/tbt-stt-view.h [new file with mode: 0644]
tbtcoreapp/inc/view/tbt-tts-view.h [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_360/bluetooth_le_viewer.edc
tbtcoreapp/res/edje/2.3.1/wearable_360_360/stt_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_360/tts_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/sounds/start_record.wav [new file with mode: 0644]
tbtcoreapp/src/model/tbt-list.c
tbtcoreapp/src/view/tbt-bluetoothle-view.c
tbtcoreapp/src/view/tbt-genlist-view.c
tbtcoreapp/src/view/tbt-smartcard-view.c [new file with mode: 0644]
tbtcoreapp/src/view/tbt-stt-view.c [new file with mode: 0644]
tbtcoreapp/src/view/tbt-tts-view.c [new file with mode: 0644]