From: Jaeho Lee Date: Thu, 28 Mar 2013 13:46:18 +0000 (+0900) Subject: added status update X-Git-Tag: submit/tizen_2.1/20130424.230748~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e98d36cb7f8b9acb3d8442eb764a91c176ed6896;p=platform%2Fcore%2Fappfw%2Fapp-core.git added status update Signed-off-by: Jaeho Lee --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cfec5a..a71f39d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ SET(SRCS_efl src/appcore-efl.c) SET(HEADERS_efl appcore-efl.h) INCLUDE(FindPkgConfig) -pkg_check_modules(pkg_efl REQUIRED elementary dlog ecore ecore-x gobject-2.0 glib-2.0) +pkg_check_modules(pkg_efl REQUIRED elementary dlog ecore ecore-x gobject-2.0 glib-2.0 aul) FOREACH(flag ${pkg_efl_CFLAGS}) SET(EXTRA_CFLAGS_efl "${EXTRA_CFLAGS_efl} ${flag}") ENDFOREACH(flag) diff --git a/packaging/app-core.spec b/packaging/app-core.spec index 8e48942..55a07f3 100644 --- a/packaging/app-core.spec +++ b/packaging/app-core.spec @@ -1,7 +1,7 @@ Name: app-core Summary: Application basic Version: 1.2 -Release: 42 +Release: 43 Group: Application Framework License: Apache License, Version 2.0 Source0: app-core-%{version}.tar.gz diff --git a/src/appcore-efl.c b/src/appcore-efl.c index 6f88d85..5503441 100755 --- a/src/appcore-efl.c +++ b/src/appcore-efl.c @@ -39,6 +39,7 @@ #include #include #include +#include #include "appcore-internal.h" #include "appcore-efl.h" @@ -941,6 +942,8 @@ EXPORT_API int appcore_efl_main(const char *name, int *argc, char ***argv, elm_run(); + aul_status_update(STATUS_DYING); + __after_loop(&priv); __unset_data(&priv);