telephonyutils/etel3rdpartyapi/ExampleApps/IncomingCalls/IncomingCalls.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		incomingcalls.exe
       
    17 TARGETTYPE		exe
       
    18 UID		0xE80000BF
       
    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		CCallBarringStatus.cpp
       
    30 SOURCE		CCallForwardingStatus.cpp
       
    31 SOURCE		CIdentityServiceStatus.cpp
       
    32 SOURCE 		CCallWaitingStatus.cpp
       
    33 SOURCE		CLineStatus.cpp
       
    34 SOURCE		CCallStatus.cpp
       
    35 SOURCE		CCallInfo.cpp
       
    36 SOURCE		CAnswerIncomingCall.cpp
       
    37 SOURCE 		CHangup.cpp
       
    38 SOURCE		CDummyAnswer.cpp
       
    39 
       
    40 SOURCEPATH		../Shared
       
    41 
       
    42 SOURCE		CBaseMenuAsync.cpp
       
    43 SOURCE		CISVAPIBase.cpp
       
    44 SOURCE 		CISVAPIAsync.cpp
       
    45 SOURCE		TelephonyISVExamples.cpp
       
    46 SOURCE		CPhoneId.cpp
       
    47 
       
    48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    49 
       
    50 LIBRARY		euser.lib 
       
    51 LIBRARY		etel3rdparty.lib
       
    52 LIBRARY		c32.lib 
       
    53 LIBRARY		c32root.lib
       
    54 LIBRARY		simtsy.lib
       
    55 SMPSAFE