Added initial code for iot video player 31/235431/1 submit/tizen/20200605.152112
authoraman.jeph <aman.jeph@samsung.com>
Thu, 4 Jun 2020 11:18:24 +0000 (16:48 +0530)
committeraman.jeph <aman.jeph@samsung.com>
Thu, 4 Jun 2020 11:18:24 +0000 (16:48 +0530)
commit80712d7d3f0fb3afc80f8199d31847cc67c3a016
tree3b53d1df409ff4581d875520c496c7bfc955ec1a
parent930adbb4615be6643be41557817192b5fa58bbeb
Added initial code for iot video player

Change-Id: Id07c2b993389b1b6aea50bda541290df466237b9
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
1268 files changed:
.cproject [new file with mode: 0755]
.exportMap [new file with mode: 0755]
.gitignore [new file with mode: 0755]
.project [new file with mode: 0755]
.tproject [new file with mode: 0755]
Build/appendix.mk [new file with mode: 0755]
Build/basedef.mk [new file with mode: 0755]
Build/build_c.mk [new file with mode: 0755]
Build/build_edc.mk [new file with mode: 0755]
Build/build_po.mk [new file with mode: 0755]
Build/flags.mk [new file with mode: 0755]
Build/funcs.mk [new file with mode: 0755]
Build/makefile [new file with mode: 0755]
Build/makefile.mk [new file with mode: 0755]
Build/platform.mk [new file with mode: 0755]
Build/tooldef.mk [new file with mode: 0755]
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0755]
NOTICE [new file with mode: 0755]
WORKSPACE [new file with mode: 0755]
build_def.prop [new file with mode: 0755]
common/CMakeLists.txt [new file with mode: 0755]
common/include/vp-chapter-db.h [new file with mode: 0755]
common/include/vp-debug.h [new file with mode: 0755]
common/include/vp-file-util.h [new file with mode: 0755]
common/include/vp-macro.h [new file with mode: 0755]
common/include/vp-media-content-util.h [new file with mode: 0755]
common/include/vp-pinch-zoom.h [new file with mode: 0755]
common/include/vp-preview-db.h [new file with mode: 0755]
common/include/vp-thumb-db.h [new file with mode: 0755]
common/include/vp-util.h [new file with mode: 0755]
common/src/include/vp-db-common.h [new file with mode: 0755]
common/src/include/vp-db-util.h [new file with mode: 0755]
common/src/vp-chapter-db.c [new file with mode: 0755]
common/src/vp-db-util.c [new file with mode: 0755]
common/src/vp-file-util.c [new file with mode: 0755]
common/src/vp-media-content-util.c [new file with mode: 0755]
common/src/vp-pinch-zoom.c [new file with mode: 0755]
common/src/vp-preview-db.c [new file with mode: 0755]
common/src/vp-thumb-db.c [new file with mode: 0755]
common/src/vp-util.c [new file with mode: 0755]
core/CMakeLists.txt [new file with mode: 0755]
core/include/vp-drm.h [new file with mode: 0755]
core/src/include/vp-core-common.h [new file with mode: 0755]
core/src/vp-drm.c [new file with mode: 0755]
include/common/mp-drm-ctrl.h [new file with mode: 0755]
include/common/mp-rotate-ctrl.h [new file with mode: 0755]
include/common/mp-util-config.h [new file with mode: 0755]
include/common/mp-util-media-service.h [new file with mode: 0755]
include/common/mp-util-preference.h [new file with mode: 0755]
include/common/mp-util.h [new file with mode: 0755]
include/common/mp-video-info-ctrl.h [new file with mode: 0755]
include/common/mp-video-util-db-controller.h [new file with mode: 0755]
include/feature/mp-launching-video-displayer.h [new file with mode: 0755]
include/feature/mp-util-move.h [new file with mode: 0755]
include/mp-video-log.h [new file with mode: 0755]
include/mp-video-string-define.h [new file with mode: 0755]
include/mp-video-type-define.h [new file with mode: 0755]
include/mp-video-value-define.h [new file with mode: 0755]
include/video-player.h [new file with mode: 0755]
include/view/mp-library-view-mgr.h [new file with mode: 0755]
include/view/mp-video-detail-view.h [new file with mode: 0755]
include/view/mp-video-list-folder-share-via-view.h [new file with mode: 0755]
include/view/mp-video-list-personal-ctrl.h [new file with mode: 0755]
include/view/mp-video-list-personal-view.h [new file with mode: 0755]
include/view/mp-video-list-remove-ctrl.h [new file with mode: 0755]
include/view/mp-video-list-remove-view.h [new file with mode: 0755]
include/view/mp-video-list-share-via-view.h [new file with mode: 0755]
include/view/mp-video-list-view-common.h [new file with mode: 0755]
include/view/mp-video-list-view-folder.h [new file with mode: 0755]
include/view/mp-video-list-view-item-of-folder.h [new file with mode: 0755]
include/view/mp-video-list-view-main.h [new file with mode: 0755]
include/view/mp-video-list-view-normal.h [new file with mode: 0755]
include/view/mp-video-list-view-select.h [new file with mode: 0755]
include/view/mp-video-list-view-thumbnail.h [new file with mode: 0755]
include/view/mp-video-search-view.h [new file with mode: 0755]
include/viewMgr/videos-view-mgr.h [new file with mode: 0755]
include/widget/mp-external-ug.h [new file with mode: 0755]
include/widget/mp-footer-toolbar.h [new file with mode: 0755]
include/widget/mp-util-widget-ctrl.h [new file with mode: 0755]
include/widget/mp-video-list-auto-play-ctrl.h [new file with mode: 0755]
include/widget/mp-video-list-option-ctrl.h [new file with mode: 0755]
include/widget/mp-video-list-sort-ctrl.h [new file with mode: 0755]
include/widget/mp-video-list-view-as-ctrl.h [new file with mode: 0755]
include/widget/mp-video-nocontent-layout.h [new file with mode: 0755]
include/widget/mp-video-rename-ctrl.h [new file with mode: 0755]
include/widget/mp-video-view-popup-ctrl.h [new file with mode: 0755]
org.tizen.video-player.manifest [new file with mode: 0755]
org.tizen.videos.manifest [new file with mode: 0755]
org.tizen.videos.xml [new file with mode: 0755]
packaging/load_pkgs.sh [new file with mode: 0755]
packaging/org.tizen.videos.spec [new file with mode: 0755]
playview/CMakeLists.txt [new file with mode: 0755]
playview/include/vp-play-log.h [new file with mode: 0755]
playview/include/vp-play-type-define.h [new file with mode: 0755]
playview/include/vp-play-view.h [new file with mode: 0755]
playview/res/edje/custom/Tizen_Touch.wav [new file with mode: 0755]
playview/res/edje/custom/button-pressed.wav [new file with mode: 0755]
playview/res/edje/custom/pv-custom-button.edc [new file with mode: 0755]
playview/res/edje/custom/pv-custom-colorselector.edc [new file with mode: 0755]
playview/res/edje/custom/pv-custom-define.edc [new file with mode: 0755]
playview/res/edje/custom/pv-custom-gengrid-item.edc [new file with mode: 0755]
playview/res/edje/custom/pv-custom-genlist-item.edc [new file with mode: 0755]
playview/res/edje/custom/pv-custom-image.edc [new file with mode: 0755]
playview/res/edje/custom/pv-custom-layout.edc [new file with mode: 0755]
playview/res/edje/custom/pv-custom-naviframe.edc [new file with mode: 0755]
playview/res/edje/images/00_color_picker_palette_bg.png [new file with mode: 0755]
playview/res/edje/images/T01_2_video_thumbnail_default.png [new file with mode: 0755]
playview/res/edje/images/T01_no_video.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_AC_Wall.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_BD.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_Camcorder.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_Camera.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_Dongle.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_LFD.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_Mobile.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_None_DNS.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_PC.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_REF.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_ROBOT_VC.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_STB.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_TV.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_Tablet.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/120x120/U04_device_WM.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_AC_Wall.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_BD.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_Camcorder.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_Camera.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_Dongle.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_LFD.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_Mobile.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_None_DNS.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_PC.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_REF.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_ROBOT_VC.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_STB.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_TV.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_Tablet.png [new file with mode: 0755]
playview/res/edje/images/allshare/device/81x81/U04_device_WM.png [new file with mode: 0755]
playview/res/edje/images/allshare/voice/T01-2_icon_volume_control_bg.png [new file with mode: 0755]
playview/res/edje/images/allshare/voice/T01-2_icon_volume_control_minus.png [new file with mode: 0755]
playview/res/edje/images/allshare/voice/T01-2_icon_volume_control_minus_dim.png [new file with mode: 0755]
playview/res/edje/images/allshare/voice/T01-2_icon_volume_control_minus_press.png [new file with mode: 0755]
playview/res/edje/images/allshare/voice/T01-2_icon_volume_control_mute.png [new file with mode: 0755]
playview/res/edje/images/allshare/voice/T01-2_icon_volume_control_mute_dim.png [new file with mode: 0755]
playview/res/edje/images/allshare/voice/T01-2_icon_volume_control_mute_press.png [new file with mode: 0755]
playview/res/edje/images/allshare/voice/T01-2_icon_volume_control_plus.png [new file with mode: 0755]
playview/res/edje/images/allshare/voice/T01-2_icon_volume_control_plus_dim.png [new file with mode: 0755]
playview/res/edje/images/allshare/voice/T01-2_icon_volume_control_plus_press.png [new file with mode: 0755]
playview/res/edje/images/bookmark/T01_2_button_remove.png [new file with mode: 0755]
playview/res/edje/images/bookmark/T01_2_button_remove_press.png [new file with mode: 0755]
playview/res/edje/images/bookmark/T01_2_icon_bookmark_add.png [new file with mode: 0755]
playview/res/edje/images/bookmark/T01_2_icon_bookmark_add_press.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_00.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_01.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_02.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_03.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_04.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_05.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_06.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_07.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_08.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_09.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_10.png [new file with mode: 0755]
playview/res/edje/images/brightness/quick_icon_brightness_11.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_control_circle_button_01.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_control_circle_button_01_focus.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_control_circle_button_01_press.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_control_circle_button_02.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_control_circle_button_02_focus.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_control_circle_button_02_press.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_control_circle_button_03.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_control_circle_button_03_focus.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_control_circle_button_03_press.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_play_popup_icon_minus.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_play_popup_icon_minus_press.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_play_popup_icon_plus.png [new file with mode: 0755]
playview/res/edje/images/button/T01-2_play_popup_icon_plus_press.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_Near_by_device.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_Near_by_device_dim.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_Near_by_device_press.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_back.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_bluetooth_headset.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_bluetooth_headset_press.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_check.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_check_dim.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_check_press.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_close.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_close_dim.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_close_press.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_lock.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_lock_dim.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_lock_press.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_more.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_more_dim_web.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_more_press_web.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_more_web.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_rotate.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_rotate_dim.png [new file with mode: 0755]
playview/res/edje/images/button/T01_2_icon_rotate_press.png [new file with mode: 0755]
playview/res/edje/images/button/T02_icon_soundPath.png [new file with mode: 0755]
playview/res/edje/images/button/T02_icon_speaker.png [new file with mode: 0755]
playview/res/edje/images/button/T02_icon_speaker_dim.png [new file with mode: 0755]
playview/res/edje/images/button/T02_icon_speaker_press.png [new file with mode: 0755]
playview/res/edje/images/button/core_icon_back.png [new file with mode: 0755]
playview/res/edje/images/capture/T01-2_icon_left.png [new file with mode: 0755]
playview/res/edje/images/capture/T01-2_icon_left_dim.png [new file with mode: 0755]
playview/res/edje/images/capture/T01-2_icon_left_press.png [new file with mode: 0755]
playview/res/edje/images/capture/T01-2_icon_right.png [new file with mode: 0755]
playview/res/edje/images/capture/T01-2_icon_right_dim.png [new file with mode: 0755]
playview/res/edje/images/capture/T01-2_icon_right_press.png [new file with mode: 0755]
playview/res/edje/images/capture/T01_2_icon_capture.png [new file with mode: 0755]
playview/res/edje/images/capture/T01_2_icon_capture_dim.png [new file with mode: 0755]
playview/res/edje/images/capture/T01_2_icon_capture_press.png [new file with mode: 0755]
playview/res/edje/images/chapter/T01_2_thumbnail_shadow.png [new file with mode: 0755]
playview/res/edje/images/chapter/T01_2_thumbnail_shadow_h.png [new file with mode: 0755]
playview/res/edje/images/control/T01-2_control_bg.png [new file with mode: 0755]
playview/res/edje/images/control/T01-2_control_bg_h.png [new file with mode: 0755]
playview/res/edje/images/control/T01-2_control_circle_icon_next.png [new file with mode: 0755]
playview/res/edje/images/control/T01-2_control_circle_icon_pause.png [new file with mode: 0755]
playview/res/edje/images/control/T01-2_control_circle_icon_play.png [new file with mode: 0755]
playview/res/edje/images/control/T01-2_control_circle_icon_reverse.png [new file with mode: 0755]
playview/res/edje/images/control/T01-2_control_circle_icon_rewind.png [new file with mode: 0755]
playview/res/edje/images/control/T01_2_control_circle_icon_forward.png [new file with mode: 0755]
playview/res/edje/images/control/T01_2_control_circle_icon_reverse.png [new file with mode: 0755]
playview/res/edje/images/dmc/T01_2_device_connect_arrow_01.png [new file with mode: 0755]
playview/res/edje/images/dmc/T01_2_device_connect_arrow_02.png [new file with mode: 0755]
playview/res/edje/images/dmc/T01_2_device_connect_arrow_03.png [new file with mode: 0755]
playview/res/edje/images/dmc/T01_2_device_connect_arrow_04.png [new file with mode: 0755]
playview/res/edje/images/dmc/T01_2_image_mydevice.png [new file with mode: 0755]
playview/res/edje/images/dmc/T01_2_image_tv.png [new file with mode: 0755]
playview/res/edje/images/dmc/T02_player_all_share.png [new file with mode: 0755]
playview/res/edje/images/function/T01-2_control_icon_mute.png [new file with mode: 0755]
playview/res/edje/images/function/T01-2_control_icon_mute_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01-2_control_icon_mute_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_bookmark.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_bookmark_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_bookmark_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_detail.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_detail_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_detail_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_multi_window.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_multi_window_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_multi_window_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_repeat_all.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_repeat_all_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_repeat_all_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_repeat_mode.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_repeat_mode_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_repeat_mode_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_repeat_once.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_repeat_once_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_repeat_once_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode02.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode02_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode02_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode03.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode03_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode03_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode04.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode04_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode04_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_screenmode_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_share.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_share_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_share_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_soundalive.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_soundalive_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_soundalive_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_trim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_trim_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_trim_press.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_volume.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_volume_dim.png [new file with mode: 0755]
playview/res/edje/images/function/T01_2_control_icon_volume_press.png [new file with mode: 0755]
playview/res/edje/images/function/player_popup_view_icon_nomal.png [new file with mode: 0755]
playview/res/edje/images/genlist/00_focus.png [new file with mode: 0755]
playview/res/edje/images/genlist/00_focus_dark.png [new file with mode: 0755]
playview/res/edje/images/genlist/00_list_group_bg.png [new file with mode: 0755]
playview/res/edje/images/genlist/00_list_group_bg_dark.png [new file with mode: 0755]
playview/res/edje/images/genlist/00_list_group_bg_press.png [new file with mode: 0755]
playview/res/edje/images/genlist/00_list_group_bg_press_dark.png [new file with mode: 0755]
playview/res/edje/images/genlist/00_popup_list_press.png [new file with mode: 0755]
playview/res/edje/images/genlist/00_popup_list_press_dark.png [new file with mode: 0755]
playview/res/edje/images/genlist/preview_settings_bg.png [new file with mode: 0755]
playview/res/edje/images/jump/T01_2_jump_L_01.png [new file with mode: 0755]
playview/res/edje/images/jump/T01_2_jump_L_02.png [new file with mode: 0755]
playview/res/edje/images/jump/T01_2_jump_L_03.png [new file with mode: 0755]
playview/res/edje/images/jump/T01_2_jump_R_01.png [new file with mode: 0755]
playview/res/edje/images/jump/T01_2_jump_R_02.png [new file with mode: 0755]
playview/res/edje/images/jump/T01_2_jump_R_03.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/album_frame.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_button_66.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_button_66_focus.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_button_66_press.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_button_84.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_button_84_focus.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_button_84_press.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_ff.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_ff_dim.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_ff_press.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_pause.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_pause_dim.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_pause_press.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_play.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_play_dim.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_play_press.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_rewind.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_rewind_dim.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_rewind_press.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_stop.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_stop_dim.png [new file with mode: 0755]
playview/res/edje/images/lock_screen/control_circle_icon_stop_press.png [new file with mode: 0755]
playview/res/edje/images/micro_control/T01-2_Control_detail_text_bg.png [new file with mode: 0755]
playview/res/edje/images/micro_control/T01_2_micro_control_up_01.png [new file with mode: 0755]
playview/res/edje/images/micro_control/T01_2_micro_control_up_02.png [new file with mode: 0755]
playview/res/edje/images/micro_control/T01_2_micro_control_up_03.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/A01_15_popup_No_device.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/album_frame.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/bg_btn_player_01.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/bg_btn_player_01_ef.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/bg_btn_player_02.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/bg_btn_player_02_ef.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_close_dim.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_close_nor.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_close_press.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_controller_close.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_video_close_nor.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_video_close_press.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_video_next_nor.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_video_next_press.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_video_pause_nor.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_video_pause_press.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_video_play_nor.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_video_play_press.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_video_prev_nor.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/btn_video_prev_press.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/control_circle_icon_stop.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/icon_player_next.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/icon_player_pause.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/icon_player_play.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/icon_player_prev.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/music_btn_player_next_nor.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/music_btn_player_pause_nor.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/music_btn_player_play_nor.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/music_btn_player_prev_nor.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/video_progress.png [new file with mode: 0755]
playview/res/edje/images/mini_controller/video_progress_bg.png [new file with mode: 0755]
playview/res/edje/images/more/icon_add_to_home.png [new file with mode: 0755]
playview/res/edje/images/more/icon_chapter_preview.png [new file with mode: 0755]
playview/res/edje/images/more/icon_detail.png [new file with mode: 0755]
playview/res/edje/images/more/icon_download.png [new file with mode: 0755]
playview/res/edje/images/more/icon_nearbydevices.png [new file with mode: 0755]
playview/res/edje/images/more/icon_setting.png [new file with mode: 0755]
playview/res/edje/images/more/icon_share_via.png [new file with mode: 0755]
playview/res/edje/images/more/icon_trim.png [new file with mode: 0755]
playview/res/edje/images/multi/Mw_title_icon_press_bg.png [new file with mode: 0755]
playview/res/edje/images/multi/T01-2_multiscreen_player_bg.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_bg_center.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_bg_center_press.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_bg_left.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_bg_left_press.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_bg_right.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_bg_right_press.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_icon_ff.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_icon_ff_press.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_icon_pause.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_icon_pause_press.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_icon_play.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_icon_play_press.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_icon_rew.png [new file with mode: 0755]
playview/res/edje/images/multi/T01_2_mw_control_icon_rew_press.png [new file with mode: 0755]
playview/res/edje/images/multi/mw_frame.png [new file with mode: 0755]
playview/res/edje/images/multi/mw_frame_handler.png [new file with mode: 0755]
playview/res/edje/images/multi/mw_frame_handler_press.png [new file with mode: 0755]
playview/res/edje/images/multi/mw_title_bg.#.png [new file with mode: 0755]
playview/res/edje/images/multi/mw_title_bg_ef.#.png [new file with mode: 0755]
playview/res/edje/images/multi/mw_title_bg_focus.#.png [new file with mode: 0755]
playview/res/edje/images/multi/mw_title_bg_focus_ef.#.png [new file with mode: 0755]
playview/res/edje/images/multi/mw_title_bg_press.png [new file with mode: 0755]
playview/res/edje/images/multi/mw_title_divider.png [new file with mode: 0755]
playview/res/edje/images/multi/mw_title_focus.#.png [new file with mode: 0755]
playview/res/edje/images/multi/mw_title_focus_bg_press.#.png [new file with mode: 0755]
playview/res/edje/images/multi/my_title_icon_delete.png [new file with mode: 0755]
playview/res/edje/images/multi/my_title_icon_delete_ef_press.png [new file with mode: 0755]
playview/res/edje/images/multi/my_title_icon_delete_press.png [new file with mode: 0755]
playview/res/edje/images/multi/my_title_icon_maximize.png [new file with mode: 0755]
playview/res/edje/images/multi/my_title_icon_maximize_ef_press.png [new file with mode: 0755]
playview/res/edje/images/multi/my_title_icon_maximize_press.png [new file with mode: 0755]
playview/res/edje/images/multi/my_title_icon_mimimize.png [new file with mode: 0755]
playview/res/edje/images/multi/my_title_icon_mimimize_ef_press.png [new file with mode: 0755]
playview/res/edje/images/multi/my_title_icon_mimimize_press.png [new file with mode: 0755]
playview/res/edje/images/nearby_device/T02_Player_Nearby_device_01.png [new file with mode: 0755]
playview/res/edje/images/nearby_device/T02_Player_Nearby_device_02.png [new file with mode: 0755]
playview/res/edje/images/nearby_device/U04_connecting_ani_01.png [new file with mode: 0755]
playview/res/edje/images/nearby_device/U04_connecting_ani_02.png [new file with mode: 0755]
playview/res/edje/images/nearby_device/U04_connecting_ani_03.png [new file with mode: 0755]
playview/res/edje/images/nearby_device/U04_connecting_ani_04.png [new file with mode: 0755]
playview/res/edje/images/player_error_screen.png [new file with mode: 0755]
playview/res/edje/images/popup/T01-2_volume_popup_icon_brightness.png [new file with mode: 0755]
playview/res/edje/images/popup/T01-2_volume_popup_icon_volume01.png [new file with mode: 0755]
playview/res/edje/images/popup/T01-2_volume_popup_icon_volume02.png [new file with mode: 0755]
playview/res/edje/images/popup/U05_help_popup_sbeam.png [new file with mode: 0755]
playview/res/edje/images/progressbar/T01_2_control_progress_handle.png [new file with mode: 0755]
playview/res/edje/images/progressbar/T01_2_control_progress_handle_press.png [new file with mode: 0755]
playview/res/edje/images/progressbar/core_progress_bar.#.png [new file with mode: 0755]
playview/res/edje/images/sensor/B15_turn_over_01.png [new file with mode: 0755]
playview/res/edje/images/sensor/B15_turn_over_02.png [new file with mode: 0755]
playview/res/edje/images/sensor/B15_turn_over_03.png [new file with mode: 0755]
playview/res/edje/images/sound_only.png [new file with mode: 0755]
playview/res/edje/images/tag/T01-1_Tag_buddy_settings_bg.png [new file with mode: 0755]
playview/res/edje/images/tag/T01-1_logo_accuweather.png [new file with mode: 0755]
playview/res/edje/images/tag/T01_2_icon_tag_buddy_cplogo.PNG [new file with mode: 0755]
playview/res/edje/images/tag/U07_weather_logo.png [new file with mode: 0755]
playview/res/edje/images/trim/T01_2_trim_left.png [new file with mode: 0755]
playview/res/edje/images/trim/T01_2_trim_picker.png [new file with mode: 0755]
playview/res/edje/images/trim/T01_2_trim_right.png [new file with mode: 0755]
playview/res/edje/images/volume/T01_2_volume_popup_bg.png [new file with mode: 0755]
playview/res/edje/images/volume/T01_2_volume_popup_progress_bar.png [new file with mode: 0755]
playview/res/edje/images/volume/T01_2_volume_popup_progress_bg.png [new file with mode: 0755]
playview/res/edje/images/volume/T01_2_volume_popup_progress_handle.png [new file with mode: 0755]
playview/res/edje/images/volume/T01_2_volume_popup_progress_handle_press.png [new file with mode: 0755]
playview/res/edje/pv-bookmark-item.edc [new file with mode: 0755]
playview/res/edje/pv-bookmark.edc [new file with mode: 0755]
playview/res/edje/pv-brightness-popup.edc [new file with mode: 0755]
playview/res/edje/pv-chapter-main-new.edc [new file with mode: 0755]
playview/res/edje/pv-colorselector.edc [new file with mode: 0755]
playview/res/edje/pv-custom-winset.edc [new file with mode: 0755]
playview/res/edje/pv-gesture.edc [new file with mode: 0755]
playview/res/edje/pv-image.edc [new file with mode: 0755]
playview/res/edje/pv-lockscreenmini.edc [new file with mode: 0755]
playview/res/edje/pv-macro.edc [new file with mode: 0755]
playview/res/edje/pv-minicontroller.edc [new file with mode: 0755]
playview/res/edje/pv-multi-main.edc [new file with mode: 0755]
playview/res/edje/pv-normal-control.edc [new file with mode: 0755]
playview/res/edje/pv-normal-function.edc [new file with mode: 0755]
playview/res/edje/pv-normal-main.edc [new file with mode: 0755]
playview/res/edje/pv-normal-top-control.edc [new file with mode: 0755]
playview/res/edje/pv-popup.edc [new file with mode: 0755]
playview/res/edje/pv-progressbar.edc [new file with mode: 0755]
playview/res/edje/pv-resource.edc [new file with mode: 0755]
playview/res/edje/pv-sensor-popup.edc [new file with mode: 0755]
playview/res/edje/pv-speed-popup.edc [new file with mode: 0755]
playview/res/edje/pv-subtitle-color-popup.edc [new file with mode: 0755]
playview/res/edje/pv-subtitle.edc [new file with mode: 0755]
playview/res/edje/pv-tag-buddy.edc [new file with mode: 0755]
playview/res/edje/pv-tag-preview.edc [new file with mode: 0755]
playview/res/edje/pv-trim-control.edc [new file with mode: 0755]
playview/res/edje/pv-trim-item.edc [new file with mode: 0755]
playview/res/edje/pv-trim-main.edc [new file with mode: 0755]
playview/res/edje/pv-trim-top-control.edc [new file with mode: 0755]
playview/res/edje/pv-volume-popup.edc [new file with mode: 0755]
playview/res/edje/pv-volume.edc [new file with mode: 0755]
playview/res/edje/pv-zoom-guide.edc [new file with mode: 0755]
playview/src/common/include/vp-play-config.h [new file with mode: 0755]
playview/src/common/include/vp-play-preference.h [new file with mode: 0755]
playview/src/common/include/vp-play-ug.h [new file with mode: 0755]
playview/src/common/include/vp-play-util.h [new file with mode: 0755]
playview/src/common/vp-play-config.c [new file with mode: 0755]
playview/src/common/vp-play-preference.c [new file with mode: 0755]
playview/src/common/vp-play-ug.c [new file with mode: 0755]
playview/src/common/vp-play-util.c [new file with mode: 0755]
playview/src/core/include/vp-avrcp.h [new file with mode: 0755]
playview/src/core/include/vp-device-language.h [new file with mode: 0755]
playview/src/core/include/vp-device.h [new file with mode: 0755]
playview/src/core/include/vp-hollic.h [new file with mode: 0755]
playview/src/core/include/vp-image-util.h [new file with mode: 0755]
playview/src/core/include/vp-media-contents.h [new file with mode: 0755]
playview/src/core/include/vp-media-key.h [new file with mode: 0755]
playview/src/core/include/vp-mm-player.h [new file with mode: 0755]
playview/src/core/include/vp-multi-path.h [new file with mode: 0755]
playview/src/core/include/vp-sensor.h [new file with mode: 0755]
playview/src/core/include/vp-sound.h [new file with mode: 0755]
playview/src/core/vp-avrcp.c [new file with mode: 0755]
playview/src/core/vp-device-language.c [new file with mode: 0755]
playview/src/core/vp-device.c [new file with mode: 0755]
playview/src/core/vp-hollic.c [new file with mode: 0755]
playview/src/core/vp-image-util.c [new file with mode: 0755]
playview/src/core/vp-media-contents.c [new file with mode: 0755]
playview/src/core/vp-media-key.c [new file with mode: 0755]
playview/src/core/vp-mm-player.c [new file with mode: 0755]
playview/src/core/vp-multi-path.c [new file with mode: 0755]
playview/src/core/vp-sensor.c [new file with mode: 0755]
playview/src/core/vp-sound.c [new file with mode: 0755]
playview/src/feature/include/vp-audio-track.h [new file with mode: 0755]
playview/src/feature/include/vp-capture.h [new file with mode: 0755]
playview/src/feature/include/vp-detail.h [new file with mode: 0755]
playview/src/feature/include/vp-play-speed.h [new file with mode: 0755]
playview/src/feature/include/vp-repeat.h [new file with mode: 0755]
playview/src/feature/include/vp-setting.h [new file with mode: 0755]
playview/src/feature/include/vp-share.h [new file with mode: 0755]
playview/src/feature/include/vp-sound-alive.h [new file with mode: 0755]
playview/src/feature/include/vp-sound-path.h [new file with mode: 0755]
playview/src/feature/include/vp-subtitle-alignment.h [new file with mode: 0755]
playview/src/feature/include/vp-subtitle-bg-color.h [new file with mode: 0755]
playview/src/feature/include/vp-subtitle-color.h [new file with mode: 0755]
playview/src/feature/include/vp-subtitle-edge.h [new file with mode: 0755]
playview/src/feature/include/vp-subtitle-font.h [new file with mode: 0755]
playview/src/feature/include/vp-subtitle-select.h [new file with mode: 0755]
playview/src/feature/include/vp-subtitle-size.h [new file with mode: 0755]
playview/src/feature/include/vp-subtitle-sync.h [new file with mode: 0755]
playview/src/feature/include/vp-subtitle-track.h [new file with mode: 0755]
playview/src/feature/include/vp-subtitle.h [new file with mode: 0755]
playview/src/feature/include/vp-zoom-guide.h [new file with mode: 0755]
playview/src/feature/vp-audio-track.c [new file with mode: 0755]
playview/src/feature/vp-capture.c [new file with mode: 0755]
playview/src/feature/vp-detail.c [new file with mode: 0755]
playview/src/feature/vp-play-speed.c [new file with mode: 0755]
playview/src/feature/vp-repeat.c [new file with mode: 0755]
playview/src/feature/vp-setting.c [new file with mode: 0755]
playview/src/feature/vp-share.c [new file with mode: 0755]
playview/src/feature/vp-sound-alive.c [new file with mode: 0755]
playview/src/feature/vp-sound-path.c [new file with mode: 0755]
playview/src/feature/vp-subtitle-alignment.c [new file with mode: 0755]
playview/src/feature/vp-subtitle-bg-color.c [new file with mode: 0755]
playview/src/feature/vp-subtitle-color.c [new file with mode: 0755]
playview/src/feature/vp-subtitle-edge.c [new file with mode: 0755]
playview/src/feature/vp-subtitle-font.c [new file with mode: 0755]
playview/src/feature/vp-subtitle-select.c [new file with mode: 0755]
playview/src/feature/vp-subtitle-size.c [new file with mode: 0755]
playview/src/feature/vp-subtitle-sync.c [new file with mode: 0755]
playview/src/feature/vp-subtitle-track.c [new file with mode: 0755]
playview/src/feature/vp-subtitle.c [new file with mode: 0755]
playview/src/feature/vp-zoom-guide.c [new file with mode: 0755]
playview/src/include/vp-play-macro-define.h [new file with mode: 0755]
playview/src/include/vp-play-string-define.h [new file with mode: 0755]
playview/src/include/vp-play-value-define.h [new file with mode: 0755]
playview/src/view/include/vp-play-normal-view.h [new file with mode: 0755]
playview/src/view/include/vp-play-view-priv.h [new file with mode: 0755]
playview/src/view/vp-play-normal-view.c [new file with mode: 0755]
playview/src/vp-play-view.c [new file with mode: 0755]
playview/src/widget/include/vp-play-bookmark.h [new file with mode: 0755]
playview/src/widget/include/vp-play-brightness-popup.h [new file with mode: 0755]
playview/src/widget/include/vp-play-button.h [new file with mode: 0755]
playview/src/widget/include/vp-play-loading-ani.h [new file with mode: 0755]
playview/src/widget/include/vp-play-lockscreenmc.h [new file with mode: 0755]
playview/src/widget/include/vp-play-minicontroller.h [new file with mode: 0755]
playview/src/widget/include/vp-play-more.h [new file with mode: 0755]
playview/src/widget/include/vp-play-popup.h [new file with mode: 0755]
playview/src/widget/include/vp-play-progressbar.h [new file with mode: 0755]
playview/src/widget/include/vp-play-subtitle.h [new file with mode: 0755]
playview/src/widget/include/vp-play-volume-popup.h [new file with mode: 0755]
playview/src/widget/include/vp-play-volume.h [new file with mode: 0755]
playview/src/widget/vp-play-bookmark.c [new file with mode: 0755]
playview/src/widget/vp-play-brightness-popup.c [new file with mode: 0755]
playview/src/widget/vp-play-button.c [new file with mode: 0755]
playview/src/widget/vp-play-loading-ani.c [new file with mode: 0755]
playview/src/widget/vp-play-lockscreenmc.c [new file with mode: 0755]
playview/src/widget/vp-play-minicontroller.c [new file with mode: 0755]
playview/src/widget/vp-play-more.c [new file with mode: 0755]
playview/src/widget/vp-play-popup.c [new file with mode: 0755]
playview/src/widget/vp-play-progressbar.c [new file with mode: 0755]
playview/src/widget/vp-play-subtitle.c [new file with mode: 0755]
playview/src/widget/vp-play-volume-popup.c [new file with mode: 0755]
playview/src/widget/vp-play-volume.c [new file with mode: 0755]
project_def.prop [new file with mode: 0755]
res/edje/button-pressed.wav [new file with mode: 0755]
res/edje/edc_image_macro.edc [new file with mode: 0755]
res/edje/image_res.edc [new file with mode: 0755]
res/edje/landscape_thumbnail.edc [new file with mode: 0755]
res/edje/panel.edc [new file with mode: 0755]
res/edje/popup_progressbar.edc [new file with mode: 0755]
res/edje/vp-button-white.edc [new file with mode: 0755]
res/edje/vp-check.edc [new file with mode: 0755]
res/edje/vp-controlbar.edc [new file with mode: 0755]
res/edje/vp-ctxpopup-option.edc [new file with mode: 0755]
res/edje/vp-ctxpopup.edc [new file with mode: 0755]
res/edje/vp-custom-genlist-miltiline.edc [new file with mode: 0755]
res/edje/vp-custom-winset-style.edc [new file with mode: 0755]
res/edje/vp-detail-popup.edc [new file with mode: 0755]
res/edje/vp-device-list-internal.edc [new file with mode: 0755]
res/edje/vp-entry-popup.edc [new file with mode: 0755]
res/edje/vp-gengrid-custom.edc [new file with mode: 0755]
res/edje/vp-gengrid.edc [new file with mode: 0755]
res/edje/vp-genlist-custom.edc [new file with mode: 0755]
res/edje/vp-genlist-no-item.edc [new file with mode: 0755]
res/edje/vp-images.edc [new file with mode: 0755]
res/edje/vp-layout.edc [new file with mode: 0755]
res/edje/vp-main-layout.edc [new file with mode: 0755]
res/edje/vp-main-listview-internal.edc [new file with mode: 0755]
res/edje/vp-main-listview-preview.edc [new file with mode: 0755]
res/edje/vp-motion-popup.edc [new file with mode: 0755]
res/edje/vp-naviframe.edc [new file with mode: 0755]
res/edje/vp-nocontents.edc [new file with mode: 0755]
res/edje/vp-numberinfo.edc [new file with mode: 0755]
res/edje/vp-progressbar-list.edc [new file with mode: 0755]
res/edje/vp-remove-list-internal.edc [new file with mode: 0755]
res/edje/vp-scroller-custom.edc [new file with mode: 0755]
res/edje/vp-search-view-internal.edc [new file with mode: 0755]
res/edje/vp-speedbox-popup.edc [new file with mode: 0755]
res/edje/vp-thumbnail-view.edc [new file with mode: 0755]
res/edje/vp-toolbar.edc [new file with mode: 0755]
res/edje/vp_font.edc [new file with mode: 0755]
res/images/00_check_bg_dim.png [new file with mode: 0755]
res/images/00_focus.png [new file with mode: 0755]
res/images/00_grid_select_check.png [new file with mode: 0755]
res/images/00_list_group_bg.png [new file with mode: 0755]
res/images/00_list_group_bg_press.png [new file with mode: 0755]
res/images/00_popup_list_press.png [new file with mode: 0755]
res/images/00_scroll_bar.png [new file with mode: 0755]
res/images/00_scroll_bar_h.png [new file with mode: 0755]
res/images/00_scroll_bar_v.png [new file with mode: 0755]
res/images/00_sweep_list_bg.png [new file with mode: 0755]
res/images/00_thumbs_bg_focus.png [new file with mode: 0755]
res/images/00_thumbs_line_bg.png [new file with mode: 0755]
res/images/00_thumbs_loading_bg.png [new file with mode: 0755]
res/images/00_winset_list_progress_bg.png [new file with mode: 0755]
res/images/00_winset_thumbs_bg.png [new file with mode: 0755]
res/images/00_winset_thumbs_focus_bg.png [new file with mode: 0755]
res/images/T01-2_control_circle_icon_play.png [new file with mode: 0755]
res/images/T01-2_hold_icon_lock.png [new file with mode: 0755]
res/images/T01-2_icon_toolbar_cancel.png [new file with mode: 0755]
res/images/T01-2_progress_bar.png [new file with mode: 0755]
res/images/T01-2_progress_bg.png [new file with mode: 0755]
res/images/T01-2_progress_bg_02.png [new file with mode: 0755]
res/images/T01-2_video_noitem.png [new file with mode: 0755]
res/images/T01-2_video_thumbnail_view_bg.png [new file with mode: 0755]
res/images/T01_Nocontents_multimedia.png [new file with mode: 0755]
res/images/T01_check.png [new file with mode: 0755]
res/images/T01_checkbox.png [new file with mode: 0755]
res/images/T01_grid_select_check.png [new file with mode: 0755]
res/images/T01_icon_soft_back.png [new file with mode: 0755]
res/images/T01_icon_soft_back_blabk.png [new file with mode: 0755]
res/images/T01_toolbar_bg.png [new file with mode: 0755]
res/images/T01_toolbar_press.png [new file with mode: 0755]
res/images/T01_video_list_progress_bar.png [new file with mode: 0755]
res/images/core_theme_bg_01.png [new file with mode: 0755]
res/images/download/T01-2_video_thumbnail_view_default.png [new file with mode: 0755]
res/images/download/T01-2_video_thumbnail_view_default_h.png [new file with mode: 0755]
res/images/download/T01-2_video_thumbnail_view_hd.png [new file with mode: 0755]
res/images/download/T01-2_video_thumbnail_view_hd_press.png [new file with mode: 0755]
res/images/download/T01-2_video_thumbnail_view_sd.png [new file with mode: 0755]
res/images/download/T01-2_video_thumbnail_view_sd_press.png [new file with mode: 0755]
res/images/genlist/00_focus.png [new file with mode: 0755]
res/images/genlist/00_list_group_bg.png [new file with mode: 0755]
res/images/genlist/00_list_group_bg_press.png [new file with mode: 0755]
res/images/genlist/00_popup_list_press.png [new file with mode: 0755]
res/images/icon/T01-2_video_noitem.png [new file with mode: 0755]
res/images/icon/T01-2_video_thumbnail_default.png [new file with mode: 0755]
res/images/icon/T01_2_button_expand_cancel.png [new file with mode: 0755]
res/images/icon/T01_2_button_expand_cancel_press.png [new file with mode: 0755]
res/images/icon/T01_2_button_expand_download.png [new file with mode: 0755]
res/images/icon/T01_2_button_expand_download_press.png [new file with mode: 0755]
res/images/icon/T01_2_button_expand_play.png [new file with mode: 0755]
res/images/icon/T01_2_button_expand_stop.png [new file with mode: 0755]
res/images/icon/T01_2_icon_search.png [new file with mode: 0755]
res/images/icon/T01_2_icon_video.png [new file with mode: 0755]
res/images/icon/T01_2_list_icon_inner_usb.png [new file with mode: 0755]
res/images/icon/T01_2_list_icon_sd_card.png [new file with mode: 0755]
res/images/icon/T01_2_thumbnail_icon_drop_box.png [new file with mode: 0755]
res/images/icon/T01_2_video_lock_45x45.png [new file with mode: 0755]
res/images/icon/T01_Device_icon_index_refresh_bg.png [new file with mode: 0755]
res/images/icon/T01_Device_icon_index_refresh_focus_ef.png [new file with mode: 0755]
res/images/icon/T02_icon_edit.png [new file with mode: 0755]
res/images/icon/U04_device_Camcorder.png [new file with mode: 0755]
res/images/icon/U04_device_Camera.png [new file with mode: 0755]
res/images/icon/U04_device_Mobile.png [new file with mode: 0755]
res/images/icon/U04_device_None_DNS.png [new file with mode: 0755]
res/images/icon/U04_device_PC.png [new file with mode: 0755]
res/images/icon/U04_device_STB.png [new file with mode: 0755]
res/images/icon/U04_device_TV.png [new file with mode: 0755]
res/images/icon/player_folder_list_icon_dropbox.png [new file with mode: 0755]
res/images/icon/player_folder_list_icon_dropbox_ef.png [new file with mode: 0755]
res/images/icon/player_folder_list_icon_folder.png [new file with mode: 0755]
res/images/icon/player_folder_list_icon_folder_ef.png [new file with mode: 0755]
res/images/org.tizen.video-player.png [new file with mode: 0755]
res/images/org.tizen.videos.png [new file with mode: 0755]
res/images/player_library_list_thumbnail_default.png [new file with mode: 0755]
res/images/sound_only.png [new file with mode: 0755]
res/images/title_line_top_video.png [new file with mode: 0755]
res/images/toolbar/T01-2_btn_toolbar_back.png [new file with mode: 0755]
res/images/toolbar/T01-2_controlbar_icon_recorded.png [new file with mode: 0755]
res/images/toolbar/T01-2_controlbar_icon_video.png [new file with mode: 0755]
res/images/toolbar/T01-2_icon_toolbar_cancel.png [new file with mode: 0755]
res/images/toolbar/T01-2_icon_toolbar_done.png [new file with mode: 0755]
res/images/toolbar/icon_delete.png [new file with mode: 0755]
res/images/toolbar/icon_download.png [new file with mode: 0755]
res/images/toolbar/icon_nearbydevices.png [new file with mode: 0755]
res/images/toolbar/icon_refresh.png [new file with mode: 0755]
res/images/toolbar/icon_share_via.png [new file with mode: 0755]
res/images/toolbar/icon_signin.png [new file with mode: 0755]
res/images/toolbar/icon_sort_by.png [new file with mode: 0755]
res/images/toolbar/icon_view_as.png [new file with mode: 0755]
res/images/toolbar/more_button_icon_add_to_your_personal_storage.png [new file with mode: 0755]
res/images/toolbar/more_button_icon_remove_from_your_personal_storage.png [new file with mode: 0755]
res/images/turn_over/B15_turn_over_01.png [new file with mode: 0755]
res/images/turn_over/B15_turn_over_02.png [new file with mode: 0755]
res/images/turn_over/B15_turn_over_03.png [new file with mode: 0755]
res/images/video_preview.png [new file with mode: 0755]
res/images/video_preview_l.png [new file with mode: 0755]
res/images/white/common/00_button_01.png [new file with mode: 0755]
res/images/white/common/00_button_01_press.png [new file with mode: 0755]
res/images/white/common/00_popup_bubble_bg.png [new file with mode: 0755]
res/images/white/common/00_popup_scroll.9.png [new file with mode: 0755]
res/images/white/common/00_popup_tail_bottom.png [new file with mode: 0755]
res/images/white/common/00_popup_tail_left.png [new file with mode: 0755]
res/images/white/common/00_popup_tail_right.png [new file with mode: 0755]
res/images/white/common/00_popup_tail_top.png [new file with mode: 0755]
res/images/white/common/00_winset_control_toolbar_bg.png [new file with mode: 0755]
res/images/white/common/01_scroller.png [new file with mode: 0755]
res/images/white/common/T01-2_popup_arrow.png [new file with mode: 0755]
res/images/white/common/T01-2_popup_bg.png [new file with mode: 0755]
res/po/CMakeLists.txt [new file with mode: 0755]
res/po/ar.po [new file with mode: 0755]
res/po/az.po [new file with mode: 0755]
res/po/bg.po [new file with mode: 0755]
res/po/ca.po [new file with mode: 0755]
res/po/cs.po [new file with mode: 0755]
res/po/da.po [new file with mode: 0755]
res/po/de.po [new file with mode: 0755]
res/po/el_GR.po [new file with mode: 0755]
res/po/en.po [new file with mode: 0755]
res/po/en_PH.po [new file with mode: 0755]
res/po/en_US.po [new file with mode: 0755]
res/po/es_ES.po [new file with mode: 0755]
res/po/es_US.po [new file with mode: 0755]
res/po/et.po [new file with mode: 0755]
res/po/eu.po [new file with mode: 0755]
res/po/fi.po [new file with mode: 0755]
res/po/fr.po [new file with mode: 0755]
res/po/fr_CA.po [new file with mode: 0755]
res/po/ga.po [new file with mode: 0755]
res/po/gl.po [new file with mode: 0755]
res/po/hi.po [new file with mode: 0755]
res/po/hr.po [new file with mode: 0755]
res/po/hu.po [new file with mode: 0755]
res/po/hy.po [new file with mode: 0755]
res/po/is.po [new file with mode: 0755]
res/po/it_IT.po [new file with mode: 0755]
res/po/ja_JP.po [new file with mode: 0755]
res/po/ka.po [new file with mode: 0755]
res/po/kk.po [new file with mode: 0755]
res/po/ko_KR.po [new file with mode: 0755]
res/po/lt.po [new file with mode: 0755]
res/po/lv.po [new file with mode: 0755]
res/po/mk.po [new file with mode: 0755]
res/po/nb.po [new file with mode: 0755]
res/po/nl.po [new file with mode: 0755]
res/po/pl.po [new file with mode: 0755]
res/po/pt_BR.po [new file with mode: 0755]
res/po/pt_PT.po [new file with mode: 0755]
res/po/ro.po [new file with mode: 0755]
res/po/ru_RU.po [new file with mode: 0755]
res/po/sk.po [new file with mode: 0755]
res/po/sl.po [new file with mode: 0755]
res/po/sr.po [new file with mode: 0755]
res/po/sv.po [new file with mode: 0755]
res/po/tr_TR.po [new file with mode: 0755]
res/po/uk.po [new file with mode: 0755]
res/po/uz.po [new file with mode: 0755]
res/po/zh_CN.po [new file with mode: 0755]
res/po/zh_HK.po [new file with mode: 0755]
res/po/zh_TW.po [new file with mode: 0755]
res/shared/res/video.edc [new file with mode: 0755]
shared/res/org.tizen.videos.png [new file with mode: 0755]
src/common/mp-drm-ctrl.c [new file with mode: 0755]
src/common/mp-rotate-ctrl.c [new file with mode: 0755]
src/common/mp-util-config.c [new file with mode: 0755]
src/common/mp-util-media-service.c [new file with mode: 0755]
src/common/mp-util-preference.c [new file with mode: 0755]
src/common/mp-util.c [new file with mode: 0755]
src/common/mp-video-info-ctrl.c [new file with mode: 0755]
src/common/mp-video-util-db-controller.c [new file with mode: 0755]
src/feature/mp-launching-video-displayer.c [new file with mode: 0755]
src/feature/mp-util-move.c [new file with mode: 0755]
src/video-player.c [new file with mode: 0755]
src/view/mp-library-view-mgr.c [new file with mode: 0755]
src/view/mp-video-detail-view.c [new file with mode: 0755]
src/view/mp-video-list-folder-share-via-view.c [new file with mode: 0755]
src/view/mp-video-list-personal-ctrl.c [new file with mode: 0755]
src/view/mp-video-list-personal-view.c [new file with mode: 0755]
src/view/mp-video-list-remove-ctrl.c [new file with mode: 0755]
src/view/mp-video-list-remove-view.c [new file with mode: 0755]
src/view/mp-video-list-share-via-view.c [new file with mode: 0755]
src/view/mp-video-list-view-common.c [new file with mode: 0755]
src/view/mp-video-list-view-folder.c [new file with mode: 0755]
src/view/mp-video-list-view-item-of-folder.c [new file with mode: 0755]
src/view/mp-video-list-view-main.c [new file with mode: 0755]
src/view/mp-video-list-view-normal.c [new file with mode: 0755]
src/view/mp-video-list-view-select.c [new file with mode: 0755]
src/view/mp-video-list-view-thumbnail.c [new file with mode: 0755]
src/view/mp-video-search-view.c [new file with mode: 0755]
src/viewMgr/videos-view-mgr.c [new file with mode: 0755]
src/widget/mp-external-ug.c [new file with mode: 0755]
src/widget/mp-footer-toolbar.c [new file with mode: 0755]
src/widget/mp-util-widget-ctrl.c [new file with mode: 0755]
src/widget/mp-video-list-auto-play-ctrl.c [new file with mode: 0755]
src/widget/mp-video-list-option-ctrl.c [new file with mode: 0755]
src/widget/mp-video-list-sort-ctrl.c [new file with mode: 0755]
src/widget/mp-video-list-view-as-ctrl.c [new file with mode: 0755]
src/widget/mp-video-nocontent-layout.c [new file with mode: 0755]
src/widget/mp-video-rename-ctrl.c [new file with mode: 0755]
src/widget/mp-video-view-popup-ctrl.c [new file with mode: 0755]
tizen-manifest.xml [new file with mode: 0755]
video-downloader/CMakeLists.txt [new file with mode: 0755]
video-downloader/include/VppDownload.h [new file with mode: 0755]
video-downloader/src/VppDownload.c [new file with mode: 0755]
vp-main/.cproject [new file with mode: 0755]
vp-main/.exportMap [new file with mode: 0755]
vp-main/.project [new file with mode: 0755]
vp-main/.tproject [new file with mode: 0755]
vp-main/Build/appendix.mk [new file with mode: 0755]
vp-main/Build/basedef.mk [new file with mode: 0755]
vp-main/Build/build_c.mk [new file with mode: 0755]
vp-main/Build/build_edc.mk [new file with mode: 0755]
vp-main/Build/build_po.mk [new file with mode: 0755]
vp-main/Build/flags.mk [new file with mode: 0755]
vp-main/Build/funcs.mk [new file with mode: 0755]
vp-main/Build/makefile [new file with mode: 0755]
vp-main/Build/makefile.mk [new file with mode: 0755]
vp-main/Build/platform.mk [new file with mode: 0755]
vp-main/Build/tooldef.mk [new file with mode: 0755]
vp-main/CMakeLists.txt [new file with mode: 0755]
vp-main/build_def.prop [new file with mode: 0755]
vp-main/include/serviceParser/vp-service-parser.h [new file with mode: 0755]
vp-main/include/vp-main.h [new file with mode: 0755]
vp-main/org.tizen.video-player.xml [new file with mode: 0755]
vp-main/playview/res/edje/custom/pv-custom-define.edj [new file with mode: 0755]
vp-main/playview/res/edje/custom/pv-custom-image.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-bookmark-item.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-bookmark.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-brightness-popup.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-chapter-main-new.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-colorselector.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-custom-winset.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-gesture.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-image.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-macro.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-minicontroller.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-multi-main.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-normal-control.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-normal-function.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-normal-main.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-normal-top-control.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-popup.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-progressbar.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-resource.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-sensor-popup.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-speed-popup.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-subtitle-color-popup.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-subtitle.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-tag-buddy.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-tag-preview.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-trim-control.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-trim-item.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-trim-main.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-trim-top-control.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-volume-popup.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-volume.edj [new file with mode: 0755]
vp-main/playview/res/edje/pv-zoom-guide.edj [new file with mode: 0755]
vp-main/project_def.prop [new file with mode: 0755]
vp-main/res/edje/custom/Tizen_Touch.wav [new file with mode: 0755]
vp-main/res/edje/custom/button-pressed.wav [new file with mode: 0755]
vp-main/res/edje/custom/pv-custom-button.edc [new file with mode: 0755]
vp-main/res/edje/custom/pv-custom-colorselector.edc [new file with mode: 0755]
vp-main/res/edje/custom/pv-custom-define.edc [new file with mode: 0755]
vp-main/res/edje/custom/pv-custom-gengrid-item.edc [new file with mode: 0755]
vp-main/res/edje/custom/pv-custom-genlist-item.edc [new file with mode: 0755]
vp-main/res/edje/custom/pv-custom-image.edc [new file with mode: 0755]
vp-main/res/edje/custom/pv-custom-layout.edc [new file with mode: 0755]
vp-main/res/edje/custom/pv-custom-naviframe.edc [new file with mode: 0755]
vp-main/res/edje/images/00_color_picker_palette_bg.png [new file with mode: 0755]
vp-main/res/edje/images/T01_2_video_thumbnail_default.png [new file with mode: 0755]
vp-main/res/edje/images/T01_no_video.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_AC_Wall.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_BD.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_Camcorder.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_Camera.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_Dongle.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_LFD.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_Mobile.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_None_DNS.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_PC.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_REF.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_ROBOT_VC.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_STB.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_TV.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_Tablet.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/120x120/U04_device_WM.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_AC_Wall.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_BD.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_Camcorder.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_Camera.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_Dongle.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_LFD.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_Mobile.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_None_DNS.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_PC.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_REF.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_ROBOT_VC.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_STB.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_TV.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_Tablet.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/device/81x81/U04_device_WM.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/voice/T01-2_icon_volume_control_bg.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/voice/T01-2_icon_volume_control_minus.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/voice/T01-2_icon_volume_control_minus_dim.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/voice/T01-2_icon_volume_control_minus_press.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/voice/T01-2_icon_volume_control_mute.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/voice/T01-2_icon_volume_control_mute_dim.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/voice/T01-2_icon_volume_control_mute_press.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/voice/T01-2_icon_volume_control_plus.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/voice/T01-2_icon_volume_control_plus_dim.png [new file with mode: 0755]
vp-main/res/edje/images/allshare/voice/T01-2_icon_volume_control_plus_press.png [new file with mode: 0755]
vp-main/res/edje/images/bookmark/T01_2_button_remove.png [new file with mode: 0755]
vp-main/res/edje/images/bookmark/T01_2_button_remove_press.png [new file with mode: 0755]
vp-main/res/edje/images/bookmark/T01_2_icon_bookmark_add.png [new file with mode: 0755]
vp-main/res/edje/images/bookmark/T01_2_icon_bookmark_add_press.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_00.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_01.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_02.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_03.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_04.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_05.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_06.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_07.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_08.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_09.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_10.png [new file with mode: 0755]
vp-main/res/edje/images/brightness/quick_icon_brightness_11.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_control_circle_button_01.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_control_circle_button_01_focus.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_control_circle_button_01_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_control_circle_button_02.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_control_circle_button_02_focus.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_control_circle_button_02_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_control_circle_button_03.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_control_circle_button_03_focus.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_control_circle_button_03_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_play_popup_icon_minus.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_play_popup_icon_minus_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_play_popup_icon_plus.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01-2_play_popup_icon_plus_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_Near_by_device.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_Near_by_device_dim.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_Near_by_device_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_back.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_bluetooth_headset.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_bluetooth_headset_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_check.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_check_dim.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_check_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_close.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_close_dim.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_close_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_lock.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_lock_dim.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_lock_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_more.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_more_dim_web.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_more_press_web.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_more_web.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_rotate.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_rotate_dim.png [new file with mode: 0755]
vp-main/res/edje/images/button/T01_2_icon_rotate_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/T02_icon_soundPath.png [new file with mode: 0755]
vp-main/res/edje/images/button/T02_icon_speaker.png [new file with mode: 0755]
vp-main/res/edje/images/button/T02_icon_speaker_dim.png [new file with mode: 0755]
vp-main/res/edje/images/button/T02_icon_speaker_press.png [new file with mode: 0755]
vp-main/res/edje/images/button/core_icon_back.png [new file with mode: 0755]
vp-main/res/edje/images/capture/T01-2_icon_left.png [new file with mode: 0755]
vp-main/res/edje/images/capture/T01-2_icon_left_dim.png [new file with mode: 0755]
vp-main/res/edje/images/capture/T01-2_icon_left_press.png [new file with mode: 0755]
vp-main/res/edje/images/capture/T01-2_icon_right.png [new file with mode: 0755]
vp-main/res/edje/images/capture/T01-2_icon_right_dim.png [new file with mode: 0755]
vp-main/res/edje/images/capture/T01-2_icon_right_press.png [new file with mode: 0755]
vp-main/res/edje/images/capture/T01_2_icon_capture.png [new file with mode: 0755]
vp-main/res/edje/images/capture/T01_2_icon_capture_dim.png [new file with mode: 0755]
vp-main/res/edje/images/capture/T01_2_icon_capture_press.png [new file with mode: 0755]
vp-main/res/edje/images/chapter/T01_2_thumbnail_shadow.png [new file with mode: 0755]
vp-main/res/edje/images/chapter/T01_2_thumbnail_shadow_h.png [new file with mode: 0755]
vp-main/res/edje/images/control/T01-2_control_bg.png [new file with mode: 0755]
vp-main/res/edje/images/control/T01-2_control_bg_h.png [new file with mode: 0755]
vp-main/res/edje/images/control/T01-2_control_circle_icon_next.png [new file with mode: 0755]
vp-main/res/edje/images/control/T01-2_control_circle_icon_pause.png [new file with mode: 0755]
vp-main/res/edje/images/control/T01-2_control_circle_icon_play.png [new file with mode: 0755]
vp-main/res/edje/images/control/T01-2_control_circle_icon_reverse.png [new file with mode: 0755]
vp-main/res/edje/images/control/T01-2_control_circle_icon_rewind.png [new file with mode: 0755]
vp-main/res/edje/images/control/T01_2_control_circle_icon_forward.png [new file with mode: 0755]
vp-main/res/edje/images/control/T01_2_control_circle_icon_reverse.png [new file with mode: 0755]
vp-main/res/edje/images/dmc/T01_2_device_connect_arrow_01.png [new file with mode: 0755]
vp-main/res/edje/images/dmc/T01_2_device_connect_arrow_02.png [new file with mode: 0755]
vp-main/res/edje/images/dmc/T01_2_device_connect_arrow_03.png [new file with mode: 0755]
vp-main/res/edje/images/dmc/T01_2_device_connect_arrow_04.png [new file with mode: 0755]
vp-main/res/edje/images/dmc/T01_2_image_mydevice.png [new file with mode: 0755]
vp-main/res/edje/images/dmc/T01_2_image_tv.png [new file with mode: 0755]
vp-main/res/edje/images/dmc/T02_player_all_share.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01-2_control_icon_mute.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01-2_control_icon_mute_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01-2_control_icon_mute_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_bookmark.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_bookmark_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_bookmark_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_detail.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_detail_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_detail_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_multi_window.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_multi_window_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_multi_window_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_repeat_all.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_repeat_all_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_repeat_all_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_repeat_mode.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_repeat_mode_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_repeat_mode_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_repeat_once.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_repeat_once_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_repeat_once_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode02.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode02_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode02_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode03.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode03_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode03_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode04.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode04_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode04_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_screenmode_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_share.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_share_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_share_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_soundalive.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_soundalive_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_soundalive_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_trim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_trim_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_trim_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_volume.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_volume_dim.png [new file with mode: 0755]
vp-main/res/edje/images/function/T01_2_control_icon_volume_press.png [new file with mode: 0755]
vp-main/res/edje/images/function/player_popup_view_icon_nomal.png [new file with mode: 0755]
vp-main/res/edje/images/genlist/00_focus.png [new file with mode: 0755]
vp-main/res/edje/images/genlist/00_focus_dark.png [new file with mode: 0755]
vp-main/res/edje/images/genlist/00_list_group_bg.png [new file with mode: 0755]
vp-main/res/edje/images/genlist/00_list_group_bg_dark.png [new file with mode: 0755]
vp-main/res/edje/images/genlist/00_list_group_bg_press.png [new file with mode: 0755]
vp-main/res/edje/images/genlist/00_list_group_bg_press_dark.png [new file with mode: 0755]
vp-main/res/edje/images/genlist/00_popup_list_press.png [new file with mode: 0755]
vp-main/res/edje/images/genlist/00_popup_list_press_dark.png [new file with mode: 0755]
vp-main/res/edje/images/genlist/preview_settings_bg.png [new file with mode: 0755]
vp-main/res/edje/images/jump/T01_2_jump_L_01.png [new file with mode: 0755]
vp-main/res/edje/images/jump/T01_2_jump_L_02.png [new file with mode: 0755]
vp-main/res/edje/images/jump/T01_2_jump_L_03.png [new file with mode: 0755]
vp-main/res/edje/images/jump/T01_2_jump_R_01.png [new file with mode: 0755]
vp-main/res/edje/images/jump/T01_2_jump_R_02.png [new file with mode: 0755]
vp-main/res/edje/images/jump/T01_2_jump_R_03.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/album_frame.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_button_66.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_button_66_focus.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_button_66_press.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_button_84.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_button_84_focus.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_button_84_press.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_ff.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_ff_dim.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_ff_press.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_pause.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_pause_dim.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_pause_press.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_play.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_play_dim.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_play_press.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_rewind.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_rewind_dim.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_rewind_press.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_stop.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_stop_dim.png [new file with mode: 0755]
vp-main/res/edje/images/lock_screen/control_circle_icon_stop_press.png [new file with mode: 0755]
vp-main/res/edje/images/micro_control/T01-2_Control_detail_text_bg.png [new file with mode: 0755]
vp-main/res/edje/images/micro_control/T01_2_micro_control_up_01.png [new file with mode: 0755]
vp-main/res/edje/images/micro_control/T01_2_micro_control_up_02.png [new file with mode: 0755]
vp-main/res/edje/images/micro_control/T01_2_micro_control_up_03.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/A01_15_popup_No_device.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/album_frame.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/bg_btn_player_01.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/bg_btn_player_01_ef.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/bg_btn_player_02.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/bg_btn_player_02_ef.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_close_dim.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_close_nor.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_close_press.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_controller_close.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_video_close_nor.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_video_close_press.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_video_next_nor.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_video_next_press.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_video_pause_nor.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_video_pause_press.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_video_play_nor.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_video_play_press.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_video_prev_nor.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/btn_video_prev_press.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/control_circle_icon_stop.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/icon_player_next.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/icon_player_pause.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/icon_player_play.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/icon_player_prev.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/music_btn_player_next_nor.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/music_btn_player_pause_nor.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/music_btn_player_play_nor.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/music_btn_player_prev_nor.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/video_progress.png [new file with mode: 0755]
vp-main/res/edje/images/mini_controller/video_progress_bg.png [new file with mode: 0755]
vp-main/res/edje/images/more/icon_add_to_home.png [new file with mode: 0755]
vp-main/res/edje/images/more/icon_chapter_preview.png [new file with mode: 0755]
vp-main/res/edje/images/more/icon_detail.png [new file with mode: 0755]
vp-main/res/edje/images/more/icon_download.png [new file with mode: 0755]
vp-main/res/edje/images/more/icon_nearbydevices.png [new file with mode: 0755]
vp-main/res/edje/images/more/icon_setting.png [new file with mode: 0755]
vp-main/res/edje/images/more/icon_share_via.png [new file with mode: 0755]
vp-main/res/edje/images/more/icon_trim.png [new file with mode: 0755]
vp-main/res/edje/images/multi/Mw_title_icon_press_bg.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01-2_multiscreen_player_bg.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_bg_center.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_bg_center_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_bg_left.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_bg_left_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_bg_right.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_bg_right_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_icon_ff.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_icon_ff_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_icon_pause.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_icon_pause_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_icon_play.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_icon_play_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_icon_rew.png [new file with mode: 0755]
vp-main/res/edje/images/multi/T01_2_mw_control_icon_rew_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/mw_frame.png [new file with mode: 0755]
vp-main/res/edje/images/multi/mw_frame_handler.png [new file with mode: 0755]
vp-main/res/edje/images/multi/mw_frame_handler_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/mw_title_bg.#.png [new file with mode: 0755]
vp-main/res/edje/images/multi/mw_title_bg_ef.#.png [new file with mode: 0755]
vp-main/res/edje/images/multi/mw_title_bg_focus.#.png [new file with mode: 0755]
vp-main/res/edje/images/multi/mw_title_bg_focus_ef.#.png [new file with mode: 0755]
vp-main/res/edje/images/multi/mw_title_bg_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/mw_title_divider.png [new file with mode: 0755]
vp-main/res/edje/images/multi/mw_title_focus.#.png [new file with mode: 0755]
vp-main/res/edje/images/multi/mw_title_focus_bg_press.#.png [new file with mode: 0755]
vp-main/res/edje/images/multi/my_title_icon_delete.png [new file with mode: 0755]
vp-main/res/edje/images/multi/my_title_icon_delete_ef_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/my_title_icon_delete_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/my_title_icon_maximize.png [new file with mode: 0755]
vp-main/res/edje/images/multi/my_title_icon_maximize_ef_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/my_title_icon_maximize_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/my_title_icon_mimimize.png [new file with mode: 0755]
vp-main/res/edje/images/multi/my_title_icon_mimimize_ef_press.png [new file with mode: 0755]
vp-main/res/edje/images/multi/my_title_icon_mimimize_press.png [new file with mode: 0755]
vp-main/res/edje/images/nearby_device/T02_Player_Nearby_device_01.png [new file with mode: 0755]
vp-main/res/edje/images/nearby_device/T02_Player_Nearby_device_02.png [new file with mode: 0755]
vp-main/res/edje/images/nearby_device/U04_connecting_ani_01.png [new file with mode: 0755]
vp-main/res/edje/images/nearby_device/U04_connecting_ani_02.png [new file with mode: 0755]
vp-main/res/edje/images/nearby_device/U04_connecting_ani_03.png [new file with mode: 0755]
vp-main/res/edje/images/nearby_device/U04_connecting_ani_04.png [new file with mode: 0755]
vp-main/res/edje/images/player_error_screen.png [new file with mode: 0755]
vp-main/res/edje/images/popup/T01-2_volume_popup_icon_brightness.png [new file with mode: 0755]
vp-main/res/edje/images/popup/T01-2_volume_popup_icon_volume01.png [new file with mode: 0755]
vp-main/res/edje/images/popup/T01-2_volume_popup_icon_volume02.png [new file with mode: 0755]
vp-main/res/edje/images/popup/U05_help_popup_sbeam.png [new file with mode: 0755]
vp-main/res/edje/images/progressbar/T01_2_control_progress_handle.png [new file with mode: 0755]
vp-main/res/edje/images/progressbar/T01_2_control_progress_handle_press.png [new file with mode: 0755]
vp-main/res/edje/images/progressbar/core_progress_bar.#.png [new file with mode: 0755]
vp-main/res/edje/images/sensor/B15_turn_over_01.png [new file with mode: 0755]
vp-main/res/edje/images/sensor/B15_turn_over_02.png [new file with mode: 0755]
vp-main/res/edje/images/sensor/B15_turn_over_03.png [new file with mode: 0755]
vp-main/res/edje/images/sound_only.png [new file with mode: 0755]
vp-main/res/edje/images/tag/T01-1_Tag_buddy_settings_bg.png [new file with mode: 0755]
vp-main/res/edje/images/tag/T01-1_logo_accuweather.png [new file with mode: 0755]
vp-main/res/edje/images/tag/T01_2_icon_tag_buddy_cplogo.PNG [new file with mode: 0755]
vp-main/res/edje/images/tag/U07_weather_logo.png [new file with mode: 0755]
vp-main/res/edje/images/trim/T01_2_trim_left.png [new file with mode: 0755]
vp-main/res/edje/images/trim/T01_2_trim_picker.png [new file with mode: 0755]
vp-main/res/edje/images/trim/T01_2_trim_right.png [new file with mode: 0755]
vp-main/res/edje/images/volume/T01_2_volume_popup_bg.png [new file with mode: 0755]
vp-main/res/edje/images/volume/T01_2_volume_popup_progress_bar.png [new file with mode: 0755]
vp-main/res/edje/images/volume/T01_2_volume_popup_progress_bg.png [new file with mode: 0755]
vp-main/res/edje/images/volume/T01_2_volume_popup_progress_handle.png [new file with mode: 0755]
vp-main/res/edje/images/volume/T01_2_volume_popup_progress_handle_press.png [new file with mode: 0755]
vp-main/res/edje/pv-bookmark-item.edc [new file with mode: 0755]
vp-main/res/edje/pv-bookmark.edc [new file with mode: 0755]
vp-main/res/edje/pv-brightness-popup.edc [new file with mode: 0755]
vp-main/res/edje/pv-chapter-main-new.edc [new file with mode: 0755]
vp-main/res/edje/pv-colorselector.edc [new file with mode: 0755]
vp-main/res/edje/pv-custom-winset.edc [new file with mode: 0755]
vp-main/res/edje/pv-gesture.edc [new file with mode: 0755]
vp-main/res/edje/pv-image.edc [new file with mode: 0755]
vp-main/res/edje/pv-lockscreenmini.edc [new file with mode: 0755]
vp-main/res/edje/pv-macro.edc [new file with mode: 0755]
vp-main/res/edje/pv-minicontroller.edc [new file with mode: 0755]
vp-main/res/edje/pv-multi-main.edc [new file with mode: 0755]
vp-main/res/edje/pv-normal-control.edc [new file with mode: 0755]
vp-main/res/edje/pv-normal-function.edc [new file with mode: 0755]
vp-main/res/edje/pv-normal-main.edc [new file with mode: 0755]
vp-main/res/edje/pv-normal-top-control.edc [new file with mode: 0755]
vp-main/res/edje/pv-popup.edc [new file with mode: 0755]
vp-main/res/edje/pv-progressbar.edc [new file with mode: 0755]
vp-main/res/edje/pv-resource.edc [new file with mode: 0755]
vp-main/res/edje/pv-sensor-popup.edc [new file with mode: 0755]
vp-main/res/edje/pv-speed-popup.edc [new file with mode: 0755]
vp-main/res/edje/pv-subtitle-color-popup.edc [new file with mode: 0755]
vp-main/res/edje/pv-subtitle.edc [new file with mode: 0755]
vp-main/res/edje/pv-tag-buddy.edc [new file with mode: 0755]
vp-main/res/edje/pv-tag-preview.edc [new file with mode: 0755]
vp-main/res/edje/pv-trim-control.edc [new file with mode: 0755]
vp-main/res/edje/pv-trim-item.edc [new file with mode: 0755]
vp-main/res/edje/pv-trim-main.edc [new file with mode: 0755]
vp-main/res/edje/pv-trim-top-control.edc [new file with mode: 0755]
vp-main/res/edje/pv-volume-popup.edc [new file with mode: 0755]
vp-main/res/edje/pv-volume.edc [new file with mode: 0755]
vp-main/res/edje/pv-zoom-guide.edc [new file with mode: 0755]
vp-main/res/po/CMakeLists.txt [new file with mode: 0755]
vp-main/res/po/ar.po [new file with mode: 0755]
vp-main/res/po/az.po [new file with mode: 0755]
vp-main/res/po/bg.po [new file with mode: 0755]
vp-main/res/po/ca.po [new file with mode: 0755]
vp-main/res/po/cs.po [new file with mode: 0755]
vp-main/res/po/da.po [new file with mode: 0755]
vp-main/res/po/de.po [new file with mode: 0755]
vp-main/res/po/el_GR.po [new file with mode: 0755]
vp-main/res/po/en.po [new file with mode: 0755]
vp-main/res/po/en_PH.po [new file with mode: 0755]
vp-main/res/po/en_US.po [new file with mode: 0755]
vp-main/res/po/es_ES.po [new file with mode: 0755]
vp-main/res/po/es_US.po [new file with mode: 0755]
vp-main/res/po/et.po [new file with mode: 0755]
vp-main/res/po/eu.po [new file with mode: 0755]
vp-main/res/po/fi.po [new file with mode: 0755]
vp-main/res/po/fr.po [new file with mode: 0755]
vp-main/res/po/fr_CA.po [new file with mode: 0755]
vp-main/res/po/ga.po [new file with mode: 0755]
vp-main/res/po/gl.po [new file with mode: 0755]
vp-main/res/po/hi.po [new file with mode: 0755]
vp-main/res/po/hr.po [new file with mode: 0755]
vp-main/res/po/hu.po [new file with mode: 0755]
vp-main/res/po/hy.po [new file with mode: 0755]
vp-main/res/po/is.po [new file with mode: 0755]
vp-main/res/po/it_IT.po [new file with mode: 0755]
vp-main/res/po/ja_JP.po [new file with mode: 0755]
vp-main/res/po/ka.po [new file with mode: 0755]
vp-main/res/po/kk.po [new file with mode: 0755]
vp-main/res/po/ko_KR.po [new file with mode: 0755]
vp-main/res/po/lt.po [new file with mode: 0755]
vp-main/res/po/lv.po [new file with mode: 0755]
vp-main/res/po/mk.po [new file with mode: 0755]
vp-main/res/po/nb.po [new file with mode: 0755]
vp-main/res/po/nl.po [new file with mode: 0755]
vp-main/res/po/pl.po [new file with mode: 0755]
vp-main/res/po/pt_BR.po [new file with mode: 0755]
vp-main/res/po/pt_PT.po [new file with mode: 0755]
vp-main/res/po/ro.po [new file with mode: 0755]
vp-main/res/po/ru_RU.po [new file with mode: 0755]
vp-main/res/po/sk.po [new file with mode: 0755]
vp-main/res/po/sl.po [new file with mode: 0755]
vp-main/res/po/sr.po [new file with mode: 0755]
vp-main/res/po/sv.po [new file with mode: 0755]
vp-main/res/po/tr_TR.po [new file with mode: 0755]
vp-main/res/po/uk.po [new file with mode: 0755]
vp-main/res/po/uz.po [new file with mode: 0755]
vp-main/res/po/zh_CN.po [new file with mode: 0755]
vp-main/res/po/zh_HK.po [new file with mode: 0755]
vp-main/res/po/zh_TW.po [new file with mode: 0755]
vp-main/shared/res/org.tizen.video-player.png [new file with mode: 0755]
vp-main/src/serviceParser/vp-service-parser.c [new file with mode: 0755]
vp-main/src/vp-main.c [new file with mode: 0755]
vp-main/tizen-manifest.xml [new file with mode: 0755]