diff -r d1dadafc5584 -r 26079c1bb561 contentstorage/inc/cadef.h --- a/contentstorage/inc/cadef.h Mon Sep 27 11:31:59 2010 +0300 +++ b/contentstorage/inc/cadef.h Wed Oct 06 16:00:22 2010 +0300 @@ -12,7 +12,7 @@ * Contributors: * * Description: Definition of different constants - * Version : %version: 10.1.28 % << Don't touch! Updated by Synergy at check-out. + * Version : %version: 10.1.30 % << Don't touch! Updated by Synergy at check-out. * */ @@ -85,6 +85,7 @@ _LIT( KCaAttrAppTypeValueCWRT, "cwrt"); _LIT( KCaAttrAppTypeValueNative, "native"); _LIT( KCaAttrComponentId, "component_id" ); +_LIT( KCaAttrDrivesIconIds, "drivesIconIds"); _LIT( KCaAttrAppSettingsPlugin, "app_settings_plugin"); _LIT( KCaScrPropertyAppSettings, "settingsName"); _LIT( KPreviewImageAttrName, "preview_image_name" ); @@ -110,6 +111,10 @@ _LIT( KLocalizationEnDescription, "EN_DESCRIPTION" ); const TInt charsToFilename= 6; // loc://email/qtn_gmail_mail_account +_LIT( KCaQmFile, "contentstorage_" );//default content storage qm file +//Defaul localize string for collection +_LIT( KDefaultLocTitleName, "txt_applib_subtitle_collections_user" ); + const TInt KGranularityOne = 1; const TInt KUidChars = 10; @@ -160,6 +165,7 @@ // Menu clients always need to check that the necessary attributes are present. // _LIT( KCaAttrShortName, "short_name" ); ///< Short name. +_LIT( KCaAttrTitleName, "title_name" ); ///< Title name. _LIT( KCaComponentId, "component_id" ); ///< Component Id. // Built-in types and attributes.