Tizen 2.4 migration and fix compile warning 11/67911/4 accepted/tizen/mobile/20160504.115320 submit/tizen_mobile/20160504.020255
authorchangjoo.lee <changjoo.lee@samsung.com>
Fri, 29 Apr 2016 07:08:02 +0000 (16:08 +0900)
committerchangjoo.lee <changjoo.lee@samsung.com>
Fri, 29 Apr 2016 11:37:35 +0000 (20:37 +0900)
commite89d9d650bde3772577a5cb64bb5a15b4b232bd2
tree03390d378f162b42ad59e45d2cfeb16e52b7bd8c
parentf49616889ae0725cff7e5963399afde1c6bba62a
Tizen 2.4 migration and fix compile warning

Change-Id: I7195e34b082bf98c8139a6f6da38f648733b0a35
Signed-off-by: changjoo.lee <changjoo.lee@samsung.com>
49 files changed:
CMakeLists.txt
data/batt_full_icon.png [new file with mode: 0755]
data/batt_full_indicator.png [new file with mode: 0755]
data/datausage_warning.png [new file with mode: 0755]
data/led_torch.png [new file with mode: 0755]
data/ode_encrypt.png [new file with mode: 0755]
data/sdcard.png [new file with mode: 0755]
data/sdcard_decryption.png [new file with mode: 0755]
data/sdcard_decryption_error.png [new file with mode: 0755]
data/sdcard_encryption.png [new file with mode: 0755]
data/sdcard_encryption_error.png [new file with mode: 0755]
data/sdcard_prepare.png [new file with mode: 0755]
data/sdcard_removed.png [new file with mode: 0755]
data/tima.png [new file with mode: 0755]
data/usb.png [new file with mode: 0755]
data/usb_icon.png [new file with mode: 0755]
packaging/org.tizen.crash-syspopup.manifest [new file with mode: 0755]
packaging/org.tizen.system-signal-sender.manifest [new file with mode: 0755]
packaging/org.tizen.system-syspopup.manifest [new file with mode: 0755]
packaging/system-servant.spec
signal-sender/CMakeLists.txt [new file with mode: 0755]
signal-sender/org.tizen.system-signal-sender.xml [new file with mode: 0755]
signal-sender/signal-sender.c [new file with mode: 0755]
signal-sender/signal-sender.h [new file with mode: 0755]
src/CMakeLists.txt [new file with mode: 0755]
src/battery/battery-mobile.c [new file with mode: 0755]
src/battery/battery-werable.c [new file with mode: 0755]
src/common/core.c
src/common/macro.h
src/crash/CMakeLists.txt [new file with mode: 0755]
src/crash/crash.c [new file with mode: 0755]
src/crash/org.tizen.crash-syspopup.xml [new file with mode: 0755]
src/launcher/CMakeLists.txt
src/launcher/app.c [new file with mode: 0755]
src/launcher/launcher.c
src/launcher/launcher.h
src/launcher/noti.c [new file with mode: 0755]
src/mmc/mmc-mobile.c [new file with mode: 0755]
src/org.tizen.system-syspopup.xml [new file with mode: 0755]
src/po/en.po
src/po/en_PH.po
src/po/en_US.po
src/poweroff/poweroff.c
src/storage/lowstorage-mobile.c [new file with mode: 0755]
src/storage/lowstorage-wearable.c [new file with mode: 0755]
src/usb/usb-device.c [new file with mode: 0755]
src/usb/usb-mobile.c [new file with mode: 0755]
src/usb/usbotg-mobile.c [new file with mode: 0755]
src/watchdog/watchdog.c [new file with mode: 0755]