Move a ode app from device-policy-manager 67/104067/1
authoryeji01kim <yeji01.kim@samsung.com>
Mon, 12 Dec 2016 08:14:34 +0000 (17:14 +0900)
committeryeji01kim <yeji01.kim@samsung.com>
Mon, 12 Dec 2016 08:14:34 +0000 (17:14 +0900)
commit24edf967809aabb35b6a137793f4b6e9b62c3cc7
treeeca35033a5a22ae9057eff888e3a751146bf5479
parent9a4610af556c8d29412358ade3011f4070faccab
Move a ode app from device-policy-manager

Change-Id: Iafcccd507467eadbfaf7e08f870bce3509f1c2d1
Signed-off-by: yeji01kim <yeji01.kim@samsung.com>
26 files changed:
packaging/ode.spec [changed mode: 0644->0755]
tools/apps/CMakeLists.txt
tools/apps/ode-gui/CMakeLists.txt [new file with mode: 0644]
tools/apps/ode-gui/include/ode.h [moved from tools/apps/ode/include/ode.h with 100% similarity]
tools/apps/ode-gui/include/text.h [moved from tools/apps/ode/include/text.h with 100% similarity]
tools/apps/ode-gui/include/widget.h [moved from tools/apps/ode/include/widget.h with 100% similarity]
tools/apps/ode-gui/org.tizen.ode-gui.manifest [moved from tools/apps/ode/org.tizen.ode-gui.manifest with 100% similarity]
tools/apps/ode-gui/org.tizen.ode-gui.xml [moved from tools/apps/ode/org.tizen.ode-gui.xml with 100% similarity]
tools/apps/ode-gui/res/edje/org.tizen.ode-gui.edc [moved from tools/apps/ode/res/edje/org.tizen.ode-gui.edc with 100% similarity]
tools/apps/ode-gui/res/edje/progress.edc [moved from tools/apps/ode/res/edje/progress.edc with 100% similarity]
tools/apps/ode-gui/res/images/icon.png [moved from tools/apps/ode/res/images/icon.png with 100% similarity]
tools/apps/ode-gui/src/main.c [moved from tools/apps/ode/src/main.c with 100% similarity]
tools/apps/ode-gui/src/ui.c [moved from tools/apps/ode/src/ui.c with 100% similarity]
tools/apps/ode-gui/src/widget.c [moved from tools/apps/ode/src/widget.c with 100% similarity]
tools/apps/ode/CMakeLists.txt [changed mode: 0644->0755]
tools/apps/ode/include/ode-app-widget.h [new file with mode: 0755]
tools/apps/ode/include/ode-app.h [new file with mode: 0755]
tools/apps/ode/org.tizen.ode.xml [new file with mode: 0755]
tools/apps/ode/res/edc_resource/encryption_device.edc [new file with mode: 0755]
tools/apps/ode/res/images/icon_encrypt_bar.png [new file with mode: 0755]
tools/apps/ode/res/images/icon_encrypt_check.png [new file with mode: 0755]
tools/apps/ode/res/org.tizen.ode.edc [new file with mode: 0755]
tools/apps/ode/src/ode-app-confirm.c [new file with mode: 0755]
tools/apps/ode/src/ode-app-main.c [new file with mode: 0755]
tools/apps/ode/src/ode-app-widget.c [new file with mode: 0755]
tools/apps/ode/src/ode-app.c [new file with mode: 0755]