dbgagents/trkagent/dbgtrccomm/client/dbgtrccli_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 macro 		__S60__
       
    19 
       
    20 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
       
    21   #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 
       
    25 TARGET		usbostcomm.dll
       
    26 TARGETTYPE	dll
       
    27 UID		0x101F7417 0x200170BD 
       
    28 
       
    29 VENDORID VID_DEFAULT
       
    30 CAPABILITY ALL -TCB -DRM
       
    31 
       
    32 SOURCEPATH	.
       
    33 
       
    34 SOURCE		dbgtrccomm.cpp dbgtrccliutils.cpp dbgtrcclidefs.cpp
       
    35 
       
    36 LIBRARY	  euser.lib 
       
    37 
       
    38 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    39   	SYSTEMINCLUDE	\epoc32\include
       
    40   	USERINCLUDE 	..\inc
       
    41 #else
       
    42     MW_LAYER_SYSTEMINCLUDE
       
    43     USERINCLUDE 	../inc
       
    44 #endif
       
    45 
       
    46 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    47 
       
    48 #if defined(WINS)
       
    49     deffile ..\bwinscw\dbgtrccomm_win.def
       
    50 #elif defined(EABI)
       
    51     deffile ..\eabi\dbgtrccomm_eabi.def		
       
    52 #endif
       
    53 
       
    54 #else
       
    55 
       
    56 #if defined(WINS)
       
    57     deffile ../bwinscw/dbgtrccomm_win.def
       
    58 #elif defined(EABI)
       
    59     deffile ../eabi/dbgtrccomm_eabi.def		
       
    60 #endif
       
    61 
       
    62 #endif
       
    63 
       
    64 nostrictdef
       
    65