homescreenapp/inc/hsapp_defs.h
changeset 98 e6f74eb7f69f
parent 97 66b5fe3c07fd
--- a/homescreenapp/inc/hsapp_defs.h	Wed Oct 06 16:06:24 2010 +0300
+++ b/homescreenapp/inc/hsapp_defs.h	Mon Oct 18 10:20:15 2010 +0300
@@ -33,6 +33,7 @@
     const char openActionIdentifier[] = "open";
     const char removeActionIdentifier[] = "remove";
     const char itemIdKey[] = "item_id";
+    const char scrollPositionKey[] = "scroll_pos";
     const char collectionIdKey[] = "collection_id";
     const char collectionSortOrderKey[] = "collection_sort_order";
     const char appSortOrderKey[] = "app_sort_order";
@@ -57,8 +58,8 @@
     
     const char translationFilename[] = "widget:translation_file";
     const char activityHsIdleView[] = "HsIdleView";
-    const char activityAppLibMainView[] = "AppLibMainView";
-    
+    const char activityHsHomeKeyPressedOnBackground[] = "HsHomeKeyPressedOnBackground";
+    const char activityAppLibMainView[] = "AppLibMainView";    
 
     const char tsDeviceDialogUri[] = 
         "com.nokia.taskswitcher.tsdevicedialogplugin/1.0";
@@ -79,6 +80,11 @@
     const int oviLauncherApplicationUid  = 0x2002D07F;
     
     const char drivesIconIdsAttributeName[] = "drivesIconIds";
+    
+    // notice new applib properties structure
+    const char KAppLibPath[] = "/ApplicationLibrary";
+    const char KViewAllAppsPath[] = "/ApplicationLibrary/View/AllApps";
+    const char KGridPath[] = "Grid";
 
     // Sort attribute
     enum HsSortAttribute {