btobexprofiles/obexsendservices/group/sendutils.mmp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * Copyright (c) 2002-2010 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:  This is project specification file for the BtServiceUtils
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 
       
    21 TARGET          obexservicesendutils.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101F86B6
       
    24 CAPABILITY	CAP_GENERAL_DLL
       
    25 VENDORID 	VID_DEFAULT
       
    26 
       
    27 SOURCEPATH      ../obexservicesendutils/src
       
    28 SOURCE          BTServiceAPI.cpp
       
    29 SOURCE          BTServiceClient.cpp
       
    30 SOURCE          BTServiceUtils.cpp
       
    31 SOURCE          BTServiceStarter.cpp
       
    32 SOURCE          BTServiceParameterList.cpp
       
    33 SOURCE          BTServiceDelayedDestroyer.cpp
       
    34 
       
    35 SOURCE          BTSOPPController.cpp
       
    36 SOURCE          BTSBIPController.cpp
       
    37 SOURCE          BTSBPPController.cpp
       
    38 SOURCE          BTSBPPObjectRequest.cpp
       
    39 SOURCE          BTSBPPObjectServer.cpp
       
    40 SOURCE          BTSBPPServerWait.cpp
       
    41 
       
    42 SOURCE          BTSUCapabilityResolver.cpp
       
    43 SOURCE          BTSUDataConverter.cpp
       
    44 SOURCE          BTSUImageConverter.cpp
       
    45 SOURCE          BTSUPassKeyRequest.cpp
       
    46 SOURCE          BTSURefObjectResolver.cpp
       
    47 SOURCE          BTSUXmlParser.cpp
       
    48 SOURCE          BTConnectionTimer.cpp
       
    49 SOURCE          BTSController.cpp
       
    50 
       
    51 USERINCLUDE     ../obexservicesendutils/inc
       
    52 SYSTEMINCLUDE  ../../inc /epoc32/include/libc
       
    53 SYSTEMINCLUDE  /epoc32/include/mw/hb/hbcore
       
    54 SYSTEMINCLUDE  /epoc32/include/mw/hb/hbwidgets
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 
       
    58 LIBRARY         apgrfx.lib              // App Arch Session
       
    59 LIBRARY         apmime.lib              // App Arch Mime Recognizers
       
    60 LIBRARY         bafl.lib                // Basic Application Framework Library
       
    61 LIBRARY         bitmaptransforms.lib    // Bitmap transfomration library
       
    62 LIBRARY         bluetooth.lib           // Bluetooth Sockets
       
    63 LIBRARY         btdevice.lib            // Bluetooth Device
       
    64 LIBRARY         btengdiscovery.lib      // Bluetooth Discovery
       
    65 LIBRARY         btengsettings.lib       // Bluetooth Settings
       
    66 LIBRARY         charconv.lib            // Character conversion
       
    67 LIBRARY         efsrv.lib               // File Server
       
    68 LIBRARY         esock.lib               // Socket Connections
       
    69 LIBRARY         estor.lib               // Write and Read streams
       
    70 LIBRARY         euser.lib               // Base library
       
    71 LIBRARY         fbscli.lib              // Bitmap utils
       
    72 LIBRARY         imageconversion.lib     // Image conversion library
       
    73 LIBRARY         irobex.lib              // Object Exchange
       
    74 LIBRARY         obexutils.lib           // Object Exchange UI services
       
    75 //LIBRARY         xmlinterface.lib      // XML parser interface
       
    76 LIBRARY         caf.lib   				// DRM common
       
    77 LIBRARY         xmlframework.lib        // XML Framework
       
    78 LIBRARY			featmgr.lib				// Inquire supported static feature
       
    79 LIBRARY			HbCore.lib
       
    80 LIBRARY			HbWidgets.lib
       
    81 DEBUGLIBRARY    flogger.lib             // File logging services
       
    82 
       
    83 
       
    84 
       
    85 //  End of File