Create widget base API set 26/146626/14
authorHyunho Kang <hhstark.kang@samsung.com>
Fri, 8 Sep 2017 05:10:36 +0000 (14:10 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Mon, 11 Sep 2017 06:21:01 +0000 (15:21 +0900)
commit409d1e95a1f99acb699ee4d38ffc3be10256e5f7
treedff63654aae8a6f5078c73fd201e1b25445bf6fe
parentbc80aba1fa289601d45a4bae9690dd7bf0a67442
Create widget base API set

Change-Id: I65e7c0405b4839b23aeefc666075b7270dddd5bd
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
13 files changed:
CMakeLists.txt
appcore-widget-base.pc.in [new file with mode: 0644]
capi-appfw-widget-application.pc.in
include/widget_app.h
include/widget_base.h [new file with mode: 0644]
packaging/appcore-widget.spec
src/base/widget_base.c [new file with mode: 0644]
src/efl_base/widget-log.h [moved from src/widget-log.h with 100% similarity, mode: 0644]
src/efl_base/widget-private.h [moved from src/widget-private.h with 92% similarity]
src/efl_base/widget_app.c [new file with mode: 0644]
src/efl_base/widget_app_internal.c [moved from src/widget_app_internal.c with 95% similarity]
src/efl_base/widget_error.c [moved from src/widget_error.c with 100% similarity, mode: 0644]
src/widget_app.c [deleted file]