menufw/hierarchynavigator/hnmetadatamodel/inc/hnglobals.h
branchRCL_3
changeset 35 3321d3e205b6
parent 34 5456b4e8b3a8
equal deleted inserted replaced
34:5456b4e8b3a8 35:3321d3e205b6
   108     _LIT8( KLogicalHas8,            "HAS" );
   108     _LIT8( KLogicalHas8,            "HAS" );
   109 
   109 
   110     /**
   110     /**
   111      * Has not.
   111      * Has not.
   112      */
   112      */
   113 	_LIT8( KLogicalHasNot8,         "HASNOT" );
   113     _LIT8( KLogicalHasNot8,         "HASNOT" );
       
   114 
       
   115     /**
       
   116      * Uid param for uri.
       
   117      */
       
   118     _LIT8( KParamUid8,              "&uid=" );
   114     }
   119     }
   115 
   120 
   116 /**
   121 /**
   117  * Event namespace
   122  * Event namespace
   118  */
   123  */
   425 
   430 
   426 #endif// _DEBUG
   431 #endif// _DEBUG
   427 
   432 
   428 // info notes for notifying lack of configuration files
   433 // info notes for notifying lack of configuration files
   429 _LIT( KDebugNoteDirNotFound,
   434 _LIT( KDebugNoteDirNotFound,
   430 	"Directory containing suite configuration not found!" );
   435   "Directory containing suite configuration not found!" );
   431 _LIT( KDebugNoteFileNotFound,
   436 _LIT( KDebugNoteFileNotFound,
   432 	"File containing suite configuration not found!" );
   437   "File containing suite configuration not found!" );
   433 _LIT( KDebugNoteOtherError,
   438 _LIT( KDebugNoteOtherError,
   434 	"Loading suite configuration returned error: %d" );
   439   "Loading suite configuration returned error: %d" );
   435 
   440 
   436 _LIT8( KStar8, "*" );
   441 _LIT8( KStar8, "*" );
   437 
   442 
   438 
   443 
   439 _LIT( 	KKeyEmpty,                  "key:empty" );
   444 _LIT( 	KKeyEmpty,                  "key:empty" );
   516 
   521 
   517 /**
   522 /**
   518  * Order in which drives are searched for suites.
   523  * Order in which drives are searched for suites.
   519  */
   524  */
   520 const TInt KDriveSearchOrder[] = { EDriveY, EDriveX, EDriveW, EDriveV, EDriveU,
   525 const TInt KDriveSearchOrder[] = { EDriveY, EDriveX, EDriveW, EDriveV, EDriveU,
   521 		EDriveT, EDriveS, EDriveR, EDriveQ, EDriveP, EDriveO, EDriveN, EDriveM,
   526     EDriveT, EDriveS, EDriveR, EDriveQ, EDriveP, EDriveO, EDriveN, EDriveM,
   522 		EDriveL, EDriveK, EDriveJ, EDriveI, EDriveH, EDriveG, EDriveF, EDriveE,
   527     EDriveL, EDriveK, EDriveJ, EDriveI, EDriveH, EDriveG, EDriveF, EDriveE,
   523 		EDriveD, EDriveC, EDriveB, EDriveA,	EDriveZ	};
   528     EDriveD, EDriveC, EDriveB, EDriveA,	EDriveZ	};
   524 
   529 
   525 /**
   530 /**
   526  * Type of the widget which displays Suite data
   531  * Type of the widget which displays Suite data
   527  *
   532  *
   528  * @since S60 v5.0
   533  * @since S60 v5.0
   560 
   565 
   561 /**
   566 /**
   562  * Custom item ids.
   567  * Custom item ids.
   563  */
   568  */
   564 enum TCustomId
   569 enum TCustomId
   565 	{
   570   {
   566 	ECustomIdFirstItem = -2,
   571   ECustomIdFirstItem = -2,
   567 	ECustomIdLastItem = -3
   572   ECustomIdLastItem = -3
   568 	};
   573   };
   569 
   574 
   570 /**
   575 /**
   571  * Suite's exit mode
   576  * Suite's exit mode
   572  */
   577  */
   573 enum TExitMode
   578 enum TExitMode
   578 
   583 
   579 /**
   584 /**
   580  * Type of change in items number
   585  * Type of change in items number
   581  */
   586  */
   582 enum TItemsChangeType {
   587 enum TItemsChangeType {
   583 	EItemsAdded = 0,
   588   EItemsAdded = 0,
   584 	EItemsRemoved
   589   EItemsRemoved
   585 };
   590 };
   586 
   591 
   587 _LIT8( KExitModeParams,  "params:exit" );
   592 _LIT8( KExitModeParams,  "params:exit" );
   588 _LIT8( KActionParams,  "params:action" );
   593 _LIT8( KActionParams,  "params:action" );
   589 _LIT(  KExitModeHide,    "hide" );
   594 _LIT(  KExitModeHide,    "hide" );