From: Gukhwan Cho Date: Thu, 20 Aug 2015 06:10:17 +0000 (+0900) Subject: chanage temporary vcard img directory X-Git-Tag: accepted/tizen/mobile/20150821.052913^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4496c0deb83aef6404a6324c185024a955f3e0c7;p=platform%2Fcore%2Fpim%2Fcontacts-service.git chanage temporary vcard img directory Change-Id: I4684816b88d47878a4f67adb9f45f6104bd06148 Signed-off-by: Gukhwan Cho --- diff --git a/common/ctsvc_notify.h b/common/ctsvc_notify.h index 8fbe413..618b050 100644 --- a/common/ctsvc_notify.h +++ b/common/ctsvc_notify.h @@ -21,10 +21,11 @@ #ifndef __CTSVC_NOTIFY_H__ #define __CTSVC_NOTIFY_H__ +#define CTSVC_VCARD_IMAGE_LOCATION tzplatform_mkpath(TZ_USER_SHARE,"vcard") + #define DATA_REPERTORY tzplatform_getenv(TZ_USER_DATA) #define CTSVC_NOTI_REPERTORY tzplatform_mkpath(TZ_USER_DATA,"contacts-svc") #define CTSVC_NOTI_IMG_REPERTORY tzplatform_mkpath(TZ_USER_DATA,"contacts-svc/img/") -#define CTSVC_VCARD_IMAGE_LOCATION tzplatform_mkpath(TZ_USER_DATA,"contacts-svc/img/vcard") #define CTS_MY_IMAGE_LOCATION tzplatform_mkpath(TZ_USER_DATA,"contacts-svc/img/my") #define CTS_GROUP_IMAGE_LOCATION tzplatform_mkpath(TZ_USER_DATA,"contacts-svc/img/group") #define CTS_LOGO_IMAGE_LOCATION tzplatform_mkpath(TZ_USER_DATA,"contacts-svc/img/logo") diff --git a/packaging/contacts-service.spec b/packaging/contacts-service.spec index 483ce1e..d7396ae 100644 --- a/packaging/contacts-service.spec +++ b/packaging/contacts-service.spec @@ -1,6 +1,6 @@ Name: contacts-service Summary: Contacts Service -Version: 0.12.37 +Version: 0.12.38 Release: 1 Group: Social & Content/Pim License: Apache-2.0