Add missing functions
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 15 May 2013 08:20:10 +0000 (17:20 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 15 May 2013 08:32:47 +0000 (17:32 +0900)
which is referenced by liblivebox

Change-Id: I770b11820812a68c8b2852e4d76482bd644bdf18

icon_src/main.c

index ab5cd74..8c6446e 100644 (file)
@@ -68,6 +68,19 @@ static struct info {
 #define TTL    30.0f   /* Can alive only 30 seconds from the last event */
 #define QUALITY_N_COMPRESS "quality=100 compress=1"
 
+/*!
+ * Defined for liblivebox
+ */
+const char *livebox_find_pkgname(const char *filename)
+{
+       return NULL;
+}
+
+int livebox_request_update_by_id(const char *filename)
+{
+       return LB_STATUS_ERROR_NOT_EXISTS;
+}
+
 static inline Evas *create_virtual_canvas(int w, int h)
 {
         Ecore_Evas *internal_ee;