dbgagents/trkagent/dbgtrccomm/client/dbgtrccli_tv.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 
       
    20 TARGET		usbostcomm.dll
       
    21 TARGETTYPE	dll
       
    22 UID		0x101F7417 0x200170BD 
       
    23 
       
    24 VENDORID 0x101FB657
       
    25 CAPABILITY ALL -TCB -DRM
       
    26 
       
    27 SOURCEPATH	.
       
    28 
       
    29 SOURCE		dbgtrccomm.cpp dbgtrccliutils.cpp dbgtrcclidefs.cpp
       
    30 
       
    31 LIBRARY	  euser.lib 
       
    32 
       
    33 
       
    34 SYSTEMINCLUDE	/epoc32/include
       
    35 USERINCLUDE 	../inc
       
    36 
       
    37 
       
    38 #if defined(WINS)
       
    39     deffile ../bwinscw/dbgtrccomm_win.def
       
    40 #elif defined(EABI)
       
    41     deffile ../eabi/dbgtrccomm_eabi.def		
       
    42 #endif
       
    43 
       
    44 nostrictdef
       
    45