telephonyutils/etel3rdpartyapi/ExampleApps/OutgoingCalls/OutgoingCalls.mmp
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     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		outgoingcalls.exe
       
    17 TARGETTYPE		exe
       
    18 UID		0xE80000C1
       
    19 
       
    20 CAPABILITY 		ReadDeviceData NetworkServices ReadUserData
       
    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		CHold.cpp
       
    32 SOURCE		CResume.cpp
       
    33 SOURCE		CSwap.cpp
       
    34 SOURCE		CHangup.cpp
       
    35 SOURCE 		CLineStatus.cpp
       
    36 SOURCE		CCallStatus.cpp
       
    37 SOURCE 		CCallWaitingStatus.cpp
       
    38 SOURCE 		CGetLockInfo.cpp
       
    39 SOURCE		CCurrentNetworkName.cpp
       
    40 SOURCE		CCurrentNetworkInfo.cpp
       
    41 SOURCE		COperatorName.cpp
       
    42 SOURCE		CAnswerIncomingCall.cpp
       
    43 
       
    44 SOURCEPATH		../Shared
       
    45 
       
    46 SOURCE		CBaseMenuAsync.cpp
       
    47 SOURCE		CISVAPIBase.cpp
       
    48 SOURCE 		CISVAPIAsync.cpp
       
    49 SOURCE		TelephonyISVExamples.cpp
       
    50 SOURCE		CPhoneId.cpp
       
    51 
       
    52 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    53 
       
    54 LIBRARY		euser.lib 
       
    55 LIBRARY		etel3rdparty.lib
       
    56 LIBRARY		c32.lib 
       
    57 LIBRARY		c32root.lib
       
    58 SMPSAFE