Update the project to the newest version.
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 20 Dec 2012 08:19:30 +0000 (17:19 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 20 Dec 2012 08:19:30 +0000 (17:19 +0900)
commit362d8e2f69cc571e9fdd7687ea7b4e2107692b0f
tree3ae75fd2f152394a73a943957c0e831ed6fb303e
parent47df25169471ac8d5657866a88f7363d493bda7d
Update the project to the newest version.

Change-Id: I1a1b629fb3f26e68d8b896b23dbc7c209965c774
33 files changed:
CMakeLists.txt
debian/changelog [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/dirs [deleted file]
debian/libslp-shortcut-0.install.in [deleted file]
debian/libslp-shortcut-dev.install.in [deleted file]
debian/rules [deleted file]
include/secom_socket.h [deleted file]
lib/CMakeLists.txt [new file with mode: 0644]
lib/LICENSE [moved from LICENSE with 73% similarity]
lib/include/shortcut.h [moved from include/shortcut.h with 64% similarity]
lib/include/shortcut_PG.h [moved from include/SLP_shortcut_PG.h with 93% similarity]
lib/shortcut.pc.in [moved from shortcut.pc.in with 91% similarity]
lib/src/main.c [new file with mode: 0644]
packaging/libshortcut.spec
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 [new file with mode: 0644]
pkgmgr_shortcut/include/dlist.h [new file with mode: 0644]
pkgmgr_shortcut/src/dlist.c [new file with mode: 0644]
pkgmgr_shortcut/src/service_register.c [new file with mode: 0644]
sample.xml [new file with mode: 0644]
src/main.c [deleted file]
src/secom_socket.c [deleted file]
test/Makefile
test/application.c
test/homescreen.c
test/shortcut.c [new file with mode: 0644]
test_db_builder.sh [new file with mode: 0755]