From: Soyoung Kim Date: Thu, 22 Nov 2012 02:51:16 +0000 (+0900) Subject: Add share directory X-Git-Tag: submit/trunk/20121130.085443~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6748075b424e55c40659a1057d60031d3ebb6f36;p=platform%2Fframework%2Fweb%2Fwrt-commons.git Add share directory [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] add share directory [SCMRequest] N/A Change-Id: Ic1955a09475ebb208c9647b62c07130c3828114e --- diff --git a/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h b/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h index 21583aa..9f18da2 100644 --- a/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h @@ -108,6 +108,13 @@ inline const char* GetWidgetPrivateStoragePath() return "data"; } +/** + * widgets share directory path + */ +inline const char* GetWidgetSharePath() +{ + return "share"; +} /** * widgets desktop files path