launcher: add popup launcher 01/17101/1
authorTaeyoung Kim <ty317.kim@samsung.com>
Tue, 4 Mar 2014 05:32:39 +0000 (14:32 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Tue, 4 Mar 2014 05:36:51 +0000 (14:36 +0900)
commitd07aa313c6ceb1120b4995c9d4d4b2f9e7d0a70b
treec624d45050ab6572b42239e92ba2784dc54cf919
parente23ef07d16031b7844e0b48c3c84de7fc0c12f2d
launcher: add popup launcher

- all popups are launched by deviced or resourced. However the deviced and resourced are
  system daemons and they should not have dependency with AUL. Thus the popups are launched
  by dbus activation. popup-launcher is activated by dbus automatically and the popup-launcher
  launches all popups for each situation

Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Change-Id: I6763de603284516f77a9c8041916e6df9614ae8f
27 files changed:
CMakeLists.txt
data/batt_full_icon.png [new file with mode: 0755]
data/battery_full_indi.png [new file with mode: 0755]
data/battery_full_noti.png [new file with mode: 0755]
data/datausage_warning.png [new file with mode: 0755]
data/led_torch.png [new file with mode: 0644]
data/ode_encrypt.png [new file with mode: 0644]
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/usb.png [new file with mode: 0644]
data/usb_icon.png [new file with mode: 0644]
packaging/system-apps.manifest [new file with mode: 0644]
packaging/system-popup.spec
popup-launcher/CMakeLists.txt [new file with mode: 0755]
popup-launcher/src/CMakeLists.txt [new file with mode: 0755]
popup-launcher/src/app.c [new file with mode: 0755]
popup-launcher/src/launcher.c [new file with mode: 0755]
popup-launcher/src/launcher.h [new file with mode: 0755]
popup-launcher/src/noti.c [new file with mode: 0755]
popup-launcher/src/org.tizen.system.popup.service [new file with mode: 0644]
popup-launcher/src/popup.c [new file with mode: 0755]
popup-launcher/src/system-apps.rule [new file with mode: 0644]