diff -r 23b5d6a29cce -r 4785f57bf3d4 homescreenapp/inc/hsapp_defs.inl --- a/homescreenapp/inc/hsapp_defs.inl Fri May 14 15:43:04 2010 +0300 +++ b/homescreenapp/inc/hsapp_defs.inl Thu May 27 12:46:08 2010 +0300 @@ -271,5 +271,22 @@ return key; } +/*! + \return applibrary activate name to open downloaded +*/ +inline const QString groupAppLibRecentView() +{ + static const QString key("AppLibRecentView"); + return key; +} + +/*! + \return application componentID atribute name +*/ +inline const QString componentIdAttributeName() +{ + static const QString key("component_id"); + return key; +} #endif