equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2008 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 enum |
|
20 { |
|
21 ENPIGlobalInformationNote = 1001, |
|
22 ENPIGlobalWarningNote, |
|
23 ENPIGlobalConfirmationNote, |
|
24 ENPIGlobalErrorNote, |
|
25 ENPIGlobalWaitNote, |
|
26 ENPIGlobalPermanentNote, |
|
27 ENPIGlobalBatteryChargingNote, |
|
28 ENPIGlobalBatteryNotChargingNote, |
|
29 ENPIGlobalBatteryFullNote, |
|
30 ENPIGlobalBatteryLowNote, |
|
31 ENPIGlobalRechargeBatteryNote, |
|
32 ENPIGlobalSwitchingOffNote, |
|
33 ENPIGlobalNote, |
|
34 ENPISoftNotification, |
|
35 ENPIKeylockNote, |
|
36 ENPIGlobalProgressNote |
|
37 }; |
|
38 |
|
39 enum |
|
40 { |
|
41 EAlertStop = 0x6001, |
|
42 EAlertSnooze, |
|
43 EAlertSilence, |
|
44 EAlertOpen |
|
45 }; |
|
46 |
|
47 #define KAknnotifypluginAiwId 1 |
|
48 #define KPhoneNumberMaxLength 48 |
|
49 |
|
50 #define UNLOCKKEY_MIF_FILE "z:\\resource\\apps\\unlockkeyanim.mif" |
|
51 #define UNLOCKKEY_MIF_FILE_UNICODE _L("z:\\resource\\apps\\unlockkeyanim.mif") |