linklayercontrol/nullagt/TS_nullagt/group/nullagttests.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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		nullagttests.dll
       
    18 TARGETTYPE	DLL
       
    19 UID      0x1000008d 0x10003d5a
       
    20 VENDORID 0x70000001
       
    21 // UIDs need updating
       
    22 
       
    23 
       
    24 SOURCEPATH	../src
       
    25 
       
    26 SOURCE		Nullagentsimpleconnection.cpp
       
    27 SOURCE		Nullagentloopbacktest.cpp
       
    28 SOURCE		Nullagenttestsuite.cpp
       
    29 SOURCE		Nullagentreconnect.cpp
       
    30 SOURCE		Nullagentnotifications.cpp
       
    31 SOURCE		Nullagentoverrides.cpp
       
    32 SOURCE		Nullagentmultipleconnections.cpp
       
    33 SOURCE		Nullagentcommdbif.cpp
       
    34 SOURCE		Nullagentcancelconnection.cpp
       
    35 SOURCE		NullAgentTestSteps.cpp
       
    36 SOURCE		NullagentPreCopy.cpp
       
    37 SOURCE		NullagentPostDelete.cpp
       
    38 
       
    39 SYSTEMINCLUDE	../inc
       
    40 
       
    41 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    42 SYSTEMINCLUDE	/epoc32/include
       
    43 #else
       
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 #endif
       
    46 
       
    47 LIBRARY		euser.lib integrationtestutils.lib esock.lib insock.lib commdb.lib  c32root.lib efsrv.lib
       
    48 
       
    49 
       
    50 START WINS
       
    51 BASEADDRESS		0x59100000
       
    52 END
       
    53 
       
    54 
       
    55 CAPABILITY ALL -Tcb
       
    56 
       
    57 SMPSAFE