bluetooth/btexample/example/btsocket/group/ex_btsocket.mmp
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     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: Example code for using CBluetoothSocket API.
       
    15 *
       
    16 *  Name     : ex_btsocket.mmp
       
    17 *  Part of  : Bluetooth example code
       
    18 *  Created  : 10 November 2004    
       
    19 *     
       
    20 */
       
    21 
       
    22 TARGET  ex_btsocket.dll
       
    23 TARGETTYPE  dll
       
    24 UID  0x1000009a 0x10205D25
       
    25 DEFFILE ex_btsocket.def
       
    26 
       
    27 SOURCEPATH ../src
       
    28 SOURCE  cbtclient.cpp 
       
    29 SOURCE  cbtservice.cpp 
       
    30 SOURCE  exbtutil.cpp 
       
    31 
       
    32 USERINCLUDE . ../inc
       
    33 
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 LIBRARY euser.lib 
       
    37 
       
    38 LIBRARY esock.lib
       
    39 LIBRARY bluetooth.lib
       
    40 LIBRARY sdpdatabase.lib
       
    41 LIBRARY sdpagent.lib
       
    42 LIBRARY btextnotifiers.lib
       
    43 
       
    44 DEBUGLIBRARY flogger.lib
       
    45 
       
    46 CAPABILITY LocalServices
       
    47 VENDORID 0x70000001
       
    48 
       
    49 SMPSAFE