Adds support the icon property 00/38400/1
authorMinkyu Kang <mk7.kang@samsung.com>
Mon, 16 Feb 2015 05:58:07 +0000 (14:58 +0900)
committerHurnjoo Lee <hurnjoo.lee@samsung.com>
Mon, 20 Apr 2015 11:01:44 +0000 (20:01 +0900)
commitefad2fba46e616ce5c34e4e5c5f2e169737f18b4
tree1942da585bf7374db7cc5d96a002938ccdad7160
parent654a56005bcfedb8b5979505abcec78772dda78a
Adds support the icon property

The Icon property will be saved at /var/lib/gumd/user/[uid] file
This file follow .ini file format

[User]
Icon=/usr/share/icons/user.png

So if we need to add new properties, this file can be expanded easily

Change-Id: I17f8ce3eb5f8a0e834678c3cca74a2a69cd87a97
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
data/tizen/etc/gumd/gumd-tizen-common.conf
include/gum/common/gum-config-general.h
packaging/gumd.spec
src/common/dbus/interfaces/org.O1.SecurityAccounts.gUserManagement.User.xml
src/daemon/core/gumd-daemon-user.c
src/lib/gum-user.c
src/utils/gumd-utils.c