dbgagents/trkagent/app/s60/TrkConsole_s60.mmp
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
       
    19   #include <platform_paths.hrh>
       
    20 #endif
       
    21 
       
    22 TARGET			TrkConsole.exe
       
    23 TARGETTYPE		exe
       
    24 
       
    25 UID			0x1000008C 0x200159E2
       
    26 
       
    27 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    28 SOURCEPATH 	  ..\console
       
    29 #else
       
    30 SOURCEPATH 	  ../console
       
    31 #endif
       
    32 SOURCE			TrkConsole.cpp
       
    33 
       
    34 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    35 SOURCEPATH    ..\..\trksrvclient
       
    36 #else
       
    37 SOURCEPATH    ../../trksrvclient
       
    38 #endif
       
    39 SOURCE 		    trksrvclisession.cpp trksrvclientutils.cpp trksrvclientdefs.cpp
       
    40 
       
    41 LIBRARY			euser.lib
       
    42 
       
    43 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    44   	SYSTEMINCLUDE	\epoc32\include
       
    45   	USERINCLUDE   ..\..\engine
       
    46   	USERINCLUDE   ..\..\trksrvclient  
       
    47   	USERINCLUDE    ..\..\trkserver
       
    48 #else
       
    49     MW_LAYER_SYSTEMINCLUDE
       
    50     USERINCLUDE   ../../engine
       
    51 	USERINCLUDE   ../../trksrvclient  
       
    52 	USERINCLUDE    ../../trkserver
       
    53 #endif
       
    54 
       
    55 VENDORID VID_DEFAULT
       
    56 CAPABILITY All -TCB -DRM
       
    57 EPOCSTACKSIZE 0x12000