contentstorage/inc/cadef.h
changeset 125 26079c1bb561
parent 119 50e220be30d1
child 127 7b66bc3c6dc9
equal deleted inserted replaced
123:d1dadafc5584 125:26079c1bb561
    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: 10.1.28 % << Don't touch! Updated by Synergy at check-out.
    15  *  Version     : %version: 10.1.30 % << 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
    83 _LIT( KCaAttrAppType, "apptype");
    83 _LIT( KCaAttrAppType, "apptype");
    84 _LIT( KCaAttrAppTypeValueJava, "java");
    84 _LIT( KCaAttrAppTypeValueJava, "java");
    85 _LIT( KCaAttrAppTypeValueCWRT, "cwrt");
    85 _LIT( KCaAttrAppTypeValueCWRT, "cwrt");
    86 _LIT( KCaAttrAppTypeValueNative, "native");
    86 _LIT( KCaAttrAppTypeValueNative, "native");
    87 _LIT( KCaAttrComponentId, "component_id" );
    87 _LIT( KCaAttrComponentId, "component_id" );
       
    88 _LIT( KCaAttrDrivesIconIds, "drivesIconIds");
    88 _LIT( KCaAttrAppSettingsPlugin, "app_settings_plugin");
    89 _LIT( KCaAttrAppSettingsPlugin, "app_settings_plugin");
    89 _LIT( KCaScrPropertyAppSettings, "settingsName");
    90 _LIT( KCaScrPropertyAppSettings, "settingsName");
    90 _LIT( KPreviewImageAttrName, "preview_image_name" );
    91 _LIT( KPreviewImageAttrName, "preview_image_name" );
    91 _LIT( KCaAttrAppWidgetUri, "widget:uri");
    92 _LIT( KCaAttrAppWidgetUri, "widget:uri");
    92 _LIT( KCaAttrAppWidgetServiceXml, "widget:servicexml");
    93 _LIT( KCaAttrAppWidgetServiceXml, "widget:servicexml");
   107 _LIT(KLocalizationFilepath, ":/resource/qt/translations");
   108 _LIT(KLocalizationFilepath, ":/resource/qt/translations");
   108 _LIT( KLocalizationCaEntry, "CA_ENTRY" );
   109 _LIT( KLocalizationCaEntry, "CA_ENTRY" );
   109 _LIT( KLocalizationEnText, "EN_TEXT" );
   110 _LIT( KLocalizationEnText, "EN_TEXT" );
   110 _LIT( KLocalizationEnDescription, "EN_DESCRIPTION" );
   111 _LIT( KLocalizationEnDescription, "EN_DESCRIPTION" );
   111 const TInt charsToFilename= 6;  // <loc://> loc://email/qtn_gmail_mail_account
   112 const TInt charsToFilename= 6;  // <loc://> loc://email/qtn_gmail_mail_account
       
   113 
       
   114 _LIT( KCaQmFile, "contentstorage_" );//default content storage qm file
       
   115 //Defaul localize string for collection
       
   116 _LIT( KDefaultLocTitleName, "txt_applib_subtitle_collections_user" );
   112 
   117 
   113 
   118 
   114 const TInt KGranularityOne = 1;
   119 const TInt KGranularityOne = 1;
   115 const TInt KUidChars = 10;
   120 const TInt KUidChars = 10;
   116 const TInt KDefaultGranularity = 5;
   121 const TInt KDefaultGranularity = 5;
   158 // some kind of icon information for non-applications).
   163 // some kind of icon information for non-applications).
   159 // Note, however, that none of these is guaranteed to be set, or be used by a menu UI.
   164 // Note, however, that none of these is guaranteed to be set, or be used by a menu UI.
   160 // Menu clients always need to check that the necessary attributes are present.
   165 // Menu clients always need to check that the necessary attributes are present.
   161 //
   166 //
   162 _LIT( KCaAttrShortName, "short_name" ); ///< Short name.
   167 _LIT( KCaAttrShortName, "short_name" ); ///< Short name.
       
   168 _LIT( KCaAttrTitleName, "title_name" ); ///< Title name.
   163 _LIT( KCaComponentId, "component_id" ); ///< Component Id.
   169 _LIT( KCaComponentId, "component_id" ); ///< Component Id.
   164 
   170 
   165 // Built-in types and attributes.
   171 // Built-in types and attributes.
   166 //
   172 //
   167 //
   173 //