|
1 /* |
|
2 * Copyright (c) 2006-2009 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 |
|
20 #ifndef CTSYPRIVATECRPKEYS_H |
|
21 #define CTSYPRIVATECRPKEYS_H |
|
22 |
|
23 /** |
|
24 * For ME ALS CentRep access |
|
25 */ |
|
26 const TUid KCRUidCtsyMEAlsLine = { 0x102029A2 }; |
|
27 |
|
28 /** |
|
29 * ME ALS CentRep information |
|
30 */ |
|
31 const TUint KCtysMEAlsLineInfo = { 0x00000001 }; |
|
32 const TUint KCtsyMEAlsSupported = { 0x00000002 }; |
|
33 |
|
34 /* |
|
35 * CFIS Cenrep Information |
|
36 */ |
|
37 const TUid KCRUidCtsyPrivateCallForwardingIndicator = { 0x10282DFE }; |
|
38 |
|
39 /** |
|
40 * SIM support ICC Call Forwardin Indicator |
|
41 * Clients must use only integer values between 0 - 1 (EFalse-ETrue). |
|
42 */ |
|
43 const TUint32 KCtsyCallForwardingSupported = 0x00000001; |
|
44 |
|
45 /** |
|
46 * - |
|
47 * Clients must use only integer values between 1 and 10. |
|
48 * Change affects to... |
|
49 */ |
|
50 const TUint32 KCtsyCallForwardingMspId = 0x00000002; |
|
51 |
|
52 |
|
53 /** |
|
54 * Number plan enum values between 1 - 10. |
|
55 */ |
|
56 const TUint32 KCtsyCallForwardingNumberPlan = 0x00000003; |
|
57 |
|
58 /** |
|
59 * A new "forward-to" number to be registered against the CF condition. This is |
|
60 * applicable if iAction=EServiceActionRegister. In other cases, it is set to |
|
61 * an empty string. |
|
62 * defined in etelmm.h |
|
63 */ |
|
64 const TUint32 KCtsyCallForwardingAction = 0x00000004; |
|
65 |
|
66 /** |
|
67 * The new "No Reply" time-out in seconds to be registered. |
|
68 */ |
|
69 const TUint32 KEFCfisiTimeout = 0x00000005; |
|
70 |
|
71 /** |
|
72 * Indicates whether the SIM card has changed after bootup or not. |
|
73 */ |
|
74 const TUint32 KCtsyIMSI = 0x00000006; |
|
75 |
|
76 #endif //CTSYPRIVATECRPKEYS_H |