Add missing functions. accepted/tizen_2.1/20130520.093057 submit/tizen_2.1/20130516.045520
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 15 May 2013 08:20:44 +0000 (17:20 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 15 May 2013 08:20:44 +0000 (17:20 +0900)
Which are used by liblivebox.

Change-Id: I560e27b3fd9e768d0a3f2b7eada0fdad51dd9f21

icon_src/main.c

index e78fdd9..2490bf1 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 -ENOSYS;
+}
+
 static inline Evas *create_virtual_canvas(int w, int h)
 {
         Ecore_Evas *internal_ee;