|
1 /* |
|
2 * Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Local variation for Personalisation application |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef PSLNVARIANT_HRH |
|
20 #define PSLNVARIANT_HRH |
|
21 |
|
22 /** |
|
23 ******************************************************************************* |
|
24 * Locally variated features of Psln application. |
|
25 ******************************************************************************* |
|
26 */ |
|
27 |
|
28 // Enable enhanced embedded links. Bitmask value in decimals: 1. |
|
29 #define KPslnEnhancedEmbeddedLinks 0x00000001 |
|
30 |
|
31 // Enable sounds in skins. Bitmask value in decimals: 2. |
|
32 #define KPslnSoundsInSkins 0x00000002 |
|
33 |
|
34 // No setting for this value. Bitmask value in decimals: 4. |
|
35 |
|
36 // Enable screensaver slide set setting dialog. Bitmask value in decimals: 8. |
|
37 #define KPslnScreenSaverSlideSetDialog 0x00000008 |
|
38 |
|
39 // Enable wallpaper slide set setting dialog. Bitmask value in decimals: 16. |
|
40 #define KPslnWallpaperSlideSetDialog 0x00000010 |
|
41 |
|
42 // Enable random slide set selections. Bitmask value in decimals: 32. |
|
43 // Requires that either KPslnScreenSaverSlideSetDialog or |
|
44 // KPslnWallpaperSlideSetDialog is set. |
|
45 #define KPslnRandomSlideSets 0x00000020 |
|
46 |
|
47 // Removes screensaver view from Psln application. |
|
48 // Bitmask value in decimals: 64. |
|
49 #define KPslnRemoveScreensaver 0x00000040 |
|
50 |
|
51 // Removes wallpaper view from Psln application. |
|
52 // Bitmask value in decimals: 128. |
|
53 #define KPslnRemoveWallpaper 0x00000080 |
|
54 |
|
55 // Removes screensaver slideset's timeout setting. |
|
56 // Bitmask value in decimals: 256. |
|
57 #define KPslnRemoveSlideSetTimeout 0x00000100 |
|
58 |
|
59 //Add "None" option to screensaver list |
|
60 //Bitmask value in decimals: 512. |
|
61 #define KPslnSupportScreenSaverSupportNoneOption 0x00000200 |
|
62 |
|
63 // Removes general theme's theme preview performence improvement. |
|
64 // Bitmask value in decimals: 1024. |
|
65 #define KPslnSupportFastPreviewTheme 0x00000400 |
|
66 |
|
67 // Enable animated background setting. |
|
68 // Bitmask value in decimals: 2048. |
|
69 #define KPslnSupportAnimBackground 0x00000800 |
|
70 |
|
71 #endif // PSLNVARIANT_HRH |
|
72 |
|
73 // End of File |