Refactor ode application 12/116012/9
authoryeji01kim <yeji01.kim@samsung.com>
Wed, 22 Feb 2017 10:17:08 +0000 (19:17 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Fri, 24 Feb 2017 08:55:01 +0000 (17:55 +0900)
commit0580d11b1801074b9480f0ecd438fdd1ada61d65
treeca0b8addfb676fdcbe5559d641621543e753dc3d
parent8fe034ac1d3ae8940b23206446ff07012e21d582
Refactor ode application

Change-Id: I6083137d4712f5d97a7b527c3ab63948499327c9
Signed-off-by: yeji01kim <yeji01.kim@samsung.com>
23 files changed:
tools/apps/ode/CMakeLists.txt
tools/apps/ode/include/ode-app.h
tools/apps/ode/res/edc_resource/encryption_device.edc [changed mode: 0644->0755]
tools/apps/ode/src/battery.c [new file with mode: 0755]
tools/apps/ode/src/external-decrypt/confirm.c [new file with mode: 0755]
tools/apps/ode/src/external-decrypt/main.c [new file with mode: 0755]
tools/apps/ode/src/external-encrypt/check.c [new file with mode: 0755]
tools/apps/ode/src/external-encrypt/confirm.c [new file with mode: 0755]
tools/apps/ode/src/external-encrypt/main.c [new file with mode: 0755]
tools/apps/ode/src/internal-decrypt/confirm.c [new file with mode: 0755]
tools/apps/ode/src/internal-decrypt/main.c [new file with mode: 0755]
tools/apps/ode/src/internal-encrypt/check.c [new file with mode: 0755]
tools/apps/ode/src/internal-encrypt/confirm.c [new file with mode: 0755]
tools/apps/ode/src/internal-encrypt/main.c [new file with mode: 0755]
tools/apps/ode/src/locktype.c [new file with mode: 0755]
tools/apps/ode/src/ode-app-common.c [new file with mode: 0755]
tools/apps/ode/src/ode-app-confirm.c [deleted file]
tools/apps/ode/src/ode-app-main.c [deleted file]
tools/apps/ode/src/ode-app.c
tools/apps/ode/src/password/confirm-popup.c
tools/apps/ode/src/password/entry-popup.c
tools/apps/ode/src/password/password.c
tools/apps/ode/src/sdcard.c [new file with mode: 0755]