homescreenapp/inc/hsapp_defs.inl
changeset 62 341166945d65
parent 55 03646e8da489
child 63 52b0f64eeb51
--- a/homescreenapp/inc/hsapp_defs.inl	Thu Jun 24 13:11:40 2010 +0100
+++ b/homescreenapp/inc/hsapp_defs.inl	Fri Jun 25 19:19:22 2010 +0300
@@ -289,4 +289,41 @@
     return key;
 }
 
+/*!
+    \return entry short name
+*/
+inline const QString entryShortName()
+{
+    static const QString key("short_name");
+    return key;
+}
+
+/*!
+    \return entry translation file name
+*/
+inline const QString translationFilename()
+{
+    static const QString key("widget:translation_file");
+    return key;
+}
+
+/*!
+    \return app lib activity name
+*/
+inline const QString appLibActivity()
+{
+    static const QString key("AppLibMainView");
+    return key;
+}
+
+/*!
+    \return homescreen activitity name to open idle iew
+*/
+inline const QString activityHsIdleView()
+{
+    static const QString key("HsIdleView");
+    return key;
+}
+
+
 #endif