added status update
authorJaeho Lee <jaeho81.lee@samsung.com>
Thu, 28 Mar 2013 13:46:18 +0000 (22:46 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Thu, 28 Mar 2013 13:46:18 +0000 (22:46 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
CMakeLists.txt
packaging/app-core.spec
src/appcore-efl.c

index 0cfec5a..a71f39d 100644 (file)
@@ -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)
index 8e48942..55a07f3 100644 (file)
@@ -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
index 6f88d85..5503441 100755 (executable)
@@ -39,6 +39,7 @@
 #include <malloc.h>
 #include <glib.h>
 #include <stdbool.h>
+#include <aul.h>
 #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);