wlanapitest/wlanhaitest/wlan/group/T_Wlan.mmp
branchRCL_3
changeset 18 d3d7683d16f5
parent 0 c40eb8fe8501
equal deleted inserted replaced
17:a828660c511c 18:d3d7683d16f5
       
     1 /*
       
     2 * Copyright (c) 2005-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 #include <platform_paths.hrh>
       
    20 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    21 
       
    22 TARGET			t_wlan.exe
       
    23 TARGETTYPE		exe
       
    24 UID				0x102863E6 0xA00041CB
       
    25 VENDORID		0x70000001
       
    26 
       
    27 capability		All -Tcb
       
    28 
       
    29 SOURCEPATH		../src
       
    30 
       
    31 SOURCE			../../common/src/datawrapperbase.cpp
       
    32 SOURCE			t_wlandriverserver.cpp
       
    33 SOURCE          t_wlanmgmtclientdata.cpp
       
    34 SOURCE          t_wlanscaninfodata.cpp
       
    35 SOURCE			t_rsocketservdata.cpp
       
    36 SOURCE			t_rconnectiondata.cpp
       
    37 SOURCE			t_ccommsdatabasedata.cpp
       
    38 SOURCE			t_ccommsdbtableviewdata.cpp
       
    39 SOURCE          t_rsocketdata.cpp
       
    40 SOURCE			t_rfiledata.cpp
       
    41 
       
    42 USERINCLUDE		../inc
       
    43 USERINCLUDE		../../common/inc 
       
    44 
       
    45 
       
    46 SYSTEMINCLUDE	/epoc32/include
       
    47 SYSTEMINCLUDE	/epoc32/include/test
       
    48 SYSTEMINCLUDE	/epoc32/include/kernel
       
    49 SYSTEMINCLUDE   /epoc32/include/ecom
       
    50 SYSTEMINCLUDE   /epoc32/include/mw
       
    51 
       
    52 LIBRARY			testexecuteutils.lib
       
    53 LIBRARY			testexecutelogclient.lib
       
    54 LIBRARY			iniparser.lib
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY			ecom.lib
       
    57 LIBRARY			flogger.lib
       
    58 LIBRARY			commdb.lib
       
    59 LIBRARY			esock.lib
       
    60 LIBRARY			insock.lib
       
    61 LIBRARY			wlandbif.lib
       
    62 LIBRARY			efsrv.lib
       
    63 LIBRARY			eikcore.lib
       
    64 LIBRARY			apengine.lib     
       
    65 
       
    66 SMPSAFE