Add ODE Lockscreen to mount internal storage. 15/115315/7 accepted/tizen/common/20170221.135536 accepted/tizen/ivi/20170221.225440 accepted/tizen/mobile/20170221.225353 accepted/tizen/tv/20170221.225408 accepted/tizen/wearable/20170221.225421 submit/tizen/20170221.090407
authorseolheui,kim <s414.kim@samsung.com>
Fri, 17 Feb 2017 09:21:27 +0000 (18:21 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Tue, 21 Feb 2017 07:16:25 +0000 (16:16 +0900)
commit6d1ac2aef8a8d9b4186b6ef5fd7a4bb94d3250d5
treeb1c661a0c0cd828d377e186c110aaa976fad639b
parent96a61a5b5c101b62856562a011ae4e4899289508
Add ODE Lockscreen to mount internal storage.

Change-Id: I9208badf44a3cd885b919c444c2b7bfe392431ff
Signed-off-by: seolheui,kim <s414.kim@samsung.com>
14 files changed:
packaging/ode.spec
server/systemd/ode.service.in
tools/apps/CMakeLists.txt
tools/apps/lockscreen/CMakeLists.txt [new file with mode: 0644]
tools/apps/lockscreen/include/ode-lockscreen.h [new file with mode: 0755]
tools/apps/lockscreen/org.tizen.ode-lockscreen.manifest [new file with mode: 0644]
tools/apps/lockscreen/res/images/back_nor.png [new file with mode: 0644]
tools/apps/lockscreen/res/images/back_press.png [new file with mode: 0644]
tools/apps/lockscreen/res/images/dot.png [new file with mode: 0644]
tools/apps/lockscreen/res/org.tizen.ode-lockscreen.edc [new file with mode: 0644]
tools/apps/lockscreen/res/password.edc [new file with mode: 0644]
tools/apps/lockscreen/src/main.c [new file with mode: 0644]
tools/apps/lockscreen/src/ui.c [new file with mode: 0644]
tools/apps/lockscreen/systemd/org.tizen.ode-lockscreen.service.in [new file with mode: 0644]