daemon/ui: sso-ui integrated to daemon
authorAmarnath Valluri <amarnath.valluri@linux.intel.com>
Mon, 25 Mar 2013 15:30:57 +0000 (17:30 +0200)
committerAmarnath Valluri <amarnath.valluri@linux.intel.com>
Mon, 25 Mar 2013 15:35:13 +0000 (17:35 +0200)
commit1115e03f841358b077510e1ac76261654bfa5dd0
tree3414c56ee4154ea421a81966a57c930fd39f37e4
parenta2a4fb04a05e782591b85aef75b783423bdd5dfa
daemon/ui: sso-ui integrated to daemon

GSignondSignonuiData introdued, which holds all ui data.
25 files changed:
include/gsignond/gsignond-plugin-interface.h
include/gsignond/gsignond-signonui-data.h [new file with mode: 0644]
include/gsignond/gsignond-signonui.h [new file with mode: 0644]
src/common/Makefile.am
src/common/gsignond-plugin-interface.c
src/common/gsignond-signonui-data.c [new file with mode: 0644]
src/daemon/Makefile.am
src/daemon/dbus/Makefile.am
src/daemon/dbus/gsignond-dbus-signonui-adapter.c [new file with mode: 0644]
src/daemon/dbus/gsignond-dbus-signonui-adapter.h [new file with mode: 0644]
src/daemon/dbus/gsignond-dbus.h
src/daemon/dbus/interfaces/org.tizen.SSO.singlesignonui.xml [new file with mode: 0644]
src/daemon/gsignond-auth-session-iface.c
src/daemon/gsignond-auth-session-iface.h
src/daemon/gsignond-auth-session.c
src/daemon/gsignond-daemon.c
src/daemon/gsignond-daemon.h
src/daemon/gsignond-identity-iface.c
src/daemon/gsignond-identity-iface.h
src/daemon/gsignond-identity.c
src/daemon/gsignond-signonui-proxy.c [new file with mode: 0644]
src/daemon/gsignond-signonui-proxy.h [new file with mode: 0644]
src/daemon/plugins/gsignond-plugin-proxy.c
src/daemon/plugins/gsignond-plugin-proxy.h
src/plugins/ssotest/gsignond-ssotest-plugin.c