linklayercontrol/nullagt/TS_AgentAdapter/group/csdagenttests.mmp
branchRCL_3
changeset 22 8d540f55e491
parent 20 7e41d162e158
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
       
     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 TARGET		csdagttests.dll
       
    18 TARGETTYPE	DLL
       
    19 UID      0x1000008d 0x10003d9a
       
    20 VENDORID 0x70000001
       
    21 // UIDs need updating
       
    22 
       
    23 
       
    24 SOURCEPATH	../src
       
    25 
       
    26 SOURCE		csdAgent_Connection.cpp	
       
    27 SOURCE		csdAgent_ConnectionFailure.cpp
       
    28 SOURCE		csdAgent_TestSteps.cpp
       
    29 SOURCE		csdAgent_TestSuite.cpp  
       
    30 
       
    31 
       
    32 SYSTEMINCLUDE	../inc
       
    33 
       
    34 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    35 SYSTEMINCLUDE	/epoc32/include
       
    36 #else
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 #endif
       
    39 
       
    40 LIBRARY		euser.lib integrationtestutils.lib esock.lib insock.lib commdb.lib  c32root.lib efsrv.lib
       
    41 
       
    42 
       
    43 START WINS
       
    44 BASEADDRESS		0x59100000
       
    45 END
       
    46 
       
    47 
       
    48 CAPABILITY ALL -Tcb
       
    49 
       
    50 SMPSAFE