Seperated net-popup plugin and wearable-popup plugin 09/176809/5
authorNishant Chaprana <n.chaprana@samsung.com>
Fri, 11 May 2018 15:20:57 +0000 (20:50 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Fri, 11 May 2018 15:22:41 +0000 (20:52 +0530)
commitc770e122e2f96559c3b7e46b606c724bed3212e8
treee1bd86850f9eac5a9a89c414f00517419e1bfbf2
parentea3492f8b1f663b060a38c3990ee614b674f6751
Seperated net-popup plugin and wearable-popup plugin

This patch separates net-pop plugin with wearable-popup plugin
because wearable profile do not consist net-popup package.
So we are required to add own logic to show popup in wearable profile.

Change-Id: I3517e16539027fbc4fd89ed56f27adc3006a1230
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
27 files changed:
include/stc-manager-plugin-appstatus.h
include/stc-manager-plugin-popup.h [new file with mode: 0644]
packaging/stc-manager.spec
plugin/CMakeLists.txt
plugin/appstatus/CMakeLists.txt
plugin/appstatus/stc-plugin-appstatus.c
plugin/exception/CMakeLists.txt
plugin/include/stc-plugin-appstatus.h [moved from plugin/appstatus/include/stc-plugin-appstatus.h with 83% similarity]
plugin/include/stc-plugin-exception.h [moved from plugin/exception/include/stc-plugin-exception.h with 100% similarity]
plugin/include/stc-plugin-popup.h [new file with mode: 0644]
plugin/include/stc-plugin-procfs.h [moved from plugin/procfs/include/stc-plugin-procfs.h with 100% similarity]
plugin/net-popup/CMakeLists.txt [new file with mode: 0644]
plugin/net-popup/data/stc_noti_datausage.png [moved from plugin/appstatus/data/stc_noti_datausage.png with 100% similarity]
plugin/net-popup/stc-plugin-net-popup.c [new file with mode: 0644]
plugin/procfs/CMakeLists.txt
plugin/wearable-popup/CMakeLists.txt [new file with mode: 0644]
plugin/wearable-popup/stc-plugin/CMakeLists.txt [new file with mode: 0644]
plugin/wearable-popup/stc-plugin/stc-plugin-wearable-popup.c [new file with mode: 0644]
plugin/wearable-popup/stc-popup/CMakeLists.txt [new file with mode: 0644]
plugin/wearable-popup/stc-popup/inc/stc-wearable-popup.h [new file with mode: 0644]
plugin/wearable-popup/stc-popup/src/stc-wearable-popup.c [new file with mode: 0644]
src/CMakeLists.txt
src/monitor/stc-monitor.c
src/stc-manager-plugin-appstatus.c
src/stc-manager-plugin-popup.c [new file with mode: 0644]
src/stc-manager.c
src/stc-restriction.c