telephonyutils/etel3rdpartyapi/ExampleApps/SuppleServices/SuppleServices.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		suppleservices.exe
       
    17 TARGETTYPE		exe
       
    18 UID		0xE80000C4
       
    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		CCallWaitingStatus.cpp
       
    32 SOURCE		CIdentityServiceStatus.cpp
       
    33 
       
    34 SOURCEPATH	../Shared
       
    35 
       
    36 SOURCE		CBaseMenuAsync.cpp
       
    37 SOURCE		CISVAPIBase.cpp
       
    38 SOURCE 		CISVAPIAsync.cpp
       
    39 SOURCE		TelephonyISVExamples.cpp
       
    40 SOURCE		CPhoneId.cpp
       
    41 
       
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43 
       
    44 LIBRARY		euser.lib 
       
    45 LIBRARY		etel3rdparty.lib
       
    46 LIBRARY		c32.lib 
       
    47 LIBRARY		c32root.lib
       
    48 
       
    49 SMPSAFE