From: Sung-jae Park Date: Wed, 15 May 2013 08:20:10 +0000 (+0900) Subject: Add missing functions X-Git-Tag: submit/tizen_mobile/20150512.125148^2~1^2~15^2~9^2~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1113bc415f2d2e25b4b6f0165935438ea5214dd;p=platform%2Fcore%2Fappfw%2Fdata-provider-slave.git Add missing functions which is referenced by liblivebox Change-Id: I770b11820812a68c8b2852e4d76482bd644bdf18 --- diff --git a/icon_src/main.c b/icon_src/main.c index ab5cd74..8c6446e 100644 --- a/icon_src/main.c +++ b/icon_src/main.c @@ -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;