84 _LIT( KCaAttrAppTypeValueJava, "java"); |
85 _LIT( KCaAttrAppTypeValueJava, "java"); |
85 _LIT( KCaAttrAppTypeValueCWRT, "cwrt"); |
86 _LIT( KCaAttrAppTypeValueCWRT, "cwrt"); |
86 _LIT( KCaAttrAppTypeValueNative, "native"); |
87 _LIT( KCaAttrAppTypeValueNative, "native"); |
87 _LIT( KCaAttrComponentId, "component_id" ); |
88 _LIT( KCaAttrComponentId, "component_id" ); |
88 _LIT( KCaAttrAppSettingsPlugin, "app_settings_plugin"); |
89 _LIT( KCaAttrAppSettingsPlugin, "app_settings_plugin"); |
89 // app settings plugin for java apps |
90 _LIT( KCaScrPropertyAppSettings, "settingsName"); |
90 _LIT( KCaAttrJavaAppSettingsPluginValue, |
91 _LIT( KPreviewImageAttrName, "preview_image_name" ); |
91 "/resource/qt/plugins/appsettings/javaapplicationsettingsview.qtplugin"); |
|
92 _LIT( KCaAttrAppWidgetUri, "widget:uri"); |
92 _LIT( KCaAttrAppWidgetUri, "widget:uri"); |
93 _LIT( KCaAttrAppWidgetServiceXml, "widget:servicexml"); |
93 _LIT( KCaAttrAppWidgetServiceXml, "widget:servicexml"); |
94 |
94 |
95 _LIT( KCaAttrAppWidgetUriCWRTValue, "wrtwidgetuiplugin"); |
95 _LIT( KCaAttrAppWidgetUriCWRTValue, "wrtwidgetuiplugin"); |
96 _LIT( KCaAttrAppWidgetParamWebAppId, "widgetparam:webAppId"); |
96 _LIT( KCaAttrAppWidgetParamWebAppId, "widgetparam:webAppId"); |
|
97 _LIT( KCaScrPropertyAppId, "AppID"); |
|
98 _LIT( KCaScrPropertyIsMiniviewSupported, "isMiniviewSupported"); |
97 |
99 |
98 _LIT( KCaAppGroupName, "appgroup_name" ); |
100 _LIT( KCaAppGroupName, "appgroup_name" ); |
|
101 _LIT( KCaAppUninstallProgress, "uninstall_progress" ); |
|
102 |
|
103 _LIT( KCollectionIconFileName, "qtg_large_applications_user"); |
|
104 |
|
105 |
|
106 _LIT(KLocalizationFilepathZ, "z:/resource/qt/translations"); |
|
107 _LIT(KLocalizationFilepathC, "c:/resource/qt/translations"); |
|
108 _LIT(KLocalizationFilepath, ":/resource/qt/translations"); |
|
109 _LIT( KLocalizationCaEntry, "CA_ENTRY" ); |
|
110 _LIT( KLocalizationEnText, "EN_TEXT" ); |
|
111 _LIT( KLocalizationEnDescription, "EN_DESCRIPTION" ); |
|
112 const TInt charsToFilename= 6; // <loc://> loc://email/qtn_gmail_mail_account |
|
113 |
99 |
114 |
100 const TInt KGranularityOne = 1; |
115 const TInt KGranularityOne = 1; |
101 const TInt KUidChars = 10; |
116 const TInt KUidChars = 10; |
102 const TInt KDefaultGranularity = 5; |
117 const TInt KDefaultGranularity = 5; |
103 const TInt KDefaultExpandSize = 512; |
118 const TInt KDefaultExpandSize = 512; |
143 // some of these attributes are properly set (at least one of the xxx_name, and |
158 // some of these attributes are properly set (at least one of the xxx_name, and |
144 // some kind of icon information for non-applications). |
159 // 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. |
160 // 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. |
161 // Menu clients always need to check that the necessary attributes are present. |
147 // |
162 // |
148 _LIT( KCaAttrLongName, "long_name" ); ///< Long name. |
163 _LIT( KCaAttrShortName, "short_name" ); ///< Short name. |
|
164 _LIT( KCaComponentId, "component_id" ); ///< Component Id. |
149 |
165 |
150 // Built-in types and attributes. |
166 // Built-in types and attributes. |
151 // |
167 // |
152 // |
168 // |
153 // Command strings. |
169 // Command strings. |