1 /* |
|
2 * Copyright (c) 2002 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: Resource headers of Profile Settings View |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef PROFILESETTINGSVIEW_HRH |
|
21 #define PROFILESETTINGSVIEW_HRH |
|
22 |
|
23 // DATA TYPES |
|
24 enum TProfileSettingItemIds |
|
25 { |
|
26 EProfileSettingRingingToneId = 0, |
|
27 EProfileSettingRingingToneLine1Id, |
|
28 EProfileSettingRingingToneLine2Id, |
|
29 EProfileSettingVideoCallToneId, |
|
30 EProfileSettingRingingTypeId, |
|
31 EProfileSettingRingingVolumeId, |
|
32 EProfileSettingMediaVolumeId, |
|
33 EProfileSettingMessageAlertToneId, |
|
34 EProfileSettingEmailAlertToneId, |
|
35 EProfileSettingVibratingAlertId, |
|
36 EProfileSettingEmailVibratingAlertId, |
|
37 EProfileSettingKeypadVolumeId, |
|
38 EProfileSettingWarningAndGameTonesId, |
|
39 EProfileSettingAlertForId, |
|
40 EProfileSettingProfileNameId, |
|
41 EProfileSettingTTSRingingToneId, |
|
42 EProfileSettingPTTRingingToneId, |
|
43 EProfileSettingPTTStatusId, |
|
44 EProfileSetting3dEffectId, |
|
45 EProfileSetting3dEchoId, |
|
46 EProfileSettingTactileFeedbackId, |
|
47 EProfileSettingAudioFeedbackId |
|
48 }; |
|
49 |
|
50 enum TProfileControlIds |
|
51 { |
|
52 EProfileControlIdConfirmationNote = 1 |
|
53 }; |
|
54 |
|
55 #endif // PROFILESETTINGSVIEW_HRH |
|
56 |
|
57 |
|
58 // End of File |
|