diff -r 156f692b1687 -r b99b84bcd2d1 contentstorage/inc/cadef.h --- a/contentstorage/inc/cadef.h Fri Jun 11 13:58:37 2010 +0300 +++ b/contentstorage/inc/cadef.h Wed Jun 23 18:33:40 2010 +0300 @@ -12,7 +12,7 @@ * Contributors: * * Description: Definition of different constants - * Version : %version: ou1s60ui#10.1.19 % << Don't touch! Updated by Synergy at check-out. + * Version : %version: 10.1.25 % << Don't touch! Updated by Synergy at check-out. * */ @@ -49,7 +49,7 @@ enum TEntryFlag { EUsed = 1, - ESystem = 2, + EUninstall = 2, ERemovable = 4, EVisible = 8, ERunning = 16, @@ -61,7 +61,8 @@ { EItemAppearanceNotChanged, EItemDisappeared, - EItemAppeared + EItemAppeared, + EItemUninstallProgressChanged }; // Ca - Application @@ -86,9 +87,8 @@ _LIT( KCaAttrAppTypeValueNative, "native"); _LIT( KCaAttrComponentId, "component_id" ); _LIT( KCaAttrAppSettingsPlugin, "app_settings_plugin"); -// app settings plugin for java apps -_LIT( KCaAttrJavaAppSettingsPluginValue, - "/resource/qt/plugins/appsettings/javaapplicationsettingsview.qtplugin"); +_LIT( KCaScrPropertyAppSettings, "settingsName"); +_LIT( KPreviewImageAttrName, "preview_image_name" ); _LIT( KCaAttrAppWidgetUri, "widget:uri"); _LIT( KCaAttrAppWidgetServiceXml, "widget:servicexml"); @@ -98,12 +98,19 @@ _LIT( KCaScrPropertyIsMiniviewSupported, "isMiniviewSupported"); _LIT( KCaAppGroupName, "appgroup_name" ); +_LIT( KCaAppUninstallProgress, "uninstall_progress" ); _LIT( KCollectionIconFileName, "qtg_large_applications_user"); + _LIT(KLocalizationFilepathZ, "z:/resource/qt/translations"); _LIT(KLocalizationFilepathC, "c:/resource/qt/translations"); _LIT(KLocalizationFilepath, ":/resource/qt/translations"); +_LIT( KLocalizationCaEntry, "CA_ENTRY" ); +_LIT( KLocalizationEnText, "EN_TEXT" ); +_LIT( KLocalizationEnDescription, "EN_DESCRIPTION" ); +const TInt charsToFilename= 6; // loc://email/qtn_gmail_mail_account + const TInt KGranularityOne = 1; const TInt KUidChars = 10; @@ -153,8 +160,8 @@ // Note, however, that none of these is guaranteed to be set, or be used by a menu UI. // Menu clients always need to check that the necessary attributes are present. // -_LIT( KCaAttrLongName, "long_name" ); ///< Long name. -_LIT( KCaComponentId, "component_id" ); ///< Long name. +_LIT( KCaAttrShortName, "short_name" ); ///< Short name. +_LIT( KCaComponentId, "component_id" ); ///< Component Id. // Built-in types and attributes. //