menufw/hierarchynavigator/hnmetadatamodel/inc/hnglobals.h
branchRCL_3
changeset 35 3321d3e205b6
parent 34 5456b4e8b3a8
--- a/menufw/hierarchynavigator/hnmetadatamodel/inc/hnglobals.h	Wed Sep 01 12:32:46 2010 +0100
+++ b/menufw/hierarchynavigator/hnmetadatamodel/inc/hnglobals.h	Tue Sep 14 20:58:58 2010 +0300
@@ -110,7 +110,12 @@
     /**
      * Has not.
      */
-	_LIT8( KLogicalHasNot8,         "HASNOT" );
+    _LIT8( KLogicalHasNot8,         "HASNOT" );
+
+    /**
+     * Uid param for uri.
+     */
+    _LIT8( KParamUid8,              "&uid=" );
     }
 
 /**
@@ -427,11 +432,11 @@
 
 // info notes for notifying lack of configuration files
 _LIT( KDebugNoteDirNotFound,
-	"Directory containing suite configuration not found!" );
+  "Directory containing suite configuration not found!" );
 _LIT( KDebugNoteFileNotFound,
-	"File containing suite configuration not found!" );
+  "File containing suite configuration not found!" );
 _LIT( KDebugNoteOtherError,
-	"Loading suite configuration returned error: %d" );
+  "Loading suite configuration returned error: %d" );
 
 _LIT8( KStar8, "*" );
 
@@ -518,9 +523,9 @@
  * Order in which drives are searched for suites.
  */
 const TInt KDriveSearchOrder[] = { EDriveY, EDriveX, EDriveW, EDriveV, EDriveU,
-		EDriveT, EDriveS, EDriveR, EDriveQ, EDriveP, EDriveO, EDriveN, EDriveM,
-		EDriveL, EDriveK, EDriveJ, EDriveI, EDriveH, EDriveG, EDriveF, EDriveE,
-		EDriveD, EDriveC, EDriveB, EDriveA,	EDriveZ	};
+    EDriveT, EDriveS, EDriveR, EDriveQ, EDriveP, EDriveO, EDriveN, EDriveM,
+    EDriveL, EDriveK, EDriveJ, EDriveI, EDriveH, EDriveG, EDriveF, EDriveE,
+    EDriveD, EDriveC, EDriveB, EDriveA,	EDriveZ	};
 
 /**
  * Type of the widget which displays Suite data
@@ -562,10 +567,10 @@
  * Custom item ids.
  */
 enum TCustomId
-	{
-	ECustomIdFirstItem = -2,
-	ECustomIdLastItem = -3
-	};
+  {
+  ECustomIdFirstItem = -2,
+  ECustomIdLastItem = -3
+  };
 
 /**
  * Suite's exit mode
@@ -580,8 +585,8 @@
  * Type of change in items number
  */
 enum TItemsChangeType {
-	EItemsAdded = 0,
-	EItemsRemoved
+  EItemsAdded = 0,
+  EItemsRemoved
 };
 
 _LIT8( KExitModeParams,  "params:exit" );