sys_device_noti is moved from system-server to system-popup to remove circular dependency 56/11756/2
authorTaeyoung Kim <ty317.kim@samsung.com>
Tue, 2 Jul 2013 09:57:43 +0000 (18:57 +0900)
committerJacek Pielaszkiewicz <j.pielaszkie@samsung.com>
Tue, 5 Nov 2013 08:56:27 +0000 (09:56 +0100)
commit277b16c4e4759f4569f8ade984ca18f02d9e4ce0
treea339be35a42109efc94cbc7295e47bcca8acef21
parent78adfc181b23d08505d5ca26011a54b9eec26237
sys_device_noti is moved from system-server to system-popup to remove circular dependency

tizendev.org synchronization with tizen.org.

Change-Id: I2a7cf7464a3559a0b410711dfca1923f649e0952
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Signed-off-by: Jacek Pielaszkiewicz <j.pielaszkie@samsung.com>
58 files changed:
CMakeLists.txt
packaging/system-popup.spec
sys_device_noti/CMakeLists.txt [new file with mode: 0755]
sys_device_noti/data/batt_full_icon.png [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/CMakeLists.txt [new file with mode: 0644]
sys_device_noti/po_sys_device_noti/ar.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/az.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/bg.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/ca.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/cs.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/da.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/de_DE.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/el_GR.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/en.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/en_PH.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/en_US.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/es_ES.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/es_US.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/et.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/eu.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/fi.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/fr_CA.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/fr_FR.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/ga.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/gl.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/hi.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/hr.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/hu.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/hy.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/is.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/it_IT.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/ja_JP.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/ka.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/kk.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/ko_KR.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/lt.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/lv.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/mk.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/nb.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/nl_NL.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/pl.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/pt_BR.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/pt_PT.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/ro.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/ru_RU.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/sk.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/sl.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/sr.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/sv.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/tr_TR.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/uk.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/uz.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/zh_CN.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/zh_HK.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/zh_SG.po [new file with mode: 0755]
sys_device_noti/po_sys_device_noti/zh_TW.po [new file with mode: 0755]
sys_device_noti/sys_device_noti.c [new file with mode: 0755]
sys_device_noti/sys_device_noti.h [new file with mode: 0755]