equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004 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: Project configuration file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef VTCTLCONFIG_HRH |
|
20 #define VTCTLCONFIG_HRH |
|
21 |
|
22 // INCLUDES |
|
23 |
|
24 /** |
|
25 * Macro that chooses stub implementation for CsCallCtrl. |
|
26 * In stub following attributes are effective |
|
27 * - duration = 5 |
|
28 * - session info returns : |
|
29 * direction = MO |
|
30 * state = connected |
|
31 * previous state = alerting |
|
32 * tel number = 0501234567 |
|
33 * duration = 5 |
|
34 */ |
|
35 //#define VTCALLCONTROLSTUB |
|
36 |
|
37 #endif // VTCTLCONFIG_HRH |
|
38 |
|
39 // End of File |