24
|
1 |
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
//
|
|
15 |
|
|
16 |
TARGET autodtmf.exe
|
|
17 |
TARGETTYPE exe
|
|
18 |
UID 0xE80000BE
|
|
19 |
|
|
20 |
CAPABILITY ReadDeviceData NetworkServices
|
|
21 |
|
|
22 |
USERINCLUDE .
|
|
23 |
USERINCLUDE ../Shared
|
|
24 |
|
|
25 |
SOURCEPATH .
|
|
26 |
|
|
27 |
SOURCE CMainMenu.cpp
|
|
28 |
SOURCE CFlightModeInfo.cpp
|
|
29 |
SOURCE CNetworkRegInfo.cpp
|
|
30 |
SOURCE CDialCall.cpp
|
|
31 |
SOURCE CSendDTMF.cpp
|
|
32 |
SOURCE CHangup.cpp
|
|
33 |
SOURCE CCallStatus.cpp
|
|
34 |
SOURCE CLineStatus.cpp
|
|
35 |
|
|
36 |
SOURCEPATH ../Shared
|
|
37 |
|
|
38 |
SOURCE CBaseMenuAsync.cpp
|
|
39 |
SOURCE CISVAPIBase.cpp
|
|
40 |
SOURCE CISVAPIAsync.cpp
|
|
41 |
SOURCE TelephonyISVExamples.cpp
|
|
42 |
SOURCE CPhoneId.cpp
|
|
43 |
|
|
44 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
45 |
|
|
46 |
LIBRARY euser.lib
|
|
47 |
LIBRARY etel3rdparty.lib
|
|
48 |
LIBRARY c32.lib
|
|
49 |
LIBRARY c32root.lib
|
|
50 |
SMPSAFE
|