contentstorage/inc/cadef.h
changeset 80 397d00875918
parent 73 4bc7b118b3df
child 83 156f692b1687
equal deleted inserted replaced
73:4bc7b118b3df 80:397d00875918
    10  * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11  *
    11  *
    12  * Contributors:
    12  * Contributors:
    13  *
    13  *
    14  * Description:  Definition of different constants
    14  * Description:  Definition of different constants
    15  *  Version     : %version: ou1s60ui#10.1.14 % << Don't touch! Updated by Synergy at check-out.
    15  *  Version     : %version: 10.1.16 % << Don't touch! Updated by Synergy at check-out.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #ifndef CADEF_H
    19 #ifndef CADEF_H
    20 #define CADEF_H
    20 #define CADEF_H
    95 _LIT( KCaAttrAppWidgetUriCWRTValue, "wrtwidgetuiplugin");
    95 _LIT( KCaAttrAppWidgetUriCWRTValue, "wrtwidgetuiplugin");
    96 _LIT( KCaAttrAppWidgetParamWebAppId, "widgetparam:webAppId");
    96 _LIT( KCaAttrAppWidgetParamWebAppId, "widgetparam:webAppId");
    97 
    97 
    98 _LIT( KCaAppGroupName, "appgroup_name" );
    98 _LIT( KCaAppGroupName, "appgroup_name" );
    99 
    99 
       
   100 _LIT( KCollectionIconFileName, "qtg_large_applications_user");
       
   101 
   100 const TInt KGranularityOne = 1;
   102 const TInt KGranularityOne = 1;
   101 const TInt KUidChars = 10;
   103 const TInt KUidChars = 10;
   102 const TInt KDefaultGranularity = 5;
   104 const TInt KDefaultGranularity = 5;
   103 const TInt KDefaultExpandSize = 512;
   105 const TInt KDefaultExpandSize = 512;
   104 const TInt KCaMaxAttrLenght = 255;
   106 const TInt KCaMaxAttrLenght = 255;
   144 // some kind of icon information for non-applications).
   146 // some kind of icon information for non-applications).
   145 // Note, however, that none of these is guaranteed to be set, or be used by a menu UI.
   147 // Note, however, that none of these is guaranteed to be set, or be used by a menu UI.
   146 // Menu clients always need to check that the necessary attributes are present.
   148 // Menu clients always need to check that the necessary attributes are present.
   147 //
   149 //
   148 _LIT( KCaAttrLongName, "long_name" ); ///< Long name.
   150 _LIT( KCaAttrLongName, "long_name" ); ///< Long name.
       
   151 _LIT( KCaComponentId, "component_id" ); ///< Long name.
   149 
   152 
   150 // Built-in types and attributes.
   153 // Built-in types and attributes.
   151 //
   154 //
   152 //
   155 //
   153 // Command strings.
   156 // Command strings.