add homescreen plugin for pkgmgr
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 14 Aug 2012 06:24:20 +0000 (15:24 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 14 Aug 2012 07:30:25 +0000 (16:30 +0900)
commit83369a82ac0a4437e232ee139f0c3c5a255db3f9
tree8328f15ba4fc292cf858766c2955c4bbd36a795f
parent34999aa2e2ef01611a1205ad9b33d061c7ea2da1
add homescreen plugin for pkgmgr

Change-Id: I30d2715c3a26091871fe3505315768b72cf95590
12 files changed:
CMakeLists.txt
lib/include/shortcut.h
lib/src/main.c
pkgmgr_homescreen/CMakeLists.txt [new file with mode: 0644]
pkgmgr_homescreen/homescreen.xml [new file with mode: 0644]
pkgmgr_homescreen/include/dlist.h [new file with mode: 0644]
pkgmgr_homescreen/src/dlist.c [new file with mode: 0644]
pkgmgr_homescreen/src/service_register.c [new file with mode: 0644]
pkgmgr_shortcut/CMakeLists.txt [moved from bin/CMakeLists.txt with 83% similarity]
pkgmgr_shortcut/include/dlist.h [moved from bin/include/dlist.h with 100% similarity]
pkgmgr_shortcut/src/dlist.c [moved from bin/src/dlist.c with 100% similarity]
pkgmgr_shortcut/src/service_register.c [moved from bin/src/service_register.c with 100% similarity]