baseintegtests/baseintegrationtest/testsuites/common/basedump/group/basedump.mmp
branchanywhere
changeset 20 d63d727ee0a6
parent 19 f6d3d9676ee4
parent 16 6d8ad5bee44b
child 21 af091391d962
equal deleted inserted replaced
19:f6d3d9676ee4 20:d63d727ee0a6
     1 // Copyright (c) 2003-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 the License "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 // THINDUMP.EXE copy test logs from board to pc via serial cable
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file thindump.mmp
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 TARGET        basedump.exe
       
    24 TARGETTYPE    exe
       
    25 
       
    26 MACRO SYMBIAN_BASEDUMP
       
    27 
       
    28 UID           0x1000abcd 0x1000abce
       
    29 
       
    30 SOURCE        ../src/thindump.cpp
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 LIBRARY       euser.lib efsrv.lib
       
    34 
       
    35 START WINS
       
    36 	BASEADDRESS 0x4ABC0000
       
    37 END
       
    38 
       
    39 #ifdef EKA2
       
    40 VENDORID 0x70000001
       
    41 CAPABILITY ALL -Tcb
       
    42 #endif