bluetoothapitest/bluetoothsvs/T_BTSockAPI/group/T_BTSockAPI.mmp
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     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 TARGET			t_btsockapi.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x20003719
       
    22 VENDORID		0x70000001
       
    23 
       
    24 CAPABILITY 		UserEnvironment LocalServices NetworkServices NetworkControl
       
    25 
       
    26 SOURCEPATH		../src
       
    27 
       
    28 //Common classes (Framework)
       
    29 SOURCE			../../common/src/T_BTUtil.cpp
       
    30 SOURCE			../../common/src/DataWrapperBase.cpp
       
    31 
       
    32 // From T_BTSockAddrAPI
       
    33 SOURCE			../../T_BTSockAddrAPI/src/T_BTServiceSecurityData.cpp
       
    34 SOURCE			../../T_BTSockAddrAPI/src/T_RfcommSockAddrData.cpp
       
    35 SOURCE			../../T_BTSockAddrAPI/src/T_BTSockAddrData.cpp
       
    36 SOURCE			../../T_BTSockAddrAPI/src/T_SockAddrData.cpp
       
    37 SOURCE			../../T_BTSockAddrAPI/src/T_TBTSockAddrChild.cpp
       
    38 SOURCE			../../T_BTSockAddrAPI/src/T_TRfcommSockAddrChild.cpp
       
    39 SOURCE			../../T_BTSockAddrAPI/src/T_BTDevAddrData.cpp
       
    40 
       
    41 // New classes
       
    42 SOURCE			T_BTSockAPIServer.cpp
       
    43 SOURCE			T_CBluetoothSocketData.cpp
       
    44 SOURCE			T_BluetoothSocketNotifier.cpp
       
    45 SOURCE			T_RSocketData.cpp
       
    46 
       
    47 USERINCLUDE		../inc
       
    48 USERINCLUDE		../../common/inc
       
    49 USERINCLUDE		../../T_BTSockAddrAPI/inc
       
    50 
       
    51 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    52 
       
    53 LIBRARY			bafl.lib 
       
    54 LIBRARY			bluetooth.lib
       
    55 LIBRARY			c32.lib
       
    56 LIBRARY			c32root.lib
       
    57 LIBRARY			efsrv.lib
       
    58 LIBRARY			esock.lib
       
    59 LIBRARY			euser.lib
       
    60 LIBRARY 		hal.lib 
       
    61 LIBRARY			testexecuteutils.lib
       
    62 LIBRARY			testexecutelogclient.lib
       
    63 LIBRARY			iniparser.lib
       
    64 
       
    65 SMPSAFE