equal
deleted
inserted
replaced
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.4 % << Don't touch! Updated by Synergy at check-out. |
15 * Version : %version: 10.1.6 % << 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 |
60 _LIT( KCaAttrUrl, "url" ); |
60 _LIT( KCaAttrUrl, "url" ); |
61 _LIT( KCaAttrWindowGroupId, "window_group_id" ); |
61 _LIT( KCaAttrWindowGroupId, "window_group_id" ); |
62 _LIT( KCaTypeCollectionDownload, "collection::downloaded" ); |
62 _LIT( KCaTypeCollectionDownload, "collection::downloaded" ); |
63 _LIT( KCaPackageUid,"packageuid"); |
63 _LIT( KCaPackageUid,"packageuid"); |
64 _LIT( KCaAttrInstallationTime, "installationTime"); |
64 _LIT( KCaAttrInstallationTime, "installationTime"); |
|
65 _LIT( KCaTypeTemplatedApp, "templatedApplication" ); |
65 |
66 |
66 const TInt KGranularityOne = 1; |
67 const TInt KGranularityOne = 1; |
67 const TInt KUidChars = 10; |
68 const TInt KUidChars = 10; |
68 const TInt KDefaultGranularity = 5; |
69 const TInt KDefaultGranularity = 5; |
69 const TInt KDefaultExpandSize = 512; |
70 const TInt KDefaultExpandSize = 512; |
86 |
87 |
87 const TUid KHsAppUid = |
88 const TUid KHsAppUid = |
88 { |
89 { |
89 0x20022F35 |
90 0x20022F35 |
90 }; |
91 }; |
91 |
92 |
92 const TInt KCenRepBufferSize = 255; |
93 const TInt KCenRepBufferSize = 255; |
93 // |
94 // |
94 // Attributes commonly used for all items. |
95 // Attributes commonly used for all items. |
95 // These are the attributes that are normally used when displaying a menu of items |
96 // These are the attributes that are normally used when displaying a menu of items |
96 // in a menu UI. To get a consistent look of various items, it is recommended that |
97 // in a menu UI. To get a consistent look of various items, it is recommended that |