use relative directories path instead of hardcoded ones. 69/57769/2
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 21 Jan 2016 15:40:49 +0000 (16:40 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Mon, 25 Jan 2016 09:18:42 +0000 (10:18 +0100)
commitd47e53d0594970020c6251c765348f505840b4c3
treedd30042de0562300ddd26ecd2178ef0efd21c9e3
parent8fc1daf228ffa95d3f721f32bcfcbeccd053f8d4
use relative directories path instead of hardcoded ones.

In Tizen 3.0 application packages can be installed per user.
It means that application working directory must be discovered on runtime
instead of using fixed paths. Patch introduces new functions for getting
absoulte path to resource directories using Tizen app framework api.

Change-Id: I53661a413791eeacb24f57584dc2ca54a8f10ab2
Signed-off-by: Lukasz Stanislawski <l.stanislaws@samsung.com>
inc/conf.h
inc/util.h
src/app_grid.c
src/app_icon.c
src/db/db.c
src/dynamic_index.c
src/folder_panel.c
src/homescreen-efl.c
src/livebox/livebox_panel.c
src/livebox_all_pages.c
src/util.c