Implement common profile 95/59395/5 submit/tizen_common/20160216.082819
authorgs86.lee <gs86.lee@samsung.com>
Mon, 15 Feb 2016 08:54:06 +0000 (17:54 +0900)
committergs86.lee <gs86.lee@samsung.com>
Tue, 16 Feb 2016 06:17:29 +0000 (15:17 +0900)
commit5489017357ed7a69bd35ee8f8b54c0a50d67df0e
tree7474d1d4cac75e9e34e056c2b8cdeb1ac354bc40
parente5e235f5065ac7f40645f21b531b2dd88fd0b49a
Implement common profile

Change-Id: Id069fb262c9f56fb0d0e8fbf7ad66e9949ae4a2e
14 files changed:
CMakeLists.txt
include/common/home_mgr.h [new file with mode: 0644]
include/common/hw_key.h [new file with mode: 0644]
include/common/lock_mgr.h [new file with mode: 0644]
include/common/popup.h [new file with mode: 0644]
include/common/starter.h [new file with mode: 0644]
packaging/starter.spec
res/edje/CMakeLists.txt
src/common/home_mgr.c [new file with mode: 0644]
src/common/hw_key.c [new file with mode: 0644]
src/common/lock_mgr.c [new file with mode: 0644]
src/common/popup.c [new file with mode: 0644]
src/common/starter.c [new file with mode: 0644]
src/common/window_mgr.c [new file with mode: 0644]