telephonyutils/etel3rdpartyapi/ExampleApps/PhoneId/PhoneId.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		phoneid.exe
       
    17 TARGETTYPE		exe
       
    18 UID		0xE80000C2
       
    19 
       
    20 CAPABILITY ReadDeviceData
       
    21 	
       
    22 USERINCLUDE		.
       
    23 USERINCLUDE		../Shared
       
    24 
       
    25 SOURCEPATH		.
       
    26 
       
    27 SOURCE		CMainMenu.cpp
       
    28 SOURCE		CPhoneId.cpp
       
    29 SOURCE		CSubscriberId.cpp
       
    30 
       
    31 SOURCEPATH		../Shared
       
    32 
       
    33 SOURCE		CBaseMenuSync.cpp
       
    34 SOURCE		CISVAPIBase.cpp
       
    35 SOURCE 		CISVAPISync.cpp
       
    36 SOURCE		TelephonyISVExamples.cpp
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 LIBRARY		euser.lib 
       
    41 LIBRARY		etel3rdparty.lib
       
    42 LIBRARY		c32.lib 
       
    43 LIBRARY		c32root.lib
       
    44 SMPSAFE