[TBT][All][DPTTIZEN-1952][Scenario for sound manager connection and device status... 35/74235/1
authorNibha Sharma <nibha.sharma@samsung.com>
Mon, 13 Jun 2016 09:38:13 +0000 (18:38 +0900)
committerNibha Sharma <nibha.sharma@samsung.com>
Mon, 13 Jun 2016 09:38:13 +0000 (18:38 +0900)
commit342e98625449e5b5132289bc7f2ffc07dab019ff
treed1f8c0f4ae58c0f1ea26daada393ff47a6fd9b48
parent6771e9a1b7e2f6b016ffd5040d9b1ea18a5ca351
[TBT][All][DPTTIZEN-1952][Scenario for sound manager connection and device status,media key,package-manager,notification-text,notification-time,notification-title,notification-image,connection,radio,storage,runtime info 8 new scenarios ,nfc attach detach and error callback has been added]

Change-Id: I85b395f0c96928bd3f138d8ba531ae341f17264c
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
51 files changed:
release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk
tbtcoreapp/inc/model/tbt-info.h
tbtcoreapp/inc/utils/app_module_config.h
tbtcoreapp/inc/view/tbt-connection-view.h [new file with mode: 0755]
tbtcoreapp/inc/view/tbt-media-key-view.h [new file with mode: 0644]
tbtcoreapp/inc/view/tbt-notification-view.h [new file with mode: 0644]
tbtcoreapp/inc/view/tbt-package-manager-view.h [new file with mode: 0644]
tbtcoreapp/inc/view/tbt-radio-view.h [new file with mode: 0644]
tbtcoreapp/inc/view/tbt-sound-manager-view.h [new file with mode: 0644]
tbtcoreapp/inc/view/tbt-storage-view.h [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_216_432/connection_viewer.edc [new file with mode: 0755]
tbtcoreapp/res/edje/2.3.1/wearable_216_432/mediakey_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_216_432/notification_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_216_432/package_manager_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_216_432/radio_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_216_432/sound_manager_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_216_432/storage_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_320_320/connection_viewer.edc [new file with mode: 0755]
tbtcoreapp/res/edje/2.3.1/wearable_320_320/mediakey_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_320_320/notification_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_320_320/package_manager_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_320_320/radio_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_320_320/sound_manager_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_320_320/storage_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_360/connection_viewer.edc [new file with mode: 0755]
tbtcoreapp/res/edje/2.3.1/wearable_360_360/mediakey_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_360/notification_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_360/package_manager_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_360/radio_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_360/sound_manager_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_360/storage_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_x_480/connection_viewer.edc [new file with mode: 0755]
tbtcoreapp/res/edje/2.3.1/wearable_360_x_480/mediakey_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_x_480/notification_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_x_480/package_manager_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_x_480/radio_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_x_480/sound_manager_viewer.edc [new file with mode: 0644]
tbtcoreapp/res/edje/2.3.1/wearable_360_x_480/storage_viewer.edc [new file with mode: 0644]
tbtcoreapp/src/model/tbt-list.c
tbtcoreapp/src/view/tbt-connection-view.c [new file with mode: 0755]
tbtcoreapp/src/view/tbt-genlist-view.c
tbtcoreapp/src/view/tbt-media-key-view.c [new file with mode: 0755]
tbtcoreapp/src/view/tbt-nfc-view.c
tbtcoreapp/src/view/tbt-notification-view.c [new file with mode: 0755]
tbtcoreapp/src/view/tbt-package-manager-view.c [new file with mode: 0755]
tbtcoreapp/src/view/tbt-radio-view.c [new file with mode: 0755]
tbtcoreapp/src/view/tbt-runtimeinfo-view.c
tbtcoreapp/src/view/tbt-sound-manager-view.c [new file with mode: 0755]
tbtcoreapp/src/view/tbt-storage-view.c [new file with mode: 0755]
tbtcoreapp/tizen-manifest.xml