Temporarly disable the badge & notification service.
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 26 Apr 2013 06:35:16 +0000 (15:35 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 26 Apr 2013 06:35:16 +0000 (15:35 +0900)
Due to the dependencies with libnotification.
Master is not able to be built with the new notification & badge library.
So just temporarly commenting out the badge & notification service.
To merge this patches into the master branch

Change-Id: I1c26ef98b183e0ff147cfc4acb5a14385331ef75

CMakeLists.txt
packaging/data-provider-master.spec
src/main.c

index d0732e5..c6a9a1e 100755 (executable)
@@ -28,8 +28,8 @@ pkg_check_modules(pkg REQUIRED
        xdamage
        pkgmgr
        livebox-service
-       notification
-       badge
+#      notification
+#      badge
 )
 
 SET(PACKAGE "${PROJECT_NAME}")
@@ -80,8 +80,8 @@ ADD_EXECUTABLE(${PROJECT_NAME}
        src/pkgmgr.c
        src/event.c
        src/shortcut_service.c
-       src/badge_service.c
-       src/notification_service.c
+#      src/badge_service.c
+#      src/notification_service.c
        src/service_common.c
 )
 
index fc2ab04..1a6aef1 100755 (executable)
@@ -32,8 +32,9 @@ BuildRequires: pkgconfig(xext)
 BuildRequires: pkgconfig(xdamage)
 BuildRequires: pkgconfig(pkgmgr)
 BuildRequires: pkgconfig(livebox-service)
-BuildRequires: pkgconfig(notification)
-BuildRequires: pkgconfig(badge)
+# Temporarly comment out the notification & badge
+# BuildRequires: pkgconfig(notification)
+# BuildRequires: pkgconfig(badge)
 BuildRequires: sec-product-features
 
 %description
index 0d137e6..ec8b3d5 100755 (executable)
@@ -52,8 +52,8 @@
 #include "critical_log.h"
 #include "event.h"
 #include "shortcut_service.h"
-#include "notification_service.h"
-#include "badge_service.h"
+//#include "notification_service.h"
+//#include "badge_service.h"
 
 #if defined(FLOG)
 FILE *__file_log_fp;
@@ -243,8 +243,8 @@ int main(int argc, char *argv[])
        (void)util_unlink_files(SLAVE_LOG_PATH);
 
        shortcut_service_init();
-       notification_service_init();
-       badge_service_init();
+//     notification_service_init();
+//     badge_service_init();
        script_init();
 
        app_create();
@@ -257,8 +257,8 @@ int main(int argc, char *argv[])
 
        script_fini();
        shortcut_service_fini();
-       notification_service_fini();
-       badge_service_fini();
+//     notification_service_fini();
+//     badge_service_fini();
 
        ecore_evas_shutdown();
        evas_shutdown();