dbgagents/trkagent/trkserver/trkserver_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 
       
    19 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
       
    20   #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 TARGET			trkserver.exe
       
    24 #ifdef EKA2
       
    25 TARGETTYPE		EXE
       
    26 #else
       
    27 TARGETTYPE		epocexe
       
    28 #endif
       
    29 
       
    30 UID			0x1000008C  0x200170B7 
       
    31 
       
    32 VENDORID VID_DEFAULT
       
    33 CAPABILITY ALL -TCB -DRM
       
    34 
       
    35 USERINCLUDE   ../engine
       
    36 USERINCLUDE    ../debugnotifier
       
    37 
       
    38 SOURCEPATH		.
       
    39 SOURCE			trksrvmain.cpp trksrvserver.cpp trksrvsession.cpp trkdebugmanager.cpp toolsconnectionlistener.cpp
       
    40 
       
    41 LIBRARY			euser.lib efsrv.lib trkengine.lib toolsstarterclient.lib
       
    42 
       
    43 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    44 SYSTEMINCLUDE	\epoc32\include
       
    45 SYSTEMINCLUDE	\epoc32\include\oem        
       
    46 #else
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 #endif
       
    49