Change module sturcture
authorEunmi Son <eunmi.son@samsung.com>
Thu, 17 Jan 2013 09:54:17 +0000 (18:54 +0900)
committerEunmi Son <eunmi.son@samsung.com>
Thu, 17 Jan 2013 09:54:17 +0000 (18:54 +0900)
commit3faf2990c685399ff3bb10035f42f893a3f5ed43
tree975c650c98fa8e80fa5b17525b2be4e7b30db07f
parenta7007e8d927d48ba7765cceb6ddc912be6d9ab50
Change module sturcture

Change-Id: I62f57110e46548d671c2a25ee4ae70e711c8d80e
21 files changed:
CMakeLists.txt
common/CMakeLists.txt [deleted file]
common/include/mgr-app-view-manager.h [deleted file]
common/src/mgr-app-view-manager.c [deleted file]
packaging/ug-setting-manage-applications-efl.spec
ug/CMakeLists.txt
ug/include/mgr-app-common-debug.h [moved from common/include/mgr-app-common-debug.h with 100% similarity]
ug/include/mgr-app-common-error.h [moved from common/include/mgr-app-common-error.h with 100% similarity]
ug/include/mgr-app-common-util.h [moved from common/include/mgr-app-common-util.h with 89% similarity]
ug/include/mgr-app-string.h [new file with mode: 0644]
ug/include/mgr-app-uigadget.h
ug/include/mgr-app-view-common.h [new file with mode: 0644]
ug/include/mgr-app-view-main.h [moved from common/include/mgr-app-view-factory.h with 55% similarity, mode: 0644]
ug/include/mgr-app-widget.h [moved from common/include/mgr-app-widget.h with 79% similarity]
ug/src/mgr-app-common-util.c [new file with mode: 0755]
ug/src/mgr-app-uigadget.c
ug/src/mgr-app-view-app-info.c [moved from view/src/mgr-app-view-app-info.c with 80% similarity]
ug/src/mgr-app-view-app-list.c [moved from view/src/mgr-app-view-app-list.c with 67% similarity]
ug/src/mgr-app-view-common.c [moved from common/src/mgr-app-common-util.c with 69% similarity, mode: 0644]
ug/src/mgr-app-widget.c [moved from common/src/mgr-app-widget.c with 54% similarity]
view/CMakeLists.txt [deleted file]