Project files ordering 23/59023/5
authorRadek Kintop <r.kintop@samsung.com>
Wed, 10 Feb 2016 10:04:50 +0000 (11:04 +0100)
committerRadek Kintop <r.kintop@samsung.com>
Wed, 10 Feb 2016 12:27:39 +0000 (13:27 +0100)
commit835b5526223b69edac06f0ab0e181656238026d8
treeddbca0a38f0234ad8ea7748b12f4b206a19b864a
parent9facbca42ab5766f0b11556b07140c0f22a3a539
Project files ordering

Change-Id: I258e2b7cf6381b6e4d8ae5b9156ddb9b530812e2
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
41 files changed:
CMakeLists.txt
include/common/datamgr.h [moved from include/datamgr.h with 100% similarity]
include/common/gridmgr.h [moved from include/gridmgr.h with 100% similarity]
include/common/inputmgr.h [moved from include/inputmgr.h with 100% similarity]
include/common/layoutmgr.h [moved from include/layoutmgr.h with 100% similarity]
include/common/listmgr.h [moved from include/listmgr.h with 100% similarity]
include/common/menumgr.h [moved from include/menumgr.h with 100% similarity]
include/common/utils.h [moved from include/utils.h with 100% similarity]
include/common/viewmgr.h [moved from include/viewmgr.h with 100% similarity]
include/data/system/data_wired.h [moved from include/data/data_wired.h with 98% similarity]
include/data/system/data_wireless.h [moved from include/data/data_wireless.h with 100% similarity]
include/view/system/view_clock.h [moved from include/view_clock.h with 100% similarity]
include/view/system/view_location.h [moved from include/view_location.h with 100% similarity]
include/view/view_base.h [moved from include/view_base.h with 100% similarity]
res/settings.edc
res/view/system/clock.edc [moved from res/view/clock.edc with 100% similarity]
res/view/system/location.edc [moved from res/view/location.edc with 100% similarity]
src/common/datamgr.c
src/common/gridmgr.c
src/common/inputmgr.c
src/common/layoutmgr.c
src/common/listmgr.c
src/common/menumgr.c
src/common/utils.c
src/common/viewmgr.c
src/data/system/data_wired.c [moved from src/data/data_wired.c with 99% similarity]
src/data/system/data_wireless.c [moved from src/data/data_wireless.c with 99% similarity]
src/grid/grid_wireless.c
src/layout/layout_channel.c
src/layout/layout_info.c
src/layout/layout_network.c
src/layout/layout_picture.c
src/layout/layout_sound.c
src/layout/layout_support.c
src/layout/layout_system.c
src/layout/layout_voice.c
src/main.c
src/view/system/view_clock.c [moved from src/view/view_clock.c with 99% similarity]
src/view/system/view_location.c [moved from src/view/view_location.c with 98% similarity]
src/view/view_base.c
src/view/view_new_network.c