X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fwidget_dao%2Finclude%2Fdpl%2Fwrt-dao-ro%2Fglobal_config.h;h=e5f2fe7ff74b659c066d2e7aae4ade0f4f2aad04;hb=69ebfa96994d3fa7db584dc36b0f0aef0de9de68;hp=633af64239573b3fc6b3e0c7e88810c521f6ee7f;hpb=61b877bfd9f467e56e1380bfe894f209db7d6668;p=framework%2Fweb%2Fwrt-commons.git 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 633af64..e5f2fe7 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 @@ -73,7 +73,7 @@ inline const char* GetUserInstalledWidgetPath() */ inline const char* GetWidgetSrcPath() { - return "res/src"; + return "res/wgt"; } /** @@ -138,7 +138,7 @@ inline const char* GetWrtClientExec() */ inline const char* GetUserWidgetDesktopIconPath() { - return "res/icons/default/small"; + return "/opt/share/icons/default/small"; } /** @@ -193,6 +193,22 @@ inline const char* GetPluginMetafileName() } /** + * Plugin .so prefix + */ +inline const char* GetPluginPrefix() +{ + return "libwrt-plugins-"; +} + +/** + * Plugin .so suffix + */ +inline const char* GetPluginSuffix() +{ + return ".so"; +} + +/** * WRT device plugins installation required * File which indicate that new plugins * are available and should be installed @@ -220,8 +236,6 @@ inline const char* GetVCoreDatabaseFilePath() { return "/opt/dbspace/.vcore.db"; } -bool IsOCSPEnabled(); -bool IsCRLEnabled(); /** * widgets cookie database file name @@ -248,6 +262,21 @@ inline const char* GetWACVersion() { return "2.0"; } + +inline const char* GetTizenVersion() +{ + return "1.0"; +} + +inline const char* GetShareDirectoryPath() +{ + return "/opt/share"; +} + +inline const char* GetTempInstallInfoPath() +{ + return "/opt/apps/widget/temp_info"; +} } // namespace GlobalConfig } // namespace WrtDB